> -----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 9/9] i40e: Move DDP specific > macros and structures to i40e_ddp.c > > Move several DDP related macros and structures from i40e.h header > to i40e_ddp.c where are privately used. Make static i40e_ddp_load() > function that is also used only in i40e_ddp and move declaration of > i40e_ddp_flash() used by i40e_ethtool.c to i40e_prototype.h > > Signed-off-by: Ivan Vecera <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e.h | 24 ------------------- > drivers/net/ethernet/intel/i40e/i40e_ddp.c | 22 +++++++++++++++-- > .../net/ethernet/intel/i40e/i40e_prototype.h | 5 ++++ > 3 files changed, 25 insertions(+), 26 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
