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 84BB63DC for ; Sun, 5 Mar 2017 23:32:03 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Mar 2017 14:32:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,250,1484035200"; d="scan'208";a="72496036" 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:32:00 -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> From: Ferruh Yigit Message-ID: <3bb897fc-10f9-deea-9060-f6f4a9e5ecbf@intel.com> Date: Sun, 5 Mar 2017 22:31:59 +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: <1488288169-8334-1-git-send-email-olivier.matz@6wind.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:32:03 -0000 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