On Tue, 23 Jan 2024 at 12:59, Maciej Fijalkowski <[email protected]> wrote: > > Ice driver has routines dedicated for configuring single queues. Let us > use them from ZC control path. This move will allow us to make > ice_vsi_cfg_{r,t}xq() static. > > Thanks, > Maciej
Thanks for the clean up Maciej. For the series: Acked-by: Magnus Karlsson <[email protected]> > Maciej Fijalkowski (2): > ice: make ice_vsi_cfg_rxq() static > ice: make ice_vsi_cfg_txq() static > > drivers/net/ethernet/intel/ice/ice_base.c | 134 +++++++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_base.h | 10 +- > drivers/net/ethernet/intel/ice/ice_lib.c | 129 --------------------- > drivers/net/ethernet/intel/ice/ice_lib.h | 10 -- > drivers/net/ethernet/intel/ice/ice_xsk.c | 22 +--- > 5 files changed, 142 insertions(+), 163 deletions(-) > > -- > 2.34.1 > >
