Re: [dpdk-dev] [PATCH v3] net/softnic: add flow flush API

2018-10-08 Thread Pattan, Reshma
> -Original Message- > From: Dumitrescu, Cristian > Sent: Monday, October 8, 2018 11:36 AM > To: Pattan, Reshma ; dev@dpdk.org; Singh, > Jasvinder > Subject: RE: [PATCH v3] net/softnic: add flow flush API > > > > > -Original Message- > > From: Pattan, Reshma > > Sent: Monday,

Re: [dpdk-dev] [PATCH v3] net/softnic: add flow flush API

2018-10-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Pattan, Reshma > Sent: Monday, October 8, 2018 10:10 AM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Pattan, Reshma > Subject: [PATCH v3] net/softnic: add flow flush API > > Add rte flow flush api for flushing > all the flows of the

Re: [dpdk-dev] [PATCH v3] net/softnic: add flow flush API

2018-10-08 Thread Singh, Jasvinder
> -Original Message- > From: Pattan, Reshma > Sent: Monday, October 8, 2018 10:10 AM > To: dev@dpdk.org; Dumitrescu, Cristian ; > Singh, Jasvinder > Cc: Pattan, Reshma > Subject: [PATCH v3] net/softnic: add flow flush API > > Add rte flow flush api for flushing > all the flows of the

[dpdk-dev] [PATCH v3] net/softnic: add flow flush API

2018-10-08 Thread Reshma Pattan
Add rte flow flush api for flushing all the flows of the port. Signed-off-by: Reshma Pattan --- v3: Some style related changes v2: Use TAILQ_FOREACH_SAFE instead of TAILQ_FOREACH for safe removal using TAILQ_REMOVAL. --- drivers/net/softnic/rte_eth_softnic_flow.c | 47 +- 1 f