Re: [dpdk-dev] [PATCH v18 5/5] app/test: add tests for PIE
From: Singh, Jasvinder <hidden>
Date: 2021-10-26 21:11:48
From: Singh, Jasvinder <hidden>
Date: 2021-10-26 21:11:48
-----Original Message----- From: Liguzinski, WojciechX <redacted> Sent: Monday, October 25, 2021 12:32 PM To: dev@dpdk.org; Singh, Jasvinder <redacted>; Dumitrescu, Cristian [off-list ref] Cc: Ajmera, Megha <redacted> Subject: [PATCH v18 5/5] app/test: add tests for PIE Tests for PIE code added to test application. Signed-off-by: Liguzinski, WojciechX <redacted> --- 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 deletions(-) create mode 100644 app/test/test_pie.c
Acked-by: Jasvinder Singh <redacted>