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

2017-10-09 Thread Ferruh Yigit
On 10/9/2017 7:46 PM, 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. > > Yongseok Koh (7): > net/mlx5: cleanup memory barriers > net/mlx5

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

2017-10-09 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. Yongseok Koh (7): net/mlx5: cleanup memory barriers net/mlx5: rename a file of SSE Rx/Tx net/mlx5: use static assert