[dpdk-dev] [PATCH v2 0/2] Support for new Ethdev offload APIs

Sunil Kumar Kori sunil.kori at nxp.com
Wed Apr 11 13:05:38 CEST 2018


Patchset contains changes to support ethdev offload APIs for DPAA and DPAA2
drivers.

Offloading support is categoriesed in following logical parts:
1. If requested offloading features is not supported then returned error.
2. If requested offloading feature is supoorted but cannot be disabled then
   request to disable the offload is silently discarded with a message.
3. Otherwise configuration is succesfully offloaded

[Changes in v2]
1. Incorporated review comments.

Sunil Kumar Kori (2):
  net/dpaa: Changes to support ethdev offload APIs
  net/dpaa2: Changes to support ethdev offload APIs

 drivers/net/dpaa/dpaa_ethdev.c   | 50 +++++++++++++++++++++++----
 drivers/net/dpaa2/dpaa2_ethdev.c | 75 +++++++++++++++++++++++++++++++---------
 drivers/net/dpaa2/dpaa2_rxtx.c   | 32 ++++++-----------
 3 files changed, 114 insertions(+), 43 deletions(-)

-- 
2.9.3



More information about the dev mailing list