[dpdk-dev] [PATCH] [v2] pipeline: fix table stats

2021-08-02 Thread Churchill Khangar
This patch fixes the memcpy function call which was incorrect and led to memory corruption for tables with more that just a few actions. Fixes: 742b0a57f50e4 ("pipeline: add table statistics to SWX") Cc: sta...@dpdk.org Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu

[dpdk-dev] [PATCH] pipeline: fix table stats

2021-08-02 Thread Churchill Khangar
This patch fixes syntax of memcpy function to copy arrays which was wrong typically leading to memory corruption for more than a few actions involved. Fixes: 742b0a57f50e4 ("pipeline: add table statistics to SWX") Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu --- li

[dpdk-dev] [PATCH v2] examples/pipeline: support CLI hex args

2021-03-24 Thread Churchill Khangar
This patch allows specification of integer arguments for the CLI commands in hexadecimal and octal as well as decimal. Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples

[dpdk-dev] [PATCH] examples/pipeline: fix strtoul base

2021-03-05 Thread Churchill Khangar
This patch addresses the issue with strtoul base Fixes: 5074e1d55107 ("examples/pipeline: add configuration commands") Cc: cristian.dumitre...@intel.com Signed-off-by: Churchill Khangar Acked-by: Cristian Dumitrescu --- examples/pipeline/cli.c | 2 +- 1 file changed, 1 inser