From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v8 1/4] compat: Add infrastructure to support symbol versioning Date: Mon, 02 Feb 2015 17:41:48 +0100 Message-ID: <3696469.XkttM1YKAb@xps13> References: <1419109299-9603-1-git-send-email-nhorman@tuxdriver.com> <1421941756-30948-1-git-send-email-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Neil Horman Return-path: In-Reply-To: <1421941756-30948-1-git-send-email-nhorman-2XuSBdqkA4R54TAoqtyWWQ@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-01-22 10:49, Neil Horman: > Add initial pass header files to support symbol versioning. > > Signed-off-by: Neil Horman [...] > --- /dev/null > +++ b/lib/librte_compat/Makefile > @@ -0,0 +1,38 @@ > +# BSD LICENSE > +# > +# Copyright(c) 2013 Neil Horman [...] > --- /dev/null > +++ b/lib/librte_compat/rte_compat.h > @@ -0,0 +1,117 @@ > +/*- > + * BSD LICENSE > + * > + * Copyright(c) 2010 Neil Horman . 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. -- Thomas