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

Sunil Kumar Kori sunil.kori at nxp.com
Mon Apr 9 12:26:00 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

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   | 46 ++++++++++++++++++++++++++---
 drivers/net/dpaa2/dpaa2_ethdev.c | 63 +++++++++++++++++++++++++++++++++-------
 drivers/net/dpaa2/dpaa2_rxtx.c   | 32 +++++++-------------
 3 files changed, 105 insertions(+), 36 deletions(-)

-- 
2.9.3



More information about the dev mailing list