Re: [PATCH] test/red: fix typo in comment

2021-11-16 Thread David Marchand
On Mon, Nov 15, 2021 at 12:52 PM Dumitrescu, Cristian wrote: > > This is probably due a s/red/rte_red/ a long time ago. > > > > Fixes: de3cfa2c9823 ("sched: initial import") > > > > Signed-off-by: David Marchand > Acked-by: Cristian Dumitrescu Applied, thanks. -- David Marchand

RE: [PATCH] test/red: fix typo in comment

2021-11-15 Thread Dumitrescu, Cristian
> -Original Message- > From: David Marchand > Sent: Friday, November 12, 2021 1:57 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Singh, Jasvinder > > Subject: [PATCH] test/red: fix typo in comment > > This is probably due a s/red/rte_red/

[PATCH] test/red: fix typo in comment

2021-11-12 Thread David Marchand
This is probably due a s/red/rte_red/ a long time ago. Fixes: de3cfa2c9823 ("sched: initial import") Signed-off-by: David Marchand --- app/test/test_red.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_red.c b/app/test/test_red.c index e973f3131e..05936cfee8 1