From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id F284C37B4 for ; Mon, 25 Sep 2017 14:53:03 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Sep 2017 05:53:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,436,1500966000"; d="scan'208";a="903597276" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by FMSMGA003.fm.intel.com with ESMTP; 25 Sep 2017 05:53:01 -0700 From: Ferruh Yigit To: Andrew Rybchenko , dev@dpdk.org Cc: Chas Williams References: <1506322206-30233-1-git-send-email-arybchenko@solarflare.com> <9680bf0c-5b14-60fe-8e31-a06066f2cc29@intel.com> Message-ID: <6bebe3f8-f8a0-1174-0450-52346fe491ad@intel.com> Date: Mon, 25 Sep 2017 13:53:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <9680bf0c-5b14-60fe-8e31-a06066f2cc29@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/af_packet: fix build failure because of unused parameter 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, 25 Sep 2017 12:53:04 -0000 On 9/25/2017 1:52 PM, Ferruh Yigit wrote: > On 9/25/2017 7:50 AM, Andrew Rybchenko wrote: >> Failure happens on build using: >> gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) >> >> Fixes: 0d16c17ae7a4 ("net/af_packet: make qdisc bypass configurable") >> >> Signed-off-by: Andrew Rybchenko > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.