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 A255CFA39; Mon, 6 Mar 2017 17:18:33 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Mar 2017 08:18:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,254,1484035200"; d="scan'208";a="232859116" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.185.48]) ([10.254.185.48]) by fmsmga004.fm.intel.com with ESMTP; 06 Mar 2017 08:18:30 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1488173644-125649-1-git-send-email-wenzhuo.lu@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: <55f7a927-dc3a-4b18-0c1e-fb0141e5a81b@intel.com> Date: Mon, 6 Mar 2017 16:18:29 +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: <1488173644-125649-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/ixgbe: fix all queues drop setting of DCB X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 16:18:34 -0000 On 2/27/2017 5:34 AM, Wenzhuo Lu wrote: > DCB is split to RX and TX mode. All-queues-drop is set > for TX mode. It's not appropriate because all-queue-drop > is a RX feature. Move this setting from TX to RX. > > Fixes: 0807f80d35d0 (ixgbe: DCB / flow control) > CC: stable@dpdk.org > > Signed-off-by: Wenzhuo Lu Fixes: f3f9b17bb8a5 ("net/ixgbe: support multiqueue mode VMDq DCB with SRIOV") Applied to dpdk-next-net/master, thanks.