From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id E2C98ADDA for ; Wed, 4 Feb 2015 12:42:34 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YIyLn-0005qc-RQ; Wed, 04 Feb 2015 06:42:33 -0500 Date: Wed, 4 Feb 2015 06:42:30 -0500 From: Neil Horman To: Panu Matilainen Message-ID: <20150204114230.GA29569@hmsreliant.think-freely.org> References: <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] cmdline: add cmdline_token_portlist_ops to version map X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 11:42:35 -0000 On Wed, Feb 04, 2015 at 09:07:14AM +0200, Panu Matilainen wrote: > cmdline_token_portlist_ops fell through cracks in the initial symbol > versioning patch, breaking pktgen build. > > Signed-off-by: Panu Matilainen > --- > lib/librte_cmdline/rte_cmdline_version.map | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map > index 3e7b86b..6193462 100644 > --- a/lib/librte_cmdline/rte_cmdline_version.map > +++ b/lib/librte_cmdline/rte_cmdline_version.map > @@ -48,6 +48,7 @@ DPDK_2.0 { > cmdline_token_etheraddr_ops; > cmdline_token_ipaddr_ops; > cmdline_token_num_ops; > + cmdline_token_portlist_ops; > cmdline_token_string_ops; > cmdline_token_string_ops; > cmdline_write_char; > -- > 2.1.0 > > Acked-by: Neil Horman