[dpdk-dev] [PATCH v14] ethdev: new Rx/Tx offloads API

Ferruh Yigit ferruh.yigit at intel.com
Mon May 14 16:46:38 CEST 2018


On 5/14/2018 3:11 PM, Thomas Monjalon wrote:
> 14/05/2018 15:20, Wei Dai:
>> Signed-off-by: Wei Dai <wei.dai at intel.com>
>> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
>> Signed-off-by: Qi Zhang <qi.z.zhang at intel.com>
> 
> [...]
>>   *   hasn't been set in the input argument eth_conf->rxmode.offloads
>>   *   to rte_eth_dev_configure(), it is a new added offloading, it must be
>>   *   per-queue type and it is enabled for the queue.
>> + *   No need to repeat any bit in rx_conf->offloads which has already been
>> + *   enabled in rte_eth_dev_configure() at port level. An offloading enabled
>> + *   at port level can't be disabled at queue level.
> 
> OK
> 
> Acked-by: Thomas Monjalon <thomas at monjalon.net>

Squashed into relevant commit in next-net, thanks.

> 
> Thanks a lot Wei!
> 
> 



More information about the dev mailing list