Re: [dpdk-dev] [PATCH v18 5/5] app/test: add tests for PIE

2021-10-26 Thread Singh, Jasvinder
> -Original Message- > From: Liguzinski, WojciechX > Sent: Monday, October 25, 2021 12:32 PM > To: dev@dpdk.org; Singh, Jasvinder ; > Dumitrescu, Cristian > Cc: Ajmera, Megha > Subject: [PATCH v18 5/5] app/test: add tests for PIE > > Tests for PIE code added to test application. > >

[dpdk-dev] [PATCH v18 5/5] app/test: add tests for PIE

2021-10-25 Thread Liguzinski, WojciechX
Tests for PIE code added to test application. Signed-off-by: Liguzinski, WojciechX --- app/test/meson.build |4 + app/test/test_pie.c | 1065 ++ lib/sched/rte_pie.c |6 +- lib/sched/rte_pie.h | 17 +- 4 files changed, 1085 insertions(+), 7 del