Re: [dpdk-dev] [PATCH v4 00/20] net/sfc: support flow API COUNT action

2021-07-20 Thread David Marchand
On Fri, Jul 2, 2021 at 10:40 AM Andrew Rybchenko wrote: > > Update base driver and support COUNT action in transfer flow rules. > > v4: > - fix build on Fedora 32 and RHEL 8 / CentOS 8 with half-installed >libatomic > > v3: > - fix build brekage because of incorrectly rebased and squashed >

[dpdk-dev] [PATCH v4 00/20] net/sfc: support flow API COUNT action

2021-07-02 Thread Andrew Rybchenko
Update base driver and support COUNT action in transfer flow rules. v4: - fix build on Fedora 32 and RHEL 8 / CentOS 8 with half-installed libatomic v3: - fix build brekage because of incorrectly rebased and squashed in fix v2: - add release notes - add missing documentaion - fix spel