Re: [dpdk-dev] [PATCH v4 00/11] convert testpmd to new ethdev offloads API

2018-01-15 Thread Thomas Monjalon
> Shahaf Shuler (11): > app/testpmd: fix port configuration print > app/testpmd: convert to new Ethdev Rx offloads API > app/testpmd: support check of single port stop > app/testpmd: convert to new Ethdev Tx offloads API > app/testpmd: fix flowgen forwarding ol flags > app/testpmd: clea

[dpdk-dev] [PATCH v4 00/11] convert testpmd to new ethdev offloads API

2018-01-10 Thread Shahaf Shuler
This series is to convert testpmd application to the new offloads API [1]. on v4: - Enable FAST_FREE Tx offload by default if device supports. - Fix commit log for the VLAN configuration patch. on v3: - Remove warn prints on bad offloads configuration from application. on v2: - Splited the p