On Wed, Jan 06, 2021 at 04:50:14PM -0800, James Smart wrote: > This patch continues the libefc library population. > > This patch adds library interface definitions for: > Functions to build and send ELS/CT/BLS commands and responses. > > Co-developed-by: Ram Vegesna <ram.vegesna@xxxxxxxxxxxx> > Signed-off-by: Ram Vegesna <ram.vegesna@xxxxxxxxxxxx> > Signed-off-by: James Smart <jsmart2021@xxxxxxxxx> > > --- > v6: > efc_disc_io_complete(): update WARN_ON to WARN_ON_ONCE > Change els send functions to return status from efc_els_send_req() Wouldn't it make sense to do the same for efc_els_send_rsp()?