> -----Original Message-----
> From: Feifei Wang <feifei.wa...@arm.com>
> Sent: Tuesday, September 12, 2023 7:39 AM
> Cc: dev@dpdk.org; n...@arm.com; Feifei Wang <feifei.wa...@arm.com>
> Subject: [PATCH v3 0/3] fix test-pipeline issues
>
> For test-pipeline application, there are some problems with the normal
> operation of the program and security issues. These patches can fix
> these issues.
>
> v3: fix SIGINT handling issue and add dev close operation
>
> Feifei Wang (3):
> app/test-pipeline: relax RSS hash requirement
> app/test-pipeline: fix SIGINT handling issue
> app/test-pipeline: add dev close operation
>
> app/test-pipeline/init.c | 22 ++++-
> app/test-pipeline/main.c | 33 +++++++
> app/test-pipeline/main.h | 2 +
> app/test-pipeline/pipeline_acl.c | 6 +-
> app/test-pipeline/pipeline_hash.c | 110 ++++++++++-----------
> app/test-pipeline/pipeline_lpm.c | 6 +-
> app/test-pipeline/pipeline_lpm_ipv6.c | 6 +-
> app/test-pipeline/pipeline_stub.c | 6 +-
> app/test-pipeline/runtime.c | 132 ++++++++++++++------------
> 9 files changed, 198 insertions(+), 125 deletions(-)
>
> --
> 2.25.1
Series-acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>