[dpdk-dev] [PATCH 0/3] ethdev: fail if requested offload is not supported

Andrew Rybchenko arybchenko at solarflare.com
Fri May 11 18:25:52 CEST 2018


The series has fixes for problems discussed in [1].

Basically it does not allow unsupported offloads to pass.

If fixes regressions for PMDs which carefully check offloads before,
but these checks are removed now in favor of checks in ethdev.

It may break applications which request some offload which is not
supported by underlying PMD, but does not actually used.

Depending on discussion results it should be either dropped or applied.

[1] http://dpdk.org/ml/archives/dev/2018-May/101261.html

Andrew Rybchenko (3):
  ethdev: fail configure if requested offload is not supported
  ethdev: fail if Tx queue offload is not supported at all
  ethdev: fail if Rx queue offload is not supported

 lib/librte_ethdev/rte_ethdev.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

-- 
2.17.0



More information about the dev mailing list