From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id A8A50ADFE for ; Wed, 4 Feb 2015 23:35:57 +0100 (CET) Received: by mail-wg0-f47.google.com with SMTP id n12so4442508wgh.6 for ; Wed, 04 Feb 2015 14:35:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=/EcLCv6vaO0n7MxUxxjoaDpEiPt+yoctsgLexOgbkWo=; b=g5CZFhfVBMZNE5/EGEnRiyG3hcDrzQyJFDFU5NgWPoCMyTysZurAGcitWI7YLEg+C0 QZ/B5cckx0JzQTO4qTzAKq12A3ODJYVjTCiINJsnZlFb0ICA6LkclpsgMo0ZdMMIg73d 3zpjRcX0pgVG5l8CvDMTtvUsEJJZplL+gVOlA8N55N0TFK89hIEio/5LAEAipYelHP+E 7BZ27Ggp/cmZaQs1KKmn9ROz+8tLeKrjBnsSRomijfd5z3Kopj81q0ll9O/z/6hY3sms 4j+CWoNjYabIY1tzv4qYBWJ6qO5TwwLVxIgLHcAQVUlE9M4hbv6mbBu3u432ER34umny qPyQ== X-Gm-Message-State: ALoCoQmWdCBMqbWKudu/SHIUyT/nyBCYSzZRpVfjxGcVSODNTaNPz7rpEdghE8j8ya7PWjCvAbSD X-Received: by 10.180.90.234 with SMTP id bz10mr9206629wib.79.1423089357589; Wed, 04 Feb 2015 14:35:57 -0800 (PST) Received: from xps13.localnet (guy78-1-82-235-116-147.fbx.proxad.net. [82.235.116.147]) by mx.google.com with ESMTPSA id r3sm31125930wic.10.2015.02.04.14.35.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 14:35:56 -0800 (PST) From: Thomas Monjalon To: Panu Matilainen Date: Wed, 04 Feb 2015 23:35:29 +0100 Message-ID: <1910806.22CpxvG7VF@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <20150204114230.GA29569@hmsreliant.think-freely.org> References: <2f7ec12dfcf988fe41e2f8bd947a8c820eba095b.1423033634.git.pmatilai@redhat.com> <20150204114230.GA29569@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 22:35:57 -0000 2015-02-04 06:42, Neil Horman: > 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 > > + cmdline_token_portlist_ops; > Acked-by: Neil Horman Applied, thanks