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

Yongseok Koh yskoh at mellanox.com
Mon Oct 9 19:40:18 CEST 2017


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 reorganized.
> > 
> > This patchset has dependency with the following patches:
> > - net/mlx5: fix overflow of Rx SW ring
> > - Nelio's mlx5 flow cleanup patchset, the last one is:
> >   [dpdk-dev,v2,30/30] net/mlx5: add new operations for isolated mode
> 
> - Nelio's set was waiting Xueming's which is merged now.
> - Nelio's set will have v3 because of your comments.
> - And Raslan's patch is dependent on yours.
Yes, the order is correct.

> 
> So, if I don't miss anything
> - first there will be Nelio's v3
Nelio's v3 is on the mailing list.

> - Later this patchset on top of it
I'll rebase it on top of Nelio's v3 to make sure you can merge it. As we are in
a different timezone, I want to minimize any potential issues. :-)

> - Later Raslan's on top of yours
Probably, Raslan needs to send out v8.

And there's one more bug fix from my end.
	[dpdk-dev,v2] net/mlx5: fix deadlock due to buffered slots in Rx SW ring
The bug was reported by Martin Weiser <martin.weiser at allegro-packets.com> on the
mailing list and we might want to wait for his test result for merge.

I'll rebase this bug fix on top of my NEON patchset.

> With multiple developers working on same drivers, mlx drivers become
> hard to manage/trace.
> 
> next-net-mlx sound like good idea :) Any comment on this?
I agree on your idea!

Thanks,
Yongseok


More information about the dev mailing list