Re: [dpdk-dev] [PATCH 0/5] net/sfc: fix manual and auto filters clash handling

2020-03-11 Thread Ferruh Yigit
On 3/10/2020 9:48 AM, Andrew Rybchenko wrote: > RTE flow API allows to add filters which clash with filters > installed by the driver itself. The series fixes the case > handling. > > Igor Romanov (5): > net/sfc: set priority of created filters to manual > net/sfc/base: reduce filter prioritie

[dpdk-dev] [PATCH 0/5] net/sfc: fix manual and auto filters clash handling

2020-03-10 Thread Andrew Rybchenko
RTE flow API allows to add filters which clash with filters installed by the driver itself. The series fixes the case handling. Igor Romanov (5): net/sfc: set priority of created filters to manual net/sfc/base: reduce filter priorities to implemented only net/sfc/base: reject automatic filte