From: Xiaoyun Wang Date: Fri, 1 Nov 2019 13:36:45 +0000 (+0800) Subject: doc: remove flow director feature from hinic X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=commitdiff_plain;h=5fc7bf4c5958ebb183fc43ecc662a63526834550 doc: remove flow director feature from hinic This patch removes deprecated feature Flow Director from hinic.ini, hinic.rst and release_19_11.rst, because the feature has been removed from the feature list in the following commit: Commit 030febb6642c ("doc: remove deprecated ethdev features"), and adds Flow API feature which is for generic filtering to doc files. Signed-off-by: Xiaoyun Wang --- diff --git a/doc/guides/nics/features/hinic.ini b/doc/guides/nics/features/hinic.ini index dc02b4b375..05cf1fd179 100644 --- a/doc/guides/nics/features/hinic.ini +++ b/doc/guides/nics/features/hinic.ini @@ -33,7 +33,7 @@ Inner L4 checksum = Y Basic stats = Y Extended stats = Y Stats per queue = Y -Flow director = Y +Flow API = Y Flow control = Y FW version = Y Multiprocess aware = Y diff --git a/doc/guides/nics/hinic.rst b/doc/guides/nics/hinic.rst index 9fb80d4430..f765060641 100644 --- a/doc/guides/nics/hinic.rst +++ b/doc/guides/nics/hinic.rst @@ -30,7 +30,7 @@ Features - MTU update - Unicast MAC filter - Multicast MAC filter -- Flow director +- Flow API - Set Link down or up - FW version - LRO diff --git a/doc/guides/rel_notes/release_19_11.rst b/doc/guides/rel_notes/release_19_11.rst index 21dc3d2c25..d070906cca 100644 --- a/doc/guides/rel_notes/release_19_11.rst +++ b/doc/guides/rel_notes/release_19_11.rst @@ -164,7 +164,7 @@ New Features * 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 Flow director for LACP, VRRP, BGP and so on. + * Supported Flow API for LACP, VRRP, BGP and so on. * Supported FW version get. * **Updated Mellanox mlx5 driver.**