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

2017-10-04 Thread Shahaf Shuler
Tuesday, October 3, 2017 10:50 PM, Ferruh Yigit: > <...> > > > @@ -620,6 +628,15 @@ Supports packet type parsing and returns a list of > supported types. > > > > .. _nic_features_timesync: > > > > +Mbuf fast free > > +-- > > I think this is not one of the current tracked features. Is

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

2017-10-03 Thread Ferruh Yigit
On 9/28/2017 7:54 PM, 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

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

2017-09-28 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