Re: [dpdk-dev] [PATCH V5 1/2] net/tap: use new Tx offloads API

2018-01-18 Thread Ferruh Yigit
On 1/18/2018 2:02 PM, Pascal Mazon wrote: > On 17/01/2018 15:04, Moti Haimovsky wrote: >> Ethdev Tx offloads API has changed since: >> commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") >> This commit adds support for the new Tx offloads API. >> >> Signed-off-by: Moti Haimovsky > Ac

Re: [dpdk-dev] [PATCH V5 1/2] net/tap: use new Tx offloads API

2018-01-18 Thread Pascal Mazon
Acked-by: Pascal Mazon for the series. On 17/01/2018 15:04, Moti Haimovsky wrote: > Ethdev Tx offloads API has changed since: > commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") > This commit adds support for the new Tx offloads API. > > Signed-off-by: Moti Haimovsky > --- > V5: >

[dpdk-dev] [PATCH V5 1/2] net/tap: use new Tx offloads API

2018-01-17 Thread Moti Haimovsky
Ethdev Tx offloads API has changed since: commit cba7f53b717d ("ethdev: introduce Tx queue offloads API") This commit adds support for the new Tx offloads API. Signed-off-by: Moti Haimovsky --- V5: * Fixed compilation errors caused by not using PRIx64 in log messages when displaying uint64_t va