From: Chenxu Di <chenxux.di@intel.com>
To: dev@dpdk.org
Cc: Yang Qiming <qiming.yang@intel.com>,
beilei.xing@intel.com, Chenxu Di <chenxux.di@intel.com>
Subject: [dpdk-dev] [PATCH v5 0/4] drivers/net: cleanup Tx buffers
Date: Fri, 27 Dec 2019 03:45:16 +0000 [thread overview]
Message-ID: <20191227034520.78613-1-chenxux.di@intel.com> (raw)
In-Reply-To: <â20191203055134.72874-1-chenxux.di@intel.comâ>
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
next parent reply other threads:[~2019-12-27 4:02 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 [this message]
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 ` [dpdk-dev] [PATCH v5 0/4] drivers/net: " Zhang, Xiao
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=20191227034520.78613-1-chenxux.di@intel.com \
--to=chenxux.di@intel.com \
--cc=beilei.xing@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).