[dpdk-dev] [PATCH 0/5] net/ixgbe: improvements to ixgbe driver

Ye Xiaolong xiaolong.ye at intel.com
Thu Jan 16 04:12:39 CET 2020


On 01/14, Reshma Pattan wrote:
>This patch set does below ixgbe driver code improvements.
>
>1)Removed usage of CONFIG_RTE_IXGBE_INC_VECTOR and used
>architectures specific flags instead.
>
>2)Removed weak symbols from the stub functions for ppc
>architecture.
>
>3)Removed duplicate function declarations.
>
>4)Added ixgbe arm vector file for messon build.
>
>5)Added missing stubs for ppc architecture.
>
>Signed-off-by: Reshma Pattan <reshma.pattan at intel.com>
>
>Reshma Pattan (5):
>  net/ixgbe: remove ixgbe vector config flag
>  net/ixgbe: remove weak symbols in ixgbe rxtx
>  net/ixgbe: remove duplicate function declaration
>  net/ixgbe: add missing stubs for ppc
>  net/ixgbe: add arm vector support in meson
>
> config/common_base             |  1 -
> doc/guides/nics/ixgbe.rst      |  1 -
> drivers/net/ixgbe/Makefile     |  6 ++---
> drivers/net/ixgbe/ixgbe_rxtx.c | 49 ++++++++++++++++++++--------------
> drivers/net/ixgbe/ixgbe_rxtx.h |  7 ++---
> drivers/net/ixgbe/meson.build  |  3 ++-
> 6 files changed, 36 insertions(+), 31 deletions(-)
>
>-- 
>2.21.0
>

Acked-by: Xiaolong Ye <xiaolong.ye at intel.com>

Applied to dpdk-next-net-intel, Thanks.


More information about the dev mailing list