From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 40A1B7CA9 for ; Mon, 4 Sep 2017 11:14:18 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2017 02:14:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,474,1498546800"; d="scan'208";a="1168907539" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.24]) by orsmga001.jf.intel.com with SMTP; 04 Sep 2017 02:14:15 -0700 Received: by (sSMTP sendmail emulation); Mon, 04 Sep 2017 10:14:14 +0100 Date: Mon, 4 Sep 2017 10:14:13 +0100 From: Bruce Richardson To: Jingjing Wu Cc: beilei.xing@intel.com, dev@dpdk.org Message-ID: <20170904091413.GC17464@bricha3-MOBL3.ger.corp.intel.com> References: <1504463858-20767-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504463858-20767-1-git-send-email-jingjing.wu@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.8.3 (2017-05-23) Subject: Re: [dpdk-dev] [PATCH] net/i40e: remove unused and incorrect definition 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: , X-List-Received-Date: Mon, 04 Sep 2017 09:14:19 -0000 On Mon, Sep 04, 2017 at 02:37:38AM +0800, Jingjing Wu wrote: > Signed-off-by: Jingjing Wu > --- > drivers/net/i40e/base/i40e_osdep.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/i40e/base/i40e_osdep.h b/drivers/net/i40e/base/i40e_osdep.h > index c57ecde..fbcb729 100644 > --- a/drivers/net/i40e/base/i40e_osdep.h > +++ b/drivers/net/i40e/base/i40e_osdep.h > @@ -99,7 +99,6 @@ typedef enum i40e_status_code i40e_status; > #define max(a,b) RTE_MAX(a,b) > > #define FIELD_SIZEOF(t, f) (sizeof(((t*)0)->f)) > -#define ASSERT(x) if(!(x)) rte_panic("IXGBE: x") > > #define DEBUGOUT(S) PMD_DRV_LOG_RAW(DEBUG, S) > #define DEBUGOUT1(S, A...) PMD_DRV_LOG_RAW(DEBUG, S, ##A) > -- > 2.7.4 > Acked-by: Bruce Richardson