Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-11-01 Thread Ferruh Yigit
On 11/1/2021 3:06 PM, Andrew Rybchenko wrote: On 10/21/21 9:35 AM, Dmitry Kozlyuk wrote: When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, the specified behavior is the same as it had been before this bit was introduced. Explicitly reset it in all PMDs supporting rte_flow API in order

Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-11-01 Thread Andrew Rybchenko
On 10/21/21 9:35 AM, Dmitry Kozlyuk wrote: When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, the specified behavior is the same as it had been before this bit was introduced. Explicitly reset it in all PMDs supporting rte_flow API in order to attract the attention of maintainers, who s

Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-10-27 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Dmitry Kozlyuk > Sent: Thursday, October 21, 2021 3:35 PM [...] > Subject: [PATCH v4 3/6] net: advertise no support for keeping flow rules > > When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, > the specified behavior is the same as it had been befo

Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-10-21 Thread Somnath Kotur
On Thu, 21 Oct 2021, 23:56 Ajit Khaparde, wrote: > On Wed, Oct 20, 2021 at 11:36 PM Dmitry Kozlyuk > wrote: > > > > When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, > > the specified behavior is the same as it had been before > > this bit was introduced. Explicitly reset it in all PM

Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-10-21 Thread Ajit Khaparde
On Wed, Oct 20, 2021 at 11:36 PM Dmitry Kozlyuk wrote: > > When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, > the specified behavior is the same as it had been before > this bit was introduced. Explicitly reset it in all PMDs > supporting rte_flow API in order to attract the attention

[dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-10-20 Thread Dmitry Kozlyuk
When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, the specified behavior is the same as it had been before this bit was introduced. Explicitly reset it in all PMDs supporting rte_flow API in order to attract the attention of maintainers, who should eventually choose to advertise the new