[v2] doc: support new i40e device

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

Checks

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

Commit Message

Xing, Beilei June 18, 2019, 6:52 a.m. UTC
  Add support for new i40e device.

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
---
v2 change:
 - Change indentation.

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

Comments

Ferruh Yigit June 18, 2019, 8:16 a.m. UTC | #1
On 6/18/2019 7:52 AM, Beilei Xing wrote:
> Add support for new i40e device.
> 
> Signed-off-by: Beilei Xing <beilei.xing@intel.com>

Can you please add the commit that introduces the device as Fixes line?

> ---
> v2 change:
>  - Change indentation.
> 
>  doc/guides/rel_notes/release_19_08.rst | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
> index b9510f9..8da66fe 100644
> --- a/doc/guides/rel_notes/release_19_08.rst
> +++ b/doc/guides/rel_notes/release_19_08.rst
> @@ -54,6 +54,10 @@ New Features
>       Also, make sure to start the actual text at the margin.
>       =========================================================
>  
> +* **Enabled new i40e device.**
> +
> +  Enabled the new device whose device id is 0x15FF.
> +
>  
>  Removed Items
>  -------------
>
  

Patch

diff --git a/doc/guides/rel_notes/release_19_08.rst b/doc/guides/rel_notes/release_19_08.rst
index b9510f9..8da66fe 100644
--- a/doc/guides/rel_notes/release_19_08.rst
+++ b/doc/guides/rel_notes/release_19_08.rst
@@ -54,6 +54,10 @@  New Features
      Also, make sure to start the actual text at the margin.
      =========================================================
 
+* **Enabled new i40e device.**
+
+  Enabled the new device whose device id is 0x15FF.
+
 
 Removed Items
 -------------