On 10/11/2019 3:29 AM, Wei Hu (Xavier) wrote: > 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) <xavier.hu...@huawei.com> > Signed-off-by: Chunsong Feng <fengchuns...@huawei.com> > --- > 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 >
Indeed I am for adding that feature back to list, sent a mail for it: https://mails.dpdk.org/archives/dev/2019-October/147203.html Will proceed with this patch based on its result.