From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 44F1829C8; Wed, 19 Jul 2017 12:12:18 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 19 Jul 2017 03:12:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,380,1496127600"; d="scan'208";a="109624355" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.255.133.153]) ([10.255.133.153]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2017 03:12:14 -0700 To: "Dai, Wei" , "Yang, Qiming" , "dev@dpdk.org" Cc: "stable@dpdk.org" , "Lu, Wenzhuo" References: <1500269687-73277-1-git-send-email-qiming.yang@intel.com> <1500344914-15473-1-git-send-email-qiming.yang@intel.com> <49759EB36A64CF4892C1AFEC9231E8D650B650CB@PGSMSX106.gar.corp.intel.com> From: Ferruh Yigit Message-ID: <4e9b0a52-ee40-8a15-5d59-036abe4c1e04@intel.com> Date: Wed, 19 Jul 2017 11:12:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <49759EB36A64CF4892C1AFEC9231E8D650B650CB@PGSMSX106.gar.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for x550 devices 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, 19 Jul 2017 10:12:19 -0000 On 7/19/2017 10:22 AM, Dai, Wei wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Qiming Yang >> Sent: Tuesday, July 18, 2017 10:29 AM >> To: dev@dpdk.org >> Cc: stable@dpdk.org; Lu, Wenzhuo ; Yang, Qiming >> >> Subject: [dpdk-dev] [PATCH v2] net/ixgbe: fix Rx/Tx queue interrupt for x550 >> devices >> >> x550 devices not do interrupt vector mapping before enable Rx/Tx queue >> interrupt, makes interrupt mode can't work neither with igb_uio or VFIO. >> >> Fixes: d2e72774e58c ("ixgbe/base: support X550") >> >> Signed-off-by: Qiming Yang > Have looked through datasheet of 82599, X540 and X550. > Acked-by: Wei Dai Applied to dpdk-next-net/master, thanks.