Re: [PATCH v3 0/3] fix test-pipeline issues

2023-11-22 Thread Thomas Monjalon
> > Feifei Wang (3): > > app/test-pipeline: relax RSS hash requirement > > app/test-pipeline: fix SIGINT handling issue > > app/test-pipeline: add dev close operation > > > Series-acked-by: Cristian Dumitrescu Applied with few minor cleanups.

RE: [PATCH v3 0/3] fix test-pipeline issues

2023-10-18 Thread Dumitrescu, Cristian
> -Original Message- > From: Feifei Wang > Sent: Tuesday, September 12, 2023 7:39 AM > Cc: dev@dpdk.org; n...@arm.com; Feifei Wang > Subject: [PATCH v3 0/3] fix test-pipeline issues > > For test-pipeline application, there are some problems with the normal > operation of the program a

Re: [PATCH v3 0/3] fix test-pipeline issues

2023-10-17 Thread Thomas Monjalon
Cristian, please could you review this series please? 12/09/2023 08:39, Feifei Wang: > 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 o