Re: [PATCH 0/3] extend C++ compatibility checks

2022-02-22 Thread Thomas Monjalon
17/02/2022 09:06, Tyler Retzlaff: > On Tue, Feb 15, 2022 at 05:30:26PM +, Bruce Richardson wrote: > > This set expands upon existing checks for C++ compatibility, adding in > > checks for both the SDK headers and a basic check for the presence of > > 'extern "C"' guards in each file. > > > > D

Re: [PATCH 0/3] extend C++ compatibility checks

2022-02-17 Thread Tyler Retzlaff
On Tue, Feb 15, 2022 at 05:30:26PM +, Bruce Richardson wrote: > This set expands upon existing checks for C++ compatibility, adding in > checks for both the SDK headers and a basic check for the presence of > 'extern "C"' guards in each file. > > Depends-on: series-21685 ("add missing C++ guar

[PATCH 0/3] extend C++ compatibility checks

2022-02-15 Thread Bruce Richardson
This set expands upon existing checks for C++ compatibility, adding in checks for both the SDK headers and a basic check for the presence of 'extern "C"' guards in each file. Depends-on: series-21685 ("add missing C++ guards") Bruce Richardson (3): ethdev: fix missing cast for C++ compatibilit