On 11/17/2021 7:05 AM, Andrew Rybchenko wrote:
I apologize for very late patch series. Of course, I'd be happy
if the series is included in 21.11 since it is a final step to
support SN1022 SoC. Now it is really late.
A tiny excuse is that net/sfc part was 90% rewritten to use [1].
Many thanks to Dmitry. Solution with mempool event callback is
much better than our previous.
The series is carefully tested on all NICs supported by net/sfc.
Build is tested on RHEL, CentOS, Fedora, Debian and Ubuntu distros.
Build time option is removed in v2 and there is no measurable
performance degration now (less than 1%).
[1]
https://patches.dpdk.org/project/dpdk/patch/20211018224353.3362537-2-dkozl...@nvidia.com/
v2:
- avoid recursive lock
- avoid build-time option
Andrew Rybchenko (1):
common/sfc_efx/base: support NIC DMA memory regions API
Viacheslav Galaktionov (1):
net/sfc: support regioned NIC DMA memory mapping type
Series applied to dpdk-next-net/main, thanks.