Re: [dpdk-dev] [PATCH v2] drivers: fix build issues with redundant newline changes

2024-10-07 Thread David Marchand
On Mon, Oct 7, 2024 at 2:41 PM wrote: > > From: Jerin Jacob > > Certain section of the code in net/mvpp2 and ml/cnxk is enabled only > when all depended library dependences where meet. > Fixing those build errors. > > Fixes: f665790a5dba ("drivers: remove redundant newline from logs") > > Signed-

[dpdk-dev] [PATCH v2] drivers: fix build issues with redundant newline changes

2024-10-07 Thread jerinj
From: Jerin Jacob Certain section of the code in net/mvpp2 and ml/cnxk is enabled only when all depended library dependences where meet. Fixing those build errors. Fixes: f665790a5dba ("drivers: remove redundant newline from logs") Signed-off-by: Jerin Jacob --- v2: - Add https://patches.dpdk