diff options
author | Maciej Fijalkowski <[email protected]> | 2024-01-23 12:58:45 +0100 |
---|---|---|
committer | Tony Nguyen <[email protected]> | 2024-02-02 09:13:13 -0800 |
commit | 3e5fb691faee1d43ee13d4ce2666b0a05e1555b3 (patch) | |
tree | b4137343bdfbd27f2e48ab86a61d247c9225a95c /lib/string_helpers.c | |
parent | d81c0792e640586c8639cf10ac6d0a0e79da6466 (diff) |
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]>
Acked-by: Magnus Karlsson <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Tested-by: Chandan Kumar Rout <[email protected]> (A Contingent Worker at Intel)
Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions