From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 6/7] net/ark: Packet RX support initial version Date: Thu, 23 Mar 2017 12:14:48 +0000 Message-ID: References: <1490231015-31748-1-git-send-email-ed.czeck@atomicrules.com> <1490231015-31748-6-git-send-email-ed.czeck@atomicrules.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit To: Ed Czeck , dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 16418D20F for ; Thu, 23 Mar 2017 13:15:01 +0100 (CET) In-Reply-To: <1490231015-31748-6-git-send-email-ed.czeck@atomicrules.com> 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 3/23/2017 1:03 AM, Ed Czeck wrote: > * Core RX packet moving functions > > Signed-off-by: Ed Czeck <...> > +#ifdef RTE_LIBRTE_ARK_DEBUG_RX > +#define ARK_RX_DEBUG 1 > +#define ARK_FULL_DEBUG 1 This macro is not used.