Re: [dpdk-dev] [PATCH] net/i40e: sync the changes for vector PMD between x86 and arm64

2017-04-10 Thread Ferruh Yigit
On 4/6/2017 9:33 AM, Jianbo Liu wrote: > Porting two changes from x86 SSE implematation. > net/i40e: fix checksum flag in x86 vector Rx > net/i40e: eliminate mbuf write on rearm > > Signed-off-by: Jianbo Liu Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [PATCH] net/i40e: sync the changes for vector PMD between x86 and arm64

2017-04-06 Thread Jianbo Liu
Porting two changes from x86 SSE implematation. net/i40e: fix checksum flag in x86 vector Rx net/i40e: eliminate mbuf write on rearm Signed-off-by: Jianbo Liu --- drivers/net/i40e/i40e_rxtx_vec_neon.c | 68 +-- 1 file changed, 42 insertions(+), 26 deletion