Re: [PATCH] app/dumpcap: replace use of __builtin_clzl

2024-10-30 Thread David Marchand
On Wed, Oct 16, 2024 at 10:52 PM Stephen Hemminger wrote: > > DPDK applications should avoid direct use of compiler builtin. > > Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") > > Signed-off-by: Stephen Hemminger Applied, thanks. -- David Marchand

[PATCH] app/dumpcap: replace use of __builtin_clzl

2024-10-16 Thread Stephen Hemminger
DPDK applications should avoid direct use of compiler builtin. Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") Signed-off-by: Stephen Hemminger --- app/dumpcap/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dumpcap/main.c b/app/dumpcap/mai