[PATCH] net: increase the maximum of RX/TX descriptors

2024-10-29 Thread Lukas Sismis
processing peaks. Signed-off-by: Lukas Sismis --- doc/guides/nics/ixgbe.rst| 2 +- drivers/net/cpfl/cpfl_rxtx.h | 2 +- drivers/net/e1000/e1000_ethdev.h | 2 +- drivers/net/iavf/iavf_rxtx.h | 2 +- drivers/net/ice/ice_rxtx.h | 2 +- drivers/net/idpf/idpf_rxtx.h | 2

[PATCH] net: increase the maximum of RX/TX descriptors

2024-10-29 Thread Lukas Sismis
processing peaks. Signed-off-by: Lukas Sismis --- doc/guides/nics/ixgbe.rst| 2 +- drivers/net/cpfl/cpfl_rxtx.h | 2 +- drivers/net/e1000/e1000_ethdev.h | 2 +- drivers/net/iavf/iavf_rxtx.h | 2 +- drivers/net/ice/ice_rxtx.h | 2 +- drivers/net/idpf/idpf_rxtx.h | 2

[PATCH v3 1/1] net/bonding: make bonding functions stable

2024-10-29 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 23.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h| 4 drivers/net/bonding/rte_eth_bond_8023ad.h | 1 - drivers/net/bonding/version.map | 15

[PATCH] net/bonding: make bonding functions stable

2024-10-29 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 23.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h| 4 drivers/net/bonding/rte_eth_bond_8023ad.h | 1 - drivers/net/bonding/version.map | 10

[PATCH] net/bonding: make bonding functions stable

2024-10-29 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 22.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h | 4 1 file changed, 4 deletions(-) diff --git a/drivers/net/bonding/rte_eth_bond.h b/drivers/net/bonding

[PATCH v2 2/2] net/ice: increase the maximum of RX/TX descriptors

2024-10-30 Thread Lukas Sismis
, the QLEN must be whole number of 32 descriptors. When the PXE_MODE flag is set, the QLEN can be one of the following options: Up to 4 PFs, QLEN can be set to: 8, 16, 24 or 32 descriptors. Up to 8 PFs, QLEN can be set to: 8 or 16 descriptors Signed-off-by: Lukas Sismis --- drivers/net/ice

[PATCH v2 1/2] net/ixgbe: increase the maximum of RX/TX descriptors

2024-10-30 Thread Lukas Sismis
: Lukas Sismis --- doc/guides/nics/ixgbe.rst| 2 +- drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- drivers/net/ixgbe/ixgbe_rxtx.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index 14573b542e..c5c6a6c34b 100644 --- a

[PATCH v3 1/1] net/bonding: make bonding functions stable

2024-10-30 Thread Lukas Sismis
Remove rte_experimental macros from the stable functions as they have been part of the stable API since 23.11. Signed-off-by: Lukas Sismis --- drivers/net/bonding/rte_eth_bond.h| 4 drivers/net/bonding/rte_eth_bond_8023ad.h | 1 - drivers/net/bonding/version.map | 15

[PATCH v3 2/2] net/ice: increase the maximum of RX/TX descriptors

2024-10-30 Thread Lukas Sismis
, the QLEN must be whole number of 32 descriptors. When the PXE_MODE flag is set, the QLEN can be one of the following options: Up to 4 PFs, QLEN can be set to: 8, 16, 24 or 32 descriptors. Up to 8 PFs, QLEN can be set to: 8 or 16 descriptors Signed-off-by: Lukas Sismis --- drivers/net/ice

[PATCH v3 1/2] net/ixgbe: increase the maximum of RX/TX descriptors

2024-10-30 Thread Lukas Sismis
: Lukas Sismis --- doc/guides/nics/ixgbe.rst| 2 +- drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- drivers/net/ixgbe/ixgbe_rxtx.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guides/nics/ixgbe.rst b/doc/guides/nics/ixgbe.rst index 14573b542e..c5c6a6c34b 100644 --- a