[dpdk-dev] [PATCH v2 3/4] app/test-regex: support scattered mbuf input

2021-03-24 Thread Suanming Mou
This commits adds the scattered mbuf input support. Signed-off-by: Suanming Mou --- app/test-regex/main.c | 134 ++ 1 file changed, 109 insertions(+), 25 deletions(-) diff --git a/app/test-regex/main.c b/app/test-regex/main.c index aea4fa6b88..82cffaacfa

Re: [dpdk-dev] [PATCH v2 3/4] app/test-regex: support scattered mbuf input

2021-03-29 Thread Ori Kam
Hi Mou, > -Original Message- > From: Suanming Mou > > This commits adds the scattered mbuf input support. > > Signed-off-by: Suanming Mou > --- > app/test-regex/main.c | 134 ++ > 1 file changed, 109 insertions(+), 25 deletions(-) > Acked-by: