[dpdk-dev] [PATCH v3 0/7] Performance optimizations for mlx5 and mlx4

2016-03-09 Thread Bruce Richardson
On Thu, Mar 03, 2016 at 03:27:10PM +0100, Adrien Mazarguil wrote: > This patchset improves the mlx5 PMD performance by doing better prefetching, > by reordering internal structure fields and by removing a few unnecessary > operations. > > Note: should be applied after "Add flow director and RX VLA

[dpdk-dev] [PATCH v3 0/7] Performance optimizations for mlx5 and mlx4

2016-03-03 Thread Adrien Mazarguil
This patchset improves the mlx5 PMD performance by doing better prefetching, by reordering internal structure fields and by removing a few unnecessary operations. Note: should be applied after "Add flow director and RX VLAN stripping support" to avoid conflicts. Changes in v3: - None, submitted a