From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 586801B1AF for ; Thu, 25 Jan 2018 17:39:48 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2018 08:39:47 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,412,1511856000"; d="scan'208";a="22531694" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 25 Jan 2018 08:39:45 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1516757925-3746-1-git-send-email-wenzhuo.lu@intel.com> <1516781813-50818-1-git-send-email-wenzhuo.lu@intel.com> <1516781813-50818-5-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: Date: Thu, 25 Jan 2018 16:39:44 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1516781813-50818-5-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 4/4] net/avf: fix VF RX queue interrupt enabling 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: Thu, 25 Jan 2018 16:39:48 -0000 On 1/24/2018 8:16 AM, Wenzhuo Lu wrote: > As UIO doesn't support multiple interrupt, and the interrupt > is occupied by the control plane. PMD should not try to enable > RX queue interrupt. Then APP can know the RX queue interrupt > is not enabled and only choose the polling mode. > > Fixes: d6bde6b5eae9 ("net/avf: enable Rx interrupt") > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks. (only this patch applied, other patches in the set are still waiting. normally we don't split patchsets, but for this release avf is going into next-net and reset are into Helin's tree next-net-intel. After this release avf also will be part of next-net-intel.)