Re: [PATCH v2 1/3] eal: add helper to skip whitespaces

2024-02-16 Thread Bruce Richardson
On Fri, Feb 16, 2024 at 11:27:10AM +0100, David Marchand wrote: > On Fri, Feb 16, 2024 at 11:25 AM David Marchand > wrote: > > > > Reduce code duplication by providing a simple inline helper. > > > > Signed-off-by: David Marchand > > Acked-by: Tyler Retzlaff > > I forgot to mention: > > Change

Re: [PATCH v2 1/3] eal: add helper to skip whitespaces

2024-02-16 Thread David Marchand
On Fri, Feb 16, 2024 at 11:25 AM David Marchand wrote: > > Reduce code duplication by providing a simple inline helper. > > Signed-off-by: David Marchand > Acked-by: Tyler Retzlaff I forgot to mention: Changes since v1: - renamed helper as per Bruce suggestion, -- David Marchand

[PATCH v2 1/3] eal: add helper to skip whitespaces

2024-02-16 Thread David Marchand
Reduce code duplication by providing a simple inline helper. Signed-off-by: David Marchand Acked-by: Tyler Retzlaff --- app/graph/utils.c | 13 ++-- app/test-eventdev/parser.c | 14 - app/test-eventdev/parser.h | 8 - app