1) eBPF arm64 JIT support
2) Enhance UT cases for eBPF verification
3) Add new l2fwd-event eventdev application
4) Update l3fwd application to support event mode
5) Update ipsec-secgw application to support event mode
6) Add build infrastructure support for UBSan
7) ethdev enhancements
a) As
From: Simei Su
[PATCH 1/2] ethdev: add several bits for extending rss offload types.
[PATCH 2/2] app/testpmd: add cmdline support for extending rss types.
Simei Su (2):
ethdev: extend RSS offload types
app/testpmd: add RSS offload types extending support
app/test-pmd/config.c | 6
From: Simei Su
This patch adds cmdline support for extended rss types configuration.
Signed-off-by: Simei Su
---
app/test-pmd/config.c | 6 ++
1 file changed, 6 insertions(+)
diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c
index 1a5a5c1..b95bd43 100644
--- a/app/test-pmd/config
From: Simei Su
This patch cover two aspects:
(1)decouple RTE_ETH_FLOW_* and ETH_RSS_*. Because both serve
different purposes.
(2)reserve several bits as input set selection from bottom
of the 64 bits. It is combined with exisitingi ETH_RSS_* to
represent rss types.
fo
101 - 104 of 104 matches
Mail list logo