DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Xiao" <xiao.zhang@intel.com>
To: "Di, ChenxuX" <chenxux.di@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "Yang, Qiming" <qiming.yang@intel.com>,
	"Xing, Beilei" <beilei.xing@intel.com>,
	"Di, ChenxuX" <chenxux.di@intel.com>
Subject: Re: [dpdk-dev] [PATCH v5 0/4] drivers/net: cleanup Tx buffers
Date: Fri, 27 Dec 2019 08:25:37 +0000	[thread overview]
Message-ID: <AF0377F445CB2540BB46FF359C1C1BBE01BD6FB3@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <20191227034520.78613-1-chenxux.di@intel.com>


> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Chenxu Di
> Sent: Friday, December 27, 2019 11:45 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming <qiming.yang@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>; Di, ChenxuX <chenxux.di@intel.com>
> Subject: [dpdk-dev] [PATCH v5 0/4] drivers/net: cleanup Tx buffers
> 
> Add support to the drivers inclulding i40e, ice, ixgbe and igb vf for the API
> rte_eth_tx_done_cleanup to force free consumed buffers on Tx ring.
> 
> ---
> v2:
> added code about igb vf.
> v3:
> changed information of author
> v4:
> changed code.
> v5:
> fixed code and notes.
> removed code for fm10k.
> 
> Chenxu Di (4):
>   net/i40e: cleanup Tx buffers
>   net/ice: cleanup Tx buffers
>   net/ixgbe: cleanup Tx buffers
>   net/e1000: cleanup Tx buffers
> 
>  drivers/net/e1000/igb_ethdev.c    |   1 +
>  drivers/net/i40e/i40e_ethdev.c    |   1 +
>  drivers/net/i40e/i40e_ethdev_vf.c |   1 +
>  drivers/net/i40e/i40e_rxtx.c      | 122 +++++++++++++++++++++++++++++
>  drivers/net/i40e/i40e_rxtx.h      |   1 +
>  drivers/net/ice/ice_ethdev.c      |   1 +
>  drivers/net/ice/ice_rxtx.c        | 123 ++++++++++++++++++++++++++++++
>  drivers/net/ice/ice_rxtx.h        |   1 +
>  drivers/net/ixgbe/ixgbe_ethdev.c  |   2 +
>  drivers/net/ixgbe/ixgbe_rxtx.c    | 121 +++++++++++++++++++++++++++++
>  drivers/net/ixgbe/ixgbe_rxtx.h    |   2 +
>  11 files changed, 376 insertions(+)
> 
> --
> 2.17.1

Reviewed-by: Xiao Zhang <xiao.zhang@intel.com>

      parent reply	other threads:[~2019-12-27  8:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <“20191203055134.72874-1-chenxux.di@intel.com”>
2019-12-27  3:45 ` Chenxu Di
2019-12-27  3:45   ` [dpdk-dev] [PATCH v5 1/4] net/i40e: " Chenxu Di
2019-12-30  3:17     ` Yang, Qiming
2019-12-27  3:45   ` [dpdk-dev] [PATCH v5 2/4] net/ice: " Chenxu Di
2019-12-30  3:29     ` Yang, Qiming
2019-12-27  3:45   ` [dpdk-dev] [PATCH v5 3/4] net/ixgbe: " Chenxu Di
2019-12-30  3:29     ` Yang, Qiming
2019-12-27  3:45   ` [dpdk-dev] [PATCH v5 4/4] net/e1000: " Chenxu Di
2019-12-27  8:25   ` Zhang, Xiao [this message]

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=AF0377F445CB2540BB46FF359C1C1BBE01BD6FB3@SHSMSX101.ccr.corp.intel.com \
    --to=xiao.zhang@intel.com \
    --cc=beilei.xing@intel.com \
    --cc=chenxux.di@intel.com \
    --cc=dev@dpdk.org \
    --cc=qiming.yang@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).