[dpdk-dev] [PATCH v4 16/19] net/hinic: add hinic PMD doc files
Ferruh Yigit
ferruh.yigit at intel.com
Fri Oct 11 11:25:41 CEST 2019
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 at 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.
More information about the dev
mailing list