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

2020-01-15 Thread Ye Xiaolong
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 declar

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

2020-01-14 Thread Reshma Pattan
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 f