]> git.droids-corp.org - dpdk.git/commit
net/sfc: do not push fast free offload to default TxQ config
authorIvan Malov <ivan.malov@oktetlabs.ru>
Tue, 8 Feb 2022 23:26:47 +0000 (02:26 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 10 Feb 2022 13:32:02 +0000 (14:32 +0100)
commitf67615ea626e23e61b71d27f894fe9a4ef716df3
treebe78f5bcff60ff7d7c404fb500ffb5d51802e4e8
parent8b8dd4451da45ce0419521d7e29fe246a5278251
net/sfc: do not push fast free offload to default TxQ config

Doing so is wrong since fast free is an adapter-wide offload.

Technically, the offending commit (see "Fixes" tag) does not
induce failures, however, such started to occur after commit
a4996bd89c42 ("ethdev: new Rx/Tx offloads API") had shown up,
because of the strict offload validation in the generic code.

Fixes: c78d280e88ef ("net/sfc: convert to new Tx offload API")
Cc: stable@dpdk.org
Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
drivers/net/sfc/sfc_ethdev.c