Re: [dpdk-dev] [PATCH v3 2/2] ethdev: introduce Tx queue offloads API

2017-09-13 Thread Shahaf Shuler
Wednesday, September 13, 2017 11:41 AM, Andrew Rybchenko: >>+Mbuf fast free >>+-- >>+ >>+Supports optimization for fast release of mbufs following successful Tx. >>+Requires all mbufs to come from the same mempool and has refcnt = 1. >It is ambiguous here in the case of fast free

Re: [dpdk-dev] [PATCH v3 2/2] ethdev: introduce Tx queue offloads API

2017-09-13 Thread Andrew Rybchenko
On 09/13/2017 09:37 AM, Shahaf Shuler wrote: Introduce a new API to configure Tx offloads. In the new API, offloads are divided into per-port and per-queue offloads. The PMD reports capability for each of them. Offloads are enabled using the existing DEV_TX_OFFLOAD_* flags. To enable per-port of

[dpdk-dev] [PATCH v3 2/2] ethdev: introduce Tx queue offloads API

2017-09-12 Thread Shahaf Shuler
Introduce a new API to configure Tx offloads. In the new API, offloads are divided into per-port and per-queue offloads. The PMD reports capability for each of them. Offloads are enabled using the existing DEV_TX_OFFLOAD_* flags. To enable per-port offload, the offload should be set on both device