> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of Ivan > Vecera > Sent: Wednesday, September 27, 2023 2:02 PM > To: [email protected] > Cc: [email protected]; [email protected]; Brandeburg, Jesse > <[email protected]>; [email protected]; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; [email protected]; [email protected]; > [email protected] > Subject: [Intel-wired-lan] [PATCH net-next v2 6/9] i40e: Move memory > allocation structures to i40e_alloc.h > > Structures i40e_dma_mem & i40e_virt_mem are defined i40e_osdep.h while > memory allocation functions that use them are declared in i40e_alloc.h > Move them there. > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_adminq.h | 1 + > drivers/net/ethernet/intel/i40e/i40e_alloc.h | 14 ++++++++++++++ > drivers/net/ethernet/intel/i40e/i40e_osdep.h | 12 ------------ > 3 files changed, 15 insertions(+), 12 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
