Re: [dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-11-18 Thread Gregory Etelson
> >> On 11/17/20 10:18 PM, Gregory Etelson wrote: > >>> There is a discrepancy between RTE ETHDEV API and flow rules guide > >>> regarding flow rules maintenance after port stop. RTE ETHDEV API in > >>> librte_ethdev.h declares that flow rules will not be stored in PMD > >>> after port stop: > >>>

Re: [dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-11-18 Thread Andrew Rybchenko
On 11/18/20 11:59 AM, Gregory Etelson wrote: > Hello Andrew, > >> On 11/17/20 10:18 PM, Gregory Etelson wrote: >>> There is a discrepancy between RTE ETHDEV API and flow rules guide >>> regarding flow rules maintenance after port stop. RTE ETHDEV API in >>> librte_ethdev.h declares that flow rule

Re: [dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-11-18 Thread Gregory Etelson
Hello Andrew, > On 11/17/20 10:18 PM, Gregory Etelson wrote: > > There is a discrepancy between RTE ETHDEV API and flow rules guide > > regarding flow rules maintenance after port stop. RTE ETHDEV API in > > librte_ethdev.h declares that flow rules will not be stored in PMD > > after port stop: >

Re: [dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-11-17 Thread Andrew Rybchenko
On 11/17/20 10:18 PM, Gregory Etelson wrote: There is a discrepancy between RTE ETHDEV API and flow rules guide regarding flow rules maintenance after port stop. RTE ETHDEV API in librte_ethdev.h declares that flow rules will not be stored in PMD after port stop: > Quite start Please not

[dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-11-17 Thread Gregory Etelson
There is a discrepancy between RTE ETHDEV API and flow rules guide regarding flow rules maintenance after port stop. RTE ETHDEV API in librte_ethdev.h declares that flow rules will not be stored in PMD after port stop: > Quite start Please note that some configuration is not stored between c

[dpdk-dev] [PATCH] doc: flow rule removal on port stop

2020-09-16 Thread Gregory Etelson
There is a discrepancy between RTE ETHDEV API and flow rules guide regarding flow rules maintenance after port stop. RTE ETHDEV API in librte_ethdev.h declares that flow rules will not be stored in PMD after port stop: > Quite start Please note that some configuration is not stored between c