* [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini
@ 2019-10-11 2:29 Wei Hu (Xavier)
2019-10-15 11:11 ` Ferruh Yigit
0 siblings, 1 reply; 4+ messages in thread
From: Wei Hu (Xavier) @ 2019-10-11 2:29 UTC (permalink / raw)
To: dev; +Cc: ferruh.yigit, linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang
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.huwei@huawei.com>
Signed-off-by: Chunsong Feng <fengchunsong@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
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini
2019-10-11 2:29 [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini Wei Hu (Xavier)
@ 2019-10-15 11:11 ` Ferruh Yigit
2019-10-25 11:08 ` Thomas Monjalon
0 siblings, 1 reply; 4+ messages in thread
From: Ferruh Yigit @ 2019-10-15 11:11 UTC (permalink / raw)
To: Wei Hu (Xavier), dev
Cc: linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang
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.huwei@huawei.com>
> Signed-off-by: Chunsong Feng <fengchunsong@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.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini
2019-10-15 11:11 ` Ferruh Yigit
@ 2019-10-25 11:08 ` Thomas Monjalon
2019-10-31 19:04 ` Ferruh Yigit
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-10-25 11:08 UTC (permalink / raw)
To: Ferruh Yigit
Cc: dev, Wei Hu (Xavier),
linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang,
Ziyang Xuan, Xiaoyun Wang, Guoyang Zhou
15/10/2019 13:11, Ferruh Yigit:
> 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.huwei@huawei.com>
> > Signed-off-by: Chunsong Feng <fengchunsong@huawei.com>
> > ---
> > doc/guides/nics/features/hns3.ini | 1 -
> > doc/guides/nics/features/hns3_vf.ini | 1 -
> > 2 files changed, 2 deletions(-)
Now we need to add hinic to this fix.
> 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
This can be a long discussion.
> Will proceed with this patch based on its result.
Please fix the doc and let's discuss about how to improve the doc in a second step.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini
2019-10-25 11:08 ` Thomas Monjalon
@ 2019-10-31 19:04 ` Ferruh Yigit
0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2019-10-31 19:04 UTC (permalink / raw)
To: Thomas Monjalon
Cc: dev, Wei Hu (Xavier),
linuxarm, xavier_huwei, xavier.huwei, forest.zhouchang,
Ziyang Xuan, Xiaoyun Wang, Guoyang Zhou
On 10/25/2019 12:08 PM, Thomas Monjalon wrote:
> 15/10/2019 13:11, Ferruh Yigit:
>> 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.huwei@huawei.com>
>>> Signed-off-by: Chunsong Feng <fengchunsong@huawei.com>
>>> ---
>>> doc/guides/nics/features/hns3.ini | 1 -
>>> doc/guides/nics/features/hns3_vf.ini | 1 -
>>> 2 files changed, 2 deletions(-)
>
> Now we need to add hinic to this fix.
>
>> 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
>
> This can be a long discussion.
>
>> Will proceed with this patch based on its result.
>
> Please fix the doc and let's discuss about how to improve the doc in a second step.
>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-31 19:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-11 2:29 [dpdk-dev] [PATCH] doc: remove Flow Director feature from hns3.ini and hns3_vf.ini Wei Hu (Xavier)
2019-10-15 11:11 ` Ferruh Yigit
2019-10-25 11:08 ` Thomas Monjalon
2019-10-31 19:04 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).