RE: [net-next 02/15] iecm: Add framework set of header files

2020-06-18 Thread Michael, Alice
Brady, Alan > ; Burra, Phani R ; Hay, > Joshua A ; Chittim, Madhu > ; Linga, Pavan Kumar > ; Skidmore, Donald C > ; Brandeburg, Jesse > ; Samudrala, Sridhar > > Subject: Re: [net-next 02/15] iecm: Add framework set of header files > > On Wed, 2020-06-17 at 22:13

Re: [net-next 02/15] iecm: Add framework set of header files

2020-06-17 Thread Joe Perches
On Wed, 2020-06-17 at 22:13 -0700, Jeff Kirsher wrote: > From: Alice Michael [] > diff --git a/include/linux/net/intel/iecm_controlq_api.h > b/include/linux/net/intel/iecm_controlq_api.h [] > +enum iecm_ctlq_err { > + IECM_CTLQ_RC_OK = 0, /* Success */ Why is it necessary to effecti

[net-next 02/15] iecm: Add framework set of header files

2020-06-17 Thread Jeff Kirsher
From: Alice Michael Introduces the framework of data for the driver common module. Signed-off-by: Alice Michael Signed-off-by: Alan Brady Signed-off-by: Phani Burra Signed-off-by: Joshua Hay Signed-off-by: Madhu Chittim Signed-off-by: Pavan Kumar Linga Reviewed-by: Donald Skidmore Reviewe