> -----Original Message----- > From: Tony Nguyen <[email protected]> > Sent: Monday, August 24, 2020 10:33 AM > To: [email protected] > Cc: Michael, Alice <[email protected]>; [email protected]; > [email protected]; [email protected]; Kirsher, Jeffrey T > <[email protected]>; Nguyen, Anthony L > <[email protected]>; Brady, Alan <[email protected]>; Burra, > Phani R <[email protected]>; Hay, Joshua A <[email protected]>; > Chittim, Madhu <[email protected]>; Linga, Pavan Kumar > <[email protected]>; Skidmore, Donald C > <[email protected]>; Brandeburg, Jesse > <[email protected]>; Samudrala, Sridhar > <[email protected]> > Subject: [net-next v5 06/15] iecm: Implement mailbox functionality > > From: Alice Michael <[email protected]> > > Implement mailbox setup, take down, and commands. > > Signed-off-by: Alice Michael <[email protected]> > Signed-off-by: Alan Brady <[email protected]> > Signed-off-by: Phani Burra <[email protected]> > Signed-off-by: Joshua Hay <[email protected]> > Signed-off-by: Madhu Chittim <[email protected]> > Signed-off-by: Pavan Kumar Linga <[email protected]> > Reviewed-by: Donald Skidmore <[email protected]> > Reviewed-by: Jesse Brandeburg <[email protected]> > Reviewed-by: Sridhar Samudrala <[email protected]> > Signed-off-by: Jeff Kirsher <[email protected]> > Signed-off-by: Tony Nguyen <[email protected]> > --- > .../net/ethernet/intel/iecm/iecm_controlq.c | 498 +++++++++++++++++- > .../ethernet/intel/iecm/iecm_controlq_setup.c | 105 +++- > drivers/net/ethernet/intel/iecm/iecm_lib.c | 94 +++- > .../net/ethernet/intel/iecm/iecm_virtchnl.c | 414 ++++++++++++++- > 4 files changed, 1082 insertions(+), 29 deletions(-) > > /** > @@ -28,7 +36,32 @@ static enum iecm_status iecm_ctlq_init_regs(struct > iecm_hw *hw, > struct iecm_ctlq_info *cq,
I believe we have made a grave error and sent the wrong version. iecm_status enum should be completely removed. Sincere apologies for the thrash. Will be sending another version up soon. -Alan
