Re: [dpdk-dev] [PATCH v3 0/7] convert mlx PMDs to new ethdev offloads API

2018-01-10 Thread Shahaf Shuler
Wednesday, January 10, 2018 11:17 AM, Shahaf Shuler: > This series is to convert mlx4 and mlx5 PMDs to the new offloads API [1]. > > On v3: > - address almost all of Adrien's comments on mlx4. > > On v2: > - New design to hold PMD specific args and combine >them with offloads requested. >

[dpdk-dev] [PATCH v3 0/7] convert mlx PMDs to new ethdev offloads API

2018-01-10 Thread Shahaf Shuler
This series is to convert mlx4 and mlx5 PMDs to the new offloads API [1]. On v3: - address almost all of Adrien's comments on mlx4. On v2: - New design to hold PMD specific args and combine them with offloads requested. - Fix missing IPV4 checksum flag on vector function selection. - Verif