Re: [PATCH] app/test: fix include of standard header

2023-07-21 Thread Ferruh Yigit
On 7/21/2023 12:24 PM, Morten Brørup wrote: >> From: Bruce Richardson [mailto:bruce.richard...@intel.com] >> Sent: Friday, 21 July 2023 12.57 >> >> Standard headers, or headers not in the current directory generally, >> should be wrapped in "<>" rather than in regular quotes "". Fix one >> instance

RE: [PATCH] app/test: fix include of standard header

2023-07-21 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Friday, 21 July 2023 12.57 > > Standard headers, or headers not in the current directory generally, > should be wrapped in "<>" rather than in regular quotes "". Fix one > instance of unistd.h being included using quotes > > Fix

[PATCH] app/test: fix include of standard header

2023-07-21 Thread Bruce Richardson
Standard headers, or headers not in the current directory generally, should be wrapped in "<>" rather than in regular quotes "". Fix one instance of unistd.h being included using quotes Fixes: df468c4937bb ("app/test: refactor bonding checks with macros") Cc: sta...@dpdk.org Signed-off-by: Bruce