>-----Original Message-----
>From: Intel-wired-lan <[email protected]> On Behalf Of
>Fijalkowski, Maciej
>Sent: Tuesday, January 23, 2024 5:29 PM
>To: [email protected]
>Cc: [email protected]; Fijalkowski, Maciej
><[email protected]>; Nguyen, Anthony L
><[email protected]>; Karlsson, Magnus
><[email protected]>
>Subject: [Intel-wired-lan] [PATCH iwl-next 1/2] ice: make ice_vsi_cfg_rxq()
>static
>
>Currently, XSK control path in ice driver calls directly
>ice_vsi_cfg_rxq() whereas we have ice_vsi_cfg_single_rxq() for that purpose.
>Use the latter from XSK side and make ice_vsi_cfg_rxq() static.
>
>ice_vsi_cfg_rxq() resides in ice_base.c and is rather big, so to reduce the
>code
>churn let us move two callers of it from ice_lib.c to ice_base.c.
>
>Signed-off-by: Maciej Fijalkowski <[email protected]>
>---
> drivers/net/ethernet/intel/ice/ice_base.c | 58 ++++++++++++++++++++++-
>drivers/net/ethernet/intel/ice/ice_base.h | 3 +-
>drivers/net/ethernet/intel/ice/ice_lib.c | 56 ----------------------
>drivers/net/ethernet/intel/ice/ice_lib.h | 4 --
>drivers/net/ethernet/intel/ice/ice_xsk.c | 2 +-
> 5 files changed, 60 insertions(+), 63 deletions(-)
>
Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at
Intel)