[RFC 0/4] remove use of VLA
Konstantin Ananyev
konstantin.v.ananyev at yandex.ru
Thu May 23 18:26:00 CEST 2024
From: Konstantin Ananyev <konstantin.ananyev at 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
More information about the dev
mailing list