Re: [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM

2017-10-09 Thread Olga Shern
> > > > next-net-mlx sound like good idea :) Any comment on this? > I agree on your idea! > Yes, Ferruh, let's do it for the next release Best Regards, Olga

Re: [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM

2017-10-09 Thread Yongseok Koh
On Mon, Oct 09, 2017 at 03:39:47AM +0100, Ferruh Yigit wrote: > On 10/6/2017 12:00 AM, Yongseok Koh wrote: > > Add dataplane functions using ARM NEON instructions. To modularize > > vectorized > > functions for different architectures, the existing files having x86 SSE > > support > > is reorgani

Re: [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM

2017-10-09 Thread Adrien Mazarguil
On Mon, Oct 09, 2017 at 03:39:47AM +0100, Ferruh Yigit wrote: > On 10/6/2017 12:00 AM, Yongseok Koh wrote: > > Add dataplane functions using ARM NEON instructions. To modularize > > vectorized > > functions for different architectures, the existing files having x86 SSE > > support > > is reorgani

Re: [dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM

2017-10-08 Thread Ferruh Yigit
On 10/6/2017 12:00 AM, Yongseok Koh wrote: > Add dataplane functions using ARM NEON instructions. To modularize vectorized > functions for different architectures, the existing files having x86 SSE > support > is reorganized. > > This patchset has dependency with the following patches: > - net/ml

[dpdk-dev] [PATCH v1 0/7] net/mlx5: add vectorized Rx/Tx burst for ARM

2017-10-05 Thread Yongseok Koh
Add dataplane functions using ARM NEON instructions. To modularize vectorized functions for different architectures, the existing files having x86 SSE support is reorganized. This patchset has dependency with the following patches: - net/mlx5: fix overflow of Rx SW ring - Nelio's mlx5 flow cleanup