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 D0BBE1B197 for ; Wed, 11 Oct 2017 19:17:09 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Oct 2017 10:17:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="908981174" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2017 10:17:08 -0700 To: Jerin Jacob , dev@dpdk.org Cc: thomas@monjalon.net References: <20171011113035.16757-1-jerin.jacob@caviumnetworks.com> From: Ferruh Yigit Message-ID: Date: Wed, 11 Oct 2017 18:17:08 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171011113035.16757-1-jerin.jacob@caviumnetworks.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/3] net/octeontx: fix 32bit build with driver debug enabled 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: Wed, 11 Oct 2017 17:17:10 -0000 On 10/11/2017 12:30 PM, Jerin Jacob wrote: > squash this to next-next > > Fixes: 7c025f92e9f4 ("net/octeontx/base: add base PKO operations") > > Reported-by: Thomas Monjalon > Signed-off-by: Jerin Jacob Series squashed into relevant commits in next-net, thanks.