This patch removes deprecated feature 'Flow Director' from hns3.ini
and hns3_vf.ini because the feature has been removed from the
feature list in the following commit:
Commit 030febb6642c ("doc: remove deprecated ethdev features")Signed-off-by: Wei Hu (Xavier) <[email protected]> Signed-off-by: Chunsong Feng <[email protected]> --- doc/guides/nics/features/hns3.ini | 1 - doc/guides/nics/features/hns3_vf.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/doc/guides/nics/features/hns3.ini b/doc/guides/nics/features/hns3.ini index 308048c..6df789e 100644 --- a/doc/guides/nics/features/hns3.ini +++ b/doc/guides/nics/features/hns3.ini @@ -16,7 +16,6 @@ RSS key update = Y RSS reta update = Y DCB = Y VLAN filter = Y -Flow director = Y Flow control = Y Flow API = Y CRC offload = Y diff --git a/doc/guides/nics/features/hns3_vf.ini b/doc/guides/nics/features/hns3_vf.ini index a152ca5..41497c4 100644 --- a/doc/guides/nics/features/hns3_vf.ini +++ b/doc/guides/nics/features/hns3_vf.ini @@ -13,7 +13,6 @@ RSS hash = Y RSS key update = Y RSS reta update = Y VLAN filter = Y -Flow director = Y Flow API = Y CRC offload = Y VLAN offload = Y -- 2.7.4

