[v4,16/19] net/hinic: add hinic PMD doc files

Message ID edc4bd3d5f33f5b5b0eaba7bd4447b16d2f0cb45.1570718029.git.cloud.wangxiaoyun@huawei.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers
Series Add advanced features for Huawei hinic pmd |

Checks

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

Commit Message

Wangxiaoyun (Cloud) Oct. 10, 2019, 2:52 p.m. UTC
  Add new supported features to rst file and add features to ini file.

Signed-off-by: Xiaoyun wang <cloud.wangxiaoyun@huawei.com>
---
 doc/guides/nics/features/hinic.ini     | 2 ++
 doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
 2 files changed, 11 insertions(+)
  

Comments

Ferruh Yigit Oct. 11, 2019, 9:25 a.m. UTC | #1
On 10/10/2019 3:52 PM, Xiaoyun wang wrote:
> Add new supported features to rst file and add features to ini file.
> 
> Signed-off-by: Xiaoyun wang <cloud.wangxiaoyun@huawei.com>
> ---
>  doc/guides/nics/features/hinic.ini     | 2 ++
>  doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
>  2 files changed, 11 insertions(+)
> 
> diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini
> index 65a335a..dc02b4b 100644
> --- a/doc/guides/nics/features/hinic.ini
> +++ b/doc/guides/nics/features/hinic.ini
> @@ -34,7 +34,9 @@ Basic stats          = Y
>  Extended stats       = Y
>  Stats per queue      = Y
>  Flow director        = Y
> +Flow control         = Y
>  FW version           = Y
> +Multiprocess aware   = Y
>  Linux UIO            = Y
>  Linux VFIO           = Y
>  BSD nic_uio          = N
> diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
> index 8390e5e..08b72a6 100644
> --- a/doc/guides/rel_notes/release_19_11.rst
> +++ b/doc/guides/rel_notes/release_19_11.rst
> @@ -297,3 +297,12 @@ Tested Platforms
>    * Added support for VLAN set PCP offload command.
>    * Added support for VLAN set VID offload command.
>  
> +* **Updated the Huawei hinic driver.**
> +
> +  Updated the Huawei hinic driver with new features and improvements, including:
> +
> +  * Enabled SR-IOV - Partially supported at this point, VFIO only.
> +  * Supported VLAN filter and VLAN offload.
> +  * Supported Unicast MAC filter and Multicast MAC filter.
> +  * Supported FW version get.
> +  * Supported Flow director for LACP, VRRP, BGP and so on.
> 


Release files changes split into relevant patch while merging. Btw, new features
should be in the "New Features" section.
  
Wangxiaoyun (Cloud) Oct. 12, 2019, 2:16 p.m. UTC | #2
Hi Ferruh,
	Thanks for your comments and modify.
Best Regards
Xiaoyun Wang

> On 10/10/2019 3:52 PM, Xiaoyun wang wrote:
>> Add new supported features to rst file and add features to ini file.
>>
>> Signed-off-by: Xiaoyun wang <cloud.wangxiaoyun@huawei.com>
>> ---
>>   doc/guides/nics/features/hinic.ini     | 2 ++
>>   doc/guides/rel_notes/release_19_11.rst | 9 +++++++++
>>   2 files changed, 11 insertions(+)
>>
>> diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini
>> index 65a335a..dc02b4b 100644
>> --- a/doc/guides/nics/features/hinic.ini
>> +++ b/doc/guides/nics/features/hinic.ini
>> @@ -34,7 +34,9 @@ Basic stats          = Y
>>   Extended stats       = Y
>>   Stats per queue      = Y
>>   Flow director        = Y
>> +Flow control         = Y
>>   FW version           = Y
>> +Multiprocess aware   = Y
>>   Linux UIO            = Y
>>   Linux VFIO           = Y
>>   BSD nic_uio          = N
>> diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
>> index 8390e5e..08b72a6 100644
>> --- a/doc/guides/rel_notes/release_19_11.rst
>> +++ b/doc/guides/rel_notes/release_19_11.rst
>> @@ -297,3 +297,12 @@ Tested Platforms
>>     * Added support for VLAN set PCP offload command.
>>     * Added support for VLAN set VID offload command.
>>   
>> +* **Updated the Huawei hinic driver.**
>> +
>> +  Updated the Huawei hinic driver with new features and improvements, including:
>> +
>> +  * Enabled SR-IOV - Partially supported at this point, VFIO only.
>> +  * Supported VLAN filter and VLAN offload.
>> +  * Supported Unicast MAC filter and Multicast MAC filter.
>> +  * Supported FW version get.
>> +  * Supported Flow director for LACP, VRRP, BGP and so on.
>>
>
> Release files changes split into relevant patch while merging. Btw, new features
> should be in the "New Features" section.
>
  

Patch

diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini
index 65a335a..dc02b4b 100644
--- a/doc/guides/nics/features/hinic.ini
+++ b/doc/guides/nics/features/hinic.ini
@@ -34,7 +34,9 @@  Basic stats          = Y
 Extended stats       = Y
 Stats per queue      = Y
 Flow director        = Y
+Flow control         = Y
 FW version           = Y
+Multiprocess aware   = Y
 Linux UIO            = Y
 Linux VFIO           = Y
 BSD nic_uio          = N
diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst
index 8390e5e..08b72a6 100644
--- a/doc/guides/rel_notes/release_19_11.rst
+++ b/doc/guides/rel_notes/release_19_11.rst
@@ -297,3 +297,12 @@  Tested Platforms
   * Added support for VLAN set PCP offload command.
   * Added support for VLAN set VID offload command.
 
+* **Updated the Huawei hinic driver.**
+
+  Updated the Huawei hinic driver with new features and improvements, including:
+
+  * Enabled SR-IOV - Partially supported at this point, VFIO only.
+  * Supported VLAN filter and VLAN offload.
+  * Supported Unicast MAC filter and Multicast MAC filter.
+  * Supported FW version get.
+  * Supported Flow director for LACP, VRRP, BGP and so on.