[dpdk-dev] [PATCH] ethdev: force offloading API rules

Andrew Rybchenko arybchenko at solarflare.com
Sat Jun 9 11:29:27 CEST 2018


On 06/08/2018 10:51 PM, Ferruh Yigit wrote:
> On 5/31/2018 1:44 PM, Ferruh Yigit wrote:
>> The error path was disabled in previous release to let apps to be more
>> flexible.
>>
>> But this release they are enabled, applications have to obey offload API
>> rules otherwise they will get errors from following APIs:
>> rte_eth_dev_configure
>> rte_eth_rx_queue_setup
>> rte_eth_tx_queue_setup
>>
>> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
>> ---
>> Cc: Shahaf Shuler <shahafs at mellanox.com>
>> Cc: Wei Dai <wei.dai at intel.com>
>> Cc: Qi Zhang <qi.z.zhang at intel.com>
>> Cc: Andrew Rybchenko <arybchenko at solarflare.com>
> Any objection to this patch?
> I really would like to get this early to catch any possible issue.

I think it should be pushed just after old offload API removal since
if it is pushed before, it should take old offload API into account in
Tx queue setup function.

Acked-by: Andrew Rybchenko <arybchenko at solarflare.com>


More information about the dev mailing list