* [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide
@ 2017-11-08 20:51 Thomas Monjalon
2017-11-09 0:30 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2017-11-08 20:51 UTC (permalink / raw)
To: john.mcnamara, ferruh.yigit; +Cc: dev, shahafs
The feature was added at the end of the table.
And the description was between the anchor _nic_features_timesync
and its title.
It is moved near related features with a new anchor.
It is also renamed from "mbuf fast free" to "fast mbuf free".
Fixes: d6f90afd3070 ("ethdev: add mbuf fast free Tx offload")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
doc/guides/nics/features.rst | 21 ++++++++++++---------
doc/guides/nics/features/default.ini | 2 +-
2 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst
index bfeae80ef..d9917d4f5 100644
--- a/doc/guides/nics/features.rst
+++ b/doc/guides/nics/features.rst
@@ -136,6 +136,18 @@ invoke rte_eth_tx_burst() concurrently on the same Tx queue without SW lock.
* **[related] API**: ``rte_eth_tx_burst()``.
+.. _nic_features_fast_mbuf_free:
+
+Fast mbuf free
+--------------
+
+Supports optimization for fast release of mbufs following successful Tx.
+Requires that per queue, all mbufs come from the same mempool and has refcnt = 1.
+
+* **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_MBUF_FAST_FREE``.
+* **[provides] rte_eth_dev_info**: ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_MBUF_FAST_FREE``.
+
+
.. _nic_features_free_tx_mbuf_on_demand:
Free Tx mbuf on demand
@@ -640,15 +652,6 @@ Supports packet type parsing and returns a list of supported types.
.. _nic_features_timesync:
-Mbuf fast free
---------------
-
-Supports optimization for fast release of mbufs following successful Tx.
-Requires that per queue, all mbufs come from the same mempool and has refcnt = 1.
-
-* **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_MBUF_FAST_FREE``.
-* **[provides] rte_eth_dev_info**: ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_MBUF_FAST_FREE``.
-
Timesync
--------
diff --git a/doc/guides/nics/features/default.ini b/doc/guides/nics/features/default.ini
index dc527ddf9..95c569869 100644
--- a/doc/guides/nics/features/default.ini
+++ b/doc/guides/nics/features/default.ini
@@ -14,6 +14,7 @@ Removal event =
Queue status event =
Rx interrupt =
Lock-free Tx queue =
+Fast mbuf free =
Free Tx mbuf on demand =
Queue start/stop =
MTU update =
@@ -76,4 +77,3 @@ x86-64 =
Usage doc =
Design doc =
Perf doc =
-Mbuf fast free =
--
2.14.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide
2017-11-08 20:51 [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide Thomas Monjalon
@ 2017-11-09 0:30 ` Ferruh Yigit
2017-11-12 3:17 ` Thomas Monjalon
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-11-09 0:30 UTC (permalink / raw)
To: Thomas Monjalon, john.mcnamara; +Cc: dev, shahafs
On 11/8/2017 12:51 PM, Thomas Monjalon wrote:
> The feature was added at the end of the table.
> And the description was between the anchor _nic_features_timesync
> and its title.
> It is moved near related features with a new anchor.
>
> It is also renamed from "mbuf fast free" to "fast mbuf free".
>
> Fixes: d6f90afd3070 ("ethdev: add mbuf fast free Tx offload")
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide
2017-11-09 0:30 ` Ferruh Yigit
@ 2017-11-12 3:17 ` Thomas Monjalon
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Monjalon @ 2017-11-12 3:17 UTC (permalink / raw)
To: Ferruh Yigit; +Cc: dev, john.mcnamara, shahafs
09/11/2017 01:30, Ferruh Yigit:
> On 11/8/2017 12:51 PM, Thomas Monjalon wrote:
> > The feature was added at the end of the table.
> > And the description was between the anchor _nic_features_timesync
> > and its title.
> > It is moved near related features with a new anchor.
> >
> > It is also renamed from "mbuf fast free" to "fast mbuf free".
> >
> > Fixes: d6f90afd3070 ("ethdev: add mbuf fast free Tx offload")
> >
> > Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-11-12 6:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08 20:51 [dpdk-dev] [PATCH] doc: move fast mbuf free feature in net guide Thomas Monjalon
2017-11-09 0:30 ` Ferruh Yigit
2017-11-12 3:17 ` Thomas Monjalon
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).