Re: [PATCH] ethdev: fix link with C++

2024-10-25 Thread Ferruh Yigit
On 10/25/2024 8:18 AM, Andrew Rybchenko wrote: > On 10/24/24 23:25, David Marchand wrote: >> Some ethdev symbols were put out of extern "C" {} and became unavailable >> when linking with C++ objects. >> >> Fixes: 719834a6849e ("use C linkage where appropriate in headers") >> >> Reported-by: John Mi

Re: [PATCH] ethdev: fix link with C++

2024-10-25 Thread Andrew Rybchenko
On 10/24/24 23:25, David Marchand wrote: Some ethdev symbols were put out of extern "C" {} and became unavailable when linking with C++ objects. Fixes: 719834a6849e ("use C linkage where appropriate in headers") Reported-by: John Miller Signed-off-by: David Marchand Acked-by: Morten Brørup

RE: [PATCH] ethdev: fix link with C++

2024-10-24 Thread Morten Brørup
Acked-by: Morten Brørup