Re: [dpdk-dev] [PATCH v3 3/7] net/ena: fix per-queue offload capabilities

2021-10-19 Thread Ferruh Yigit
On 10/19/2021 11:56 AM, Michal Krawczyk wrote: PMD shouldn't advertise the same offloads as both per-queue and per-port [1]. Each offload capability should go either to the [rt]x_queue_offload_capa or [rt]x_offload_capa. This is not exactly true. It is expected that queue offloads advertised

[dpdk-dev] [PATCH v3 3/7] net/ena: fix per-queue offload capabilities

2021-10-19 Thread Michal Krawczyk
PMD shouldn't advertise the same offloads as both per-queue and per-port [1]. Each offload capability should go either to the [rt]x_queue_offload_capa or [rt]x_offload_capa. As ENA currently doesn't support offloads which could be configured per-queue, only per-port flags should be set. In additi