[dpdk-dev] [PATCH 0/2] reduce writes in i40e driver

Jianbo Liu jianbo.liu at linaro.org
Thu Apr 6 07:56:22 CEST 2017


On 3 April 2017 at 22:39, Bruce Richardson <bruce.richardson at intel.com> wrote:
> this set is based upon Olivier's mbuf rework patchset, and makes some
> improvement to the i40e driver taking account of the rework. It also
> removes a build-time option that seems unnecessary.
>
> Bruce Richardson (2):
>   net/i40e: eliminate mbuf write on rearm
>   net/i40e: remove option to disable offload flags
>
>  config/common_base                      |  1 -
>  doc/guides/nics/i40e.rst                |  5 ----
>  drivers/net/i40e/i40e_rxtx_vec_common.h |  8 ------
>  drivers/net/i40e/i40e_rxtx_vec_neon.c   | 11 --------
>  drivers/net/i40e/i40e_rxtx_vec_sse.c    | 50 ++++++++++++++++-----------------
>  5 files changed, 24 insertions(+), 51 deletions(-)

Acked-by: Jianbo Liu <jianbo.liu at linaro.org>

And I'll send a patch to do the same change for i40e neon implementation.


More information about the dev mailing list