From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id 831805A96 for ; Tue, 30 Jun 2015 17:51:44 +0200 (CEST) Received: by wicgi11 with SMTP id gi11so20974903wic.0 for ; Tue, 30 Jun 2015 08:51:44 -0700 (PDT) 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=YMYefuvfOC6BqVlins8L7PiFvtGTKTCVFo1a2lxdJvY=; b=hJfXL4MB9JXwRIuG4v5v1P8o0zd7/y8klrG0GCd/csz3kX2+6K+3ciqKzwa0++tno0 /J9eVE8akOKpt8rmkEdeUS5HucLNBWVi2K7uXySA/d42TtTJ4HPxuOsVVtjHeYxobp3E 6cs5bxtJlWF6Qj1X6vkc/zawmLGo609BNcHqwjljTPtEAI83QnHUyJlH7NhKVVZZoFhh CKLEy1WhQ3FpbUGF0IOVNlDq73VcXS9ayxwFAZfFrmIhT4DyFR7FGCpG6+Bjo53ZEpau njYyXc5qK7+s2qUHfXB0+xiWuvzo07YlmBHfuzFCtkqzTcwsYfDCw5YwbSycMkvPP1oy NH7Q== X-Gm-Message-State: ALoCoQlRnds3604VR7k4SzQdTqXxjlM1r69a2jk9wSc0t5GybhJSfALDSHOiEG19MwEPoky2evye X-Received: by 10.194.2.51 with SMTP id 19mr14171830wjr.40.1435679504322; Tue, 30 Jun 2015 08:51:44 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id l6sm17658123wib.18.2015.06.30.08.51.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 30 Jun 2015 08:51:43 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Tue, 30 Jun 2015 17:50:35 +0200 Message-ID: <3548357.PXfgm15NUx@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435595712-18686-1-git-send-email-thomas.monjalon@6wind.com> References: <20150625122535.GB17026@hmsreliant.think-freely.org> <1435595712-18686-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] lib: remove redundant definition of local symbols 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: Tue, 30 Jun 2015 15:51:44 -0000 2015-06-29 18:35, Thomas Monjalon: > The new version nodes inherit from the previous ones which > already include a default catch-all line for not exported symbols. > > Reported-by: Helin Zhang > Signed-off-by: Thomas Monjalon Applied