> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Jedrzej Jagielski
> Sent: Friday, March 7, 2025 7:54 PM
> To: [email protected]
> Cc: Nguyen, Anthony L <[email protected]>;
> [email protected]; [email protected]; [email protected]; Kitszel,
> Przemyslaw <[email protected]>; Jagielski, Jedrzej
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v6 02/15] ixgbe: wrap
> netdev_priv() usage
> 
> From: Przemek Kitszel <[email protected]>
> 
> Wrap use of netdev_priv() in order to change the allocator of the device
> private structure from alloc_etherdev_mq() to the devlink in next commit.
> 
> All but one netdev_priv() calls in the whole driver are replaced, the 
> remaining
> one is called on MACVLAN (so not ixgbe) device.
> 
> Signed-off-by: Przemek Kitszel <[email protected]>
> Signed-off-by: Jedrzej Jagielski <[email protected]>
> ---
>  drivers/net/ethernet/intel/ixgbe/ixgbe.h      |  5 ++
>  .../net/ethernet/intel/ixgbe/ixgbe_dcb_nl.c   | 56 +++++++-------
>  .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  | 74 +++++++++----------
> drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.c | 12 +--
>  .../net/ethernet/intel/ixgbe/ixgbe_ipsec.c    | 10 +--
>  drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 74 +++++++++----------
>  .../net/ethernet/intel/ixgbe/ixgbe_sriov.c    | 16 ++--
>  drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c  |  2 +-
>  8 files changed, 127 insertions(+), 122 deletions(-)
> 

Tested-by: Bharath R <[email protected]>

Reply via email to