[dpdk-dev] [PATCH] lib: remove "extern" keyword for functions from header files

2016-01-28 Thread Thomas Monjalon
2016-01-28 10:11, Ferruh Yigit: > On Wed, Jan 27, 2016 at 07:05:52PM +0100, Thomas Monjalon wrote: > > 2016-01-25 10:01, Ferruh Yigit: > > > Remove "extern" keywords in header files, the ones for function > > > prototypes > > > > I've seen a lot of other extern keywords. Why not removing all? > >

[dpdk-dev] [PATCH] lib: remove "extern" keyword for functions from header files

2016-01-28 Thread Ferruh Yigit
On Wed, Jan 27, 2016 at 07:05:52PM +0100, Thomas Monjalon wrote: > 2016-01-25 10:01, Ferruh Yigit: > > Remove "extern" keywords in header files, the ones for function > > prototypes > > I've seen a lot of other extern keywords. Why not removing all? > Remaining one are Linux drivers in KNI, they

[dpdk-dev] [PATCH] lib: remove "extern" keyword for functions from header files

2016-01-25 Thread Ferruh Yigit
Remove "extern" keywords in header files, the ones for function prototypes Signed-off-by: Ferruh Yigit --- lib/librte_eal/common/include/rte_memory.h | 2 +- lib/librte_ether/rte_ethdev.h | 136 ++--- lib/librte_kni/rte_kni.h | 31