[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190509.093913.1261211226773919507.davem@davemloft.net>
Date: Thu, 09 May 2019 09:39:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: nhorman@...driver.com
Cc: lucien.xin@...il.com, netdev@...r.kernel.org,
linux-sctp@...r.kernel.org, marcelo.leitner@...il.com
Subject: Re: [PATCH net-next] sctp: remove unused cmd SCTP_CMD_GEN_INIT_ACK
From: Neil Horman <nhorman@...driver.com>
Date: Thu, 9 May 2019 07:32:35 -0400
> This is definately a valid cleanup, but I wonder if it wouldn't be better to,
> instead of removing it, to use it. We have 2 locations where we actually call
> sctp_make_init_ack, and then have to check the return code and abort the
> operation if we get a NULL return. Would it be a better solution (in the sense
> of keeping our control flow in line with how the rest of the state machine is
> supposed to work), if we didn't just add a SCTP_CMD_GEN_INIT_ACK sideeffect to
> the state machine queue in the locations where we otherwise would call
> sctp_make_init_ack/sctp_add_cmd_sf(...SCTP_CMD_REPLY)?
Also, net-next is closed 8-)
Powered by blists - more mailing lists