[dpdk-dev] [PATCH v8 1/4] compat: Add infrastructure to support symbol versioning

Neil Horman nhorman at tuxdriver.com
Mon Feb 2 18:30:05 CET 2015


On Mon, Feb 02, 2015 at 05:41:48PM +0100, Thomas Monjalon wrote:
> 2015-01-22 10:49, Neil Horman:
> > Add initial pass header files to support symbol versioning.
> > 
> > Signed-off-by: Neil Horman <nhorman at tuxdriver.com>
> [...]
> > --- /dev/null
> > +++ b/lib/librte_compat/Makefile
> > @@ -0,0 +1,38 @@
> > +#   BSD LICENSE
> > +#
> > +#   Copyright(c) 2013 Neil Horman <nhorman at tuxdriver.com>
> [...]
> > --- /dev/null
> > +++ b/lib/librte_compat/rte_compat.h
> > @@ -0,0 +1,117 @@
> > +/*-
> > + *   BSD LICENSE
> > + *
> > + *   Copyright(c) 2010 Neil Horman <nhorman at tuxdriver.com>.
> 
> These years (2010, 2013) are weird. Your patchset is not so old ;)
> 
> > + *     * Neither the name of Intel Corporation nor the names of its
> 
> Are you sure that's what you mean?
> In general, we put the name of our company here.
> 

The copyright was borrowed from the header file in another directory, I can
update it if you like, though I'm not sure how relevant it is.

As for the Intel language, I can certainly remove it.
Neil

> -- 
> Thomas
> 


More information about the dev mailing list