[v3] doc: support new i40e device

Message ID 1560933082-122238-1-git-send-email-beilei.xing@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Qi Zhang
Headers
Series [v3] doc: support new i40e device |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation fail Compilation issues

Commit Message

Xing, Beilei June 19, 2019, 8:31 a.m. UTC
  Add support for new i40e device.

Fixes: 4b748eef853c ("net/i40e: enable new device")

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
v3 change:
 - Add new section.
 - Add fixes line.

v2 change:
 - Change indentation.

 doc/guides/rel_notes/release_19_08.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
  

Patch

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index 563999d..e46160b 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -95,6 +95,24 @@  New Features
   * Enabled Tx outer/inner L3/L4 checksum offload.
 
 
+New Supported Devices
+---------------------
+
+.. This section should contain new supported devices. Sample format:
+
+   * **Updated the specific driver.**
+
+     * Listed the new supported device IDs.
+
+   This section is a comment. Do not overwrite or remove it.
+   Also, make sure to start the actual text at the margin.
+   =========================================================
+
+* **Updated the i40e driver.**
+
+  * 0x15FF.
+
+
 Removed Items
 -------------