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_
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
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
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
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
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
6 matches
Mail list logo