dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: update release notes
@ 2015-11-12  3:18 Helin Zhang
  2015-12-13 23:26 ` Thomas Monjalon
  0 siblings, 1 reply; 9+ 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 related	[flat|nested] 9+ messages in thread
* [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; 9+ 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 related	[flat|nested] 9+ messages in thread
* [PATCH] doc: update release notes.
@ 2018-05-10  4:19 Qi Zhang
  0 siblings, 0 replies; 9+ 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 related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-05-10  4:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-12  3:18 [PATCH] doc: update release notes Helin Zhang
2015-12-13 23:26 ` Thomas Monjalon
  -- strict thread matches above, loose matches on Subject: below --
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
2018-05-10  4:19 Qi Zhang

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).