DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] doc: update release notes.
@ 2018-05-10  4:19 Qi Zhang
  0 siblings, 0 replies; 13+ messages in thread
From: Qi Zhang @ 2018-05-10  4:19 UTC (permalink / raw)
  To: john.mcnamara; +Cc: dev, Qi Zhang

Add updates for runtime queue setup.

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 doc/guides/rel_notes/release_18_05.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/guides/rel_notes/release_18_05.rst b/doc/guides/rel_notes/release_18_05.rst
index 718734852..589649121 100644
--- a/doc/guides/rel_notes/release_18_05.rst
+++ b/doc/guides/rel_notes/release_18_05.rst
@@ -183,7 +183,6 @@ New Features
   stats/xstats on shared memory from secondary process, and also pdump packets on
   those virtual devices.
 
-
 API Changes
 -----------
 
@@ -322,6 +321,12 @@ API Changes
   * ``rte_flow_create()`` API count action now requires the ``struct rte_flow_action_count``.
   * ``rte_flow_query()`` API parameter changed from action type to action structure.
 
+* ethdev: runtime queue setup:
+  * ``rte_eth_rx_queue_setup`` and ``rte_eth_rx_queue_setup`` can be called after
+    ``rte_eth_dev_start`` if device support runtime queue setup. Device driver can
+    expose this capability through ``rte_eth_dev_info_get``. A Rx or Tx queue be
+    setup at runtime need to be started explictly by ``rte_eth_dev_rx_queue_start``
+    or ``rte_eth_dev_tx_queue_start``.
 
 ABI Changes
 -----------
-- 
2.13.6

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes
@ 2020-04-17 16:35 Ajit Khaparde
  2020-04-17 22:29 ` Ferruh Yigit
  0 siblings, 1 reply; 13+ messages in thread
From: Ajit Khaparde @ 2020-04-17 16:35 UTC (permalink / raw)
  To: dev

Update release notes for 20.05 release with Broadcom PMD improvements:

  * Added support for host based flow table management
  * Added flow counters to extended stats
  * Added PCI function stats to extended stats

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 doc/guides/rel_notes/release_20_05.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/guides/rel_notes/release_20_05.rst b/doc/guides/rel_notes/release_20_05.rst
index 1d1819d27..b627c0b7c 100644
--- a/doc/guides/rel_notes/release_20_05.rst
+++ b/doc/guides/rel_notes/release_20_05.rst
@@ -136,6 +136,14 @@ New Features
   by making use of the event device capabilities. The event mode currently supports
   only inline IPsec protocol offload.
 
+* **Updated Broadcom bnxt driver.**
+
+  Updated Broadcom bnxt driver with new features and improvements, including:
+
+  * Added support for host based flow table management
+  * Added flow counters to extended stats
+  * Added PCI function stats to extended stats
+
 
 Removed Items
 -------------
-- 
2.21.1 (Apple Git-122.3)


^ permalink raw reply	[flat|nested] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes
@ 2016-07-01 14:10 Bernard Iremonger
  2016-07-14 13:32 ` Thomas Monjalon
  2016-07-22 17:14 ` Thomas Monjalon
  0 siblings, 2 replies; 13+ messages in thread
From: Bernard Iremonger @ 2016-07-01 14:10 UTC (permalink / raw)
  To: john.mcnamara, dev; +Cc: Bernard Iremonger

add release note for live migration of a VM with SRIOV VF

Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com>
---
 doc/guides/rel_notes/release_16_07.rst | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/guides/rel_notes/release_16_07.rst b/doc/guides/rel_notes/release_16_07.rst
index 569f562..350b259 100644
--- a/doc/guides/rel_notes/release_16_07.rst
+++ b/doc/guides/rel_notes/release_16_07.rst
@@ -179,6 +179,9 @@ New Features
   For information on this feature,  please see the "I40E Poll Mode Driver"
   section of the "Network Interface Controller Drivers" document.
 
+* **Added support for live migration of a VM with SRIOV VF.**
+
+  Live migration of a VM with Virtio and VF PMD's using the bonding PMD.
 
 Resolved Issues
 ---------------
-- 
2.6.3

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [dpdk-dev] [PATCH] doc: update release notes
@ 2015-11-12  3:18 Helin Zhang
  2015-12-13 23:26 ` Thomas Monjalon
  0 siblings, 1 reply; 13+ messages in thread
From: Helin Zhang @ 2015-11-12  3:18 UTC (permalink / raw)
  To: dev

Updated release notes about adding X722 support.

Signed-off-by: Helin Zhang <helin.zhang@intel.com>
---
 doc/guides/rel_notes/release_2_2.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
index 5636aad..5811c2f 100644
--- a/doc/guides/rel_notes/release_2_2.rst
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -59,6 +59,10 @@ New Features
 
 * **Added flow director support in i40e VF.**
 
+* **Added i40e support of early X722 series.**
+
+  * Add early X722 support for evaluation only, as the hardware is in A0.
+
 * **Added fm10k vector RX/TX.**
 
 * **Added fm10k TSO support for both PF and VF.**
-- 
1.9.3

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-04-22 21:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  4:19 [dpdk-dev] [PATCH] doc: update release notes Qi Zhang
  -- strict thread matches above, loose matches on Subject: below --
2020-04-17 16:35 Ajit Khaparde
2020-04-17 22:29 ` Ferruh Yigit
2020-04-17 22:40   ` Ajit Khaparde
2020-04-22 21:42     ` Thomas Monjalon
2016-07-01 14:10 Bernard Iremonger
2016-07-14 13:32 ` Thomas Monjalon
2016-07-14 13:45   ` Iremonger, Bernard
2016-07-14 15:04     ` Thomas Monjalon
2016-07-14 15:34       ` Iremonger, Bernard
2016-07-22 17:14 ` Thomas Monjalon
2015-11-12  3:18 Helin Zhang
2015-12-13 23:26 ` 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).