DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: "Dai, Wei" <wei.dai@intel.com>, "Lu, Wenzhuo" <wenzhuo.lu@intel.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/Tx offloads API
Date: Tue, 3 Apr 2018 13:41:53 +0000	[thread overview]
Message-ID: <039ED4275CED7440929022BC67E7061153178605@SHSMSX103.ccr.corp.intel.com> (raw)
In-Reply-To: <20180403025456.735-1-wei.dai@intel.com>



> -----Original Message-----
> From: Dai, Wei
> Sent: Tuesday, April 3, 2018 10:55 AM
> To: Lu, Wenzhuo <wenzhuo.lu@intel.com>; Zhang, Qi Z <qi.z.zhang@intel.com>
> Cc: dev@dpdk.org; Dai, Wei <wei.dai@intel.com>
> Subject: [PATCH v2 0/2] net/e1000: convert to new Rx/Tx offloads API
> 
> This patch set convert net/e1000 to new Rx/Tx offloads API.
> All Rx offloads are per port features.
> All Tx offloads of e1000 are per queue and also per packet as they are enabled
> in Tx descriptor.
> In the new offload API, per queue offload only need to be set in
> queue_setup(). So if the maimum number of queues is only one in Rx or Tx
> path, let all offloads in the path are per queue for better convenience.
> 
> ---
> v2: add offloads checking
> 
> 
> Wei Dai (2):
>   net/e1000: convert to new Rx offloads API
>   net/e1000: convert to new Tx offloads API
> 
>  drivers/net/e1000/e1000_ethdev.h |  14 ++++
>  drivers/net/e1000/em_ethdev.c    |  58 ++++++++++----
>  drivers/net/e1000/em_rxtx.c      | 155
> +++++++++++++++++++++++++++++++++---
>  drivers/net/e1000/igb_ethdev.c   |  60 +++++++-------
>  drivers/net/e1000/igb_rxtx.c     | 167
> +++++++++++++++++++++++++++++++++++----
>  5 files changed, 385 insertions(+), 69 deletions(-)
> 
> --
> 2.9.5

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

  parent reply	other threads:[~2018-04-03 13:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-01 18:54 [dpdk-dev] [PATCH " Wei Dai
2018-03-01 18:54 ` [dpdk-dev] [PATCH 1/2] net/e1000: convert to new Rx " Wei Dai
2018-03-01 18:54 ` [dpdk-dev] [PATCH 2/2] net/e1000: convert to new Tx " Wei Dai
2018-04-03  2:54 ` [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/Tx " Wei Dai
2018-04-03  2:54   ` [dpdk-dev] [PATCH v2 1/2] net/e1000: convert to new Rx " Wei Dai
2018-04-03  2:54   ` [dpdk-dev] [PATCH v2 2/2] net/e1000: convert to new Tx " Wei Dai
2018-04-03 13:41   ` Zhang, Qi Z [this message]
2018-04-03 15:15     ` [dpdk-dev] [PATCH v2 0/2] net/e1000: convert to new Rx/Tx " Zhang, Helin

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=039ED4275CED7440929022BC67E7061153178605@SHSMSX103.ccr.corp.intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=wei.dai@intel.com \
    --cc=wenzhuo.lu@intel.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).