Enable restricting the scope of an action to regular table entries or
to the table default entry in order to support the P4 language
tableonly or defaultonly annotations.
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
lib/pipeline/rte_swx_ctl.c | 6 ++
lib
Enable restricting the scope of an action to regular table entries or
to the table default entry in order to support the P4 language
tableonly or defaultonly annotations.
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
lib/pipeline/rte_swx_ctl.c | 6 ++
lib
The instruction_data array was incorrectly indexed, which resulted in
the array index getting out of bounds and sometimes segfault.
Fixes: a1711f (“pipeline: add SWX Rx and extract instructions“)
Cc: sta...@dpdk.org
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
lib/pipeline
Fix minor dead code issue reported by Coverity.
Coverity issue: 373653
Fixes: e9d870 ("pipeline: add SWX pipeline tables")
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
lib/pipeline/rte_swx_pipeline.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff -
Add support for configurable number of loops through the input PCAP
file for the source port. Added an additional parameter to source
port CLI command.
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
examples/pipeline/cli.c | 17
: Yogesh Jangra
Signed-off-by: R, Kamalakannan
Acked-by: Cristian Dumitrescu
---
lib/pipeline/rte_swx_pipeline_spec.c | 24
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/lib/pipeline/rte_swx_pipeline_spec.c
b/lib/pipeline/rte_swx_pipeline_spec.c
index
Currently, the rss object is configured after action, which leads
to rss instruction failure, when rss instruction is called from
action block. To resolve the error, rss object is configured
before action and apply block.
Fixes: 8ba342ce6f0 (pipeline: add RSS)
Signed-off-by: Yogesh Jangra
Currently, the rss object is configured after action, which leads
to rss instruction failure, when rss instruction is called from
action block. To resolve the error, rss object is configured
before action and apply block.
Fixes: 8ba342ce6f0 (pipeline: add RSS)
Signed-off-by: Yogesh Jangra
The incorrect variable for the number of groups was used, so in the
case of values not power of 2 the incorrect result was produced.
Fixes: f7598a62d11 (table: support selector table)
Cc: sta...@dpdk.org
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
lib/table
-off-by: Yogesh Jangra
Signed-off-by: Kamalakannan R
Acked-by: Cristian Dumitrescu
---
app/test-pmd/testpmd.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c
index 0032696608..aa831b2389 100644
--- a/app/test-pmd/testpmd.c
+++ b
.
Signed-off-by: Yogesh Jangra
Signed-off-by: Kamalakannan R
Acked-by: Cristian Dumitrescu
---
app/test-pmd/testpmd.c | 15 +++
1 file changed, 15 insertions(+)
diff --git a/app/test-pmd/testpmd.c b/app/test-pmd/testpmd.c
index 0032696608..88464ea582 100644
--- a/app/test-pmd/testpmd.c
This patch has the changes to list all supported commands and fix
supported commands help details.
Fixes: 5074e1d55107 ("examples/pipeline: add configuration commands")
Cc: cristian.dumitre...@intel.com
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
examples/pipe
This patch has the changes to list all supported commands and fix
supported commands help details.
Fixes: 5074e1d55107 ("examples/pipeline: add configuration commands")
Cc: cristian.dumitre...@intel.com
Signed-off-by: Yogesh Jangra
Acked-by: Cristian Dumitrescu
---
examples/pipe
13 matches
Mail list logo