From: Konstantin Ananyev <konstantin.anan...@huawei.com>

To continue further work on VLA replacement for these series:
https://patches.dpdk.org/project/dpdk/list/?series=31887
extra few patches to remove VLA for gro lib and ixgbe and ice PMDs.
DISCLAIMER: I don't have ice and ixgbe HW available on my box, so
didn't make a proper testing for patches #3,4.

Konstantin Ananyev (4):
  gro: fix overwrite unprocessed packets
  gro: remove use of VLAs
  net/ixgbe: remove use of VLAs
  net/ice: remove use of VLAs

 drivers/net/ice/ice_rxtx.c                | 18 ++++++----
 drivers/net/ice/ice_rxtx.h                |  2 ++
 drivers/net/ixgbe/ixgbe_ethdev.c          | 21 +++++++-----
 drivers/net/ixgbe/ixgbe_rxtx_vec_common.h |  4 ++-
 lib/gro/rte_gro.c                         | 42 ++++++++---------------
 5 files changed, 45 insertions(+), 42 deletions(-)

-- 
2.35.3

Reply via email to