Re: [RFC PATCH] net/af_xdp: reenable secondary process support

2021-12-11 Thread Stephen Hemminger
On Fri, 10 Dec 2021 15:32:45 + Ciara Loftus wrote: > Secondary process support had been disabled for the AF_XDP PMD > because there was no logic in place to share the AF_XDP socket > file descriptors between the processes. This commit introduces > this logic using the IPC APIs. > > Since AF_

[dpdk-dev] [PATCH v5 4/5] regex/cn9k: use cnxk infrastructure

2021-12-11 Thread jerinj
From: Liron Himi update driver to use the REE cnxk code replace octeontx2/otx2 with cn9k Signed-off-by: Liron Himi Acked-by: Jerin Jacob --- MAINTAINERS | 8 +- devtools/check-abi.sh | 4 + doc/guides/platform/cnxk.rst

[dpdk-dev] [PATCH v5 3/5] common/cnxk: add REE support

2021-12-11 Thread jerinj
From: Liron Himi extend cnxk infrastructure to support REE Signed-off-by: Liron Himi Acked-by: Jerin Jacob --- drivers/common/cnxk/meson.build | 1 + drivers/common/cnxk/roc_api.h | 4 + drivers/common/cnxk/roc_constants.h | 2 + drivers/common/cnxk/roc_platform.c | 1 + dr

[dpdk-dev] [PATCH v5 2/5] common/cnxk: add REE mbox definitions

2021-12-11 Thread jerinj
From: Liron Himi add REE mbox definitions Signed-off-by: Liron Himi Acked-by: Jerin Jacob --- drivers/common/cnxk/roc_mbox.h | 100 + 1 file changed, 100 insertions(+) diff --git a/drivers/common/cnxk/roc_mbox.h b/drivers/common/cnxk/roc_mbox.h index b63fe108c

[dpdk-dev] [PATCH v5 1/5] common/cnxk: add REE HW definitions

2021-12-11 Thread jerinj
From: Liron Himi adding REE (Regular Expression Engine) HW definitions Signed-off-by: Liron Himi Acked-by: Jerin Jacob --- drivers/common/cnxk/hw/ree.h | 126 +++ drivers/common/cnxk/hw/rvu.h | 5 ++ 2 files changed, 131 insertions(+) create mode 100644 driv

[dpdk-dev] [PATCH v5 0/5] remove octeontx2 drivers

2021-12-11 Thread jerinj
From: Jerin Jacob This patch series enables the following deprecation notice - In the view of enabling unified driver for octeontx2(cn9k)/ octeontx3(cn10k), removing drivers/octeontx2 drivers and replace with drivers/cnxk/ which supports