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

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

[dpdk-dev] [PATCH v4] 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 --- v4: Abort on rule deletion failures only at the end. v3: Some style related changes v2: Use TAILQ_FOREACH_SAFE instead of TAILQ_FOREACH for safe removal using TAILQ_REMOVAL. --- drivers/net/softnic/rt