From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 88888A047A for ; Wed, 29 May 2019 16:25:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5FBC04CA6; Wed, 29 May 2019 16:25:39 +0200 (CEST) Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 84ECE37A2 for ; Wed, 29 May 2019 16:25:38 +0200 (CEST) Received: from lfbn-lil-1-768-100.w81-254.abo.wanadoo.fr ([81.254.99.100] helo=droids-corp.org) by mail.droids-corp.org with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hVzZ5-00036E-FY; Wed, 29 May 2019 16:28:28 +0200 Received: by droids-corp.org (sSMTP sendmail emulation); Wed, 29 May 2019 16:25:33 +0200 Date: Wed, 29 May 2019 16:25:33 +0200 From: Olivier Matz To: David Marchand Cc: dev@dpdk.org, ferruh.yigit@intel.com, thomas@monjalon.net, maxime.coquelin@redhat.com, stephen@networkplumber.org, Cristian Dumitrescu Message-ID: <20190529142533.bublhirsjcmneigh@platinum> References: <1559129358-2935-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559129358-2935-1-git-send-email-david.marchand@redhat.com> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] [PATCH 1/5] test/table: remove duplicate macro X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, May 29, 2019 at 01:29:14PM +0200, David Marchand wrote: > No need for this macro here, take it from librte_net. > > Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") > > Signed-off-by: David Marchand Reviewed-by: Olivier Matz