From: Sunil Kumar Kori <sunil.kori@nxp.com>
To: <dev@dpdk.org>
Cc: <sunil.kori@nxp.com>, <hemant.agrawal@nxp.com>
Subject: [PATCH v2 0/2] Support for new Ethdev offload APIs
Date: Wed, 11 Apr 2018 16:35:38 +0530	[thread overview]
Message-ID: <20180411110540.30071-1-sunil.kori@nxp.com> (raw)
In-Reply-To: <20180409102602.24294-1-sunil.kori@nxp.com>
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
next prev parent reply	other threads:[~2018-04-11 11:06 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-09 10:26 [PATCH 0/2] Support for new Ethdev offload APIs Sunil Kumar Kori
2018-04-09 10:26 ` [PATCH 1/2] net/dpaa: Changes to support ethdev " Sunil Kumar Kori
2018-04-09 13:19   ` Sunil Kumar Kori
2018-04-09 13:19     ` [PATCH 2/2] net/dpaa2: " Sunil Kumar Kori
2018-04-10 16:40     ` [PATCH 1/2] net/dpaa: " Ferruh Yigit
2018-04-09 10:26 ` [PATCH 2/2] net/dpaa2: " Sunil Kumar Kori
2018-04-11 11:05 ` Sunil Kumar Kori [this message]
2018-04-11 11:05   ` [PATCH v2 1/2] net/dpaa: " Sunil Kumar Kori
2018-04-11 11:05   ` [PATCH v2 2/2] net/dpaa2: " Sunil Kumar Kori
2018-04-12 18:17   ` [PATCH v2 0/2] Support for new Ethdev " Ferruh Yigit
2018-04-24 15:06   ` [PATCH v3 1/2] net/dpaa: fix the ethdev offload checks Hemant Agrawal
2018-04-24 15:06     ` [PATCH v3 2/2] net/dpaa2: " Hemant Agrawal
2018-04-24 16:43     ` [PATCH v3 1/2] net/dpaa: " Ferruh Yigit
2018-04-24 17:23       ` Hemant Agrawal
2018-04-24 17:16     ` [PATCH v4 " Hemant Agrawal
2018-04-24 17:16       ` [PATCH v4 2/2] net/dpaa2: " Hemant Agrawal
2018-04-24 18:04       ` [PATCH v4 1/2] net/dpaa: " Ferruh Yigit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox
  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):
  git send-email \
    --in-reply-to=20180411110540.30071-1-sunil.kori@nxp.com \
    --to=sunil.kori@nxp.com \
    --cc=dev@dpdk.org \
    --cc=hemant.agrawal@nxp.com \
    /path/to/YOUR_REPLY
  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
  Be sure your reply has a Subject: header at the top and a blank line
  before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).