Re: [PATCH] eal: add helper to skip whitespaces

2024-02-15 Thread Tyler Retzlaff
On Thu, Feb 15, 2024 at 09:10:58AM +, Bruce Richardson wrote: > On Thu, Feb 15, 2024 at 10:08:40AM +0100, David Marchand wrote: > > On Wed, Feb 14, 2024 at 2:07 PM Bruce Richardson > > wrote: > > > > > > On Wed, Feb 14, 2024 at 01:12:19PM +0100, David Marchand wrote: > > > > Reduce code duplic

Re: [PATCH] eal: add helper to skip whitespaces

2024-02-15 Thread Bruce Richardson
On Thu, Feb 15, 2024 at 10:08:40AM +0100, David Marchand wrote: > On Wed, Feb 14, 2024 at 2:07 PM Bruce Richardson > wrote: > > > > On Wed, Feb 14, 2024 at 01:12:19PM +0100, David Marchand wrote: > > > Reduce code duplication by providing a simple inline helper. > > > > > > Signed-off-by: David Ma

Re: [PATCH] eal: add helper to skip whitespaces

2024-02-15 Thread David Marchand
On Wed, Feb 14, 2024 at 2:07 PM Bruce Richardson wrote: > > On Wed, Feb 14, 2024 at 01:12:19PM +0100, David Marchand wrote: > > Reduce code duplication by providing a simple inline helper. > > > > Signed-off-by: David Marchand > > --- > > app/graph/utils.c | 13 ++--

Re: [PATCH] eal: add helper to skip whitespaces

2024-02-14 Thread Bruce Richardson
On Wed, Feb 14, 2024 at 01:12:19PM +0100, David Marchand wrote: > Reduce code duplication by providing a simple inline helper. > > Signed-off-by: David Marchand > --- > app/graph/utils.c | 13 ++-- > app/test-eventdev/parser.c | 14 - > app/te

[PATCH] eal: add helper to skip whitespaces

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