From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 1255A914 for ; Sun, 5 Mar 2017 23:36:08 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2017 14:36:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,250,1484035200"; d="scan'208";a="72496538" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.177.89]) ([10.254.177.89]) by fmsmga005.fm.intel.com with ESMTP; 05 Mar 2017 14:36:05 -0800 To: Olivier Matz , dev@dpdk.org, helin.zhang@intel.com, konstantin.ananyev@intel.com References: <1488288169-8334-1-git-send-email-olivier.matz@6wind.com> <3bb897fc-10f9-deea-9060-f6f4a9e5ecbf@intel.com> From: Ferruh Yigit Message-ID: Date: Sun, 5 Mar 2017 22:36:04 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <3bb897fc-10f9-deea-9060-f6f4a9e5ecbf@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: remove invalid declaration 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: Sun, 05 Mar 2017 22:36:09 -0000 On 3/5/2017 10:31 PM, Ferruh Yigit wrote: > On 2/28/2017 1:22 PM, Olivier Matz wrote: >> The function is not defined anywhere, remove it. >> >> Fixes: 0eb609239efd ("ixgbe: enable Rx queue interrupts for PF and VF") >> >> Signed-off-by: Olivier Matz > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.