From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 5972420BD; Fri, 18 Aug 2017 16:35:22 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP; 18 Aug 2017 07:35:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="301817117" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by fmsmga004.fm.intel.com with ESMTP; 18 Aug 2017 07:35:19 -0700 To: Kevin Traynor , "Zhang, Qi Z" , "Wu, Jingjing" Cc: "dev@dpdk.org" , "stable@dpdk.org" References: <20170810104807.59436-1-qi.z.zhang@intel.com> <039ED4275CED7440929022BC67E70611530CE060@SHSMSX103.ccr.corp.intel.com> <94a7b3a7-a3d8-6d67-52ab-2c3595e4b302@redhat.com> From: Ferruh Yigit Message-ID: <4c8eace2-22ce-f569-30b2-e17825a19cca@intel.com> Date: Fri, 18 Aug 2017 15:35:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <94a7b3a7-a3d8-6d67-52ab-2c3595e4b302@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix flow control watermark mismatch 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: Fri, 18 Aug 2017 14:35:22 -0000 On 8/15/2017 6:40 PM, Kevin Traynor wrote: > On 08/13/2017 01:05 AM, Zhang, Qi Z wrote: >> Hi Kevin: >> >>> -----Original Message----- >>> From: Kevin Traynor [mailto:ktraynor@redhat.com] >>> Sent: Thursday, August 10, 2017 11:16 PM >>> To: Zhang, Qi Z ; Wu, Jingjing >>> Cc: dev@dpdk.org; stable@dpdk.org >>> Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix flow control watermark >>> mismatch >>> >>> On 08/10/2017 11:48 AM, Qi Zhang wrote: >>>> Flow control watermark is not read out correctly, that may cause an >>>> application who not intend to change watermark but does change it with >>>> a rte_eth_dev_flow_ctrl_set call right after >>>> rte_eth_dev_flow_ctrl_get. >>>> >>>> Fixes: f53577f06925 ("i40e: support flow control") >>>> Cc: stable@dpdk.org >>>> >>>> Signed-off-by: Qi Zhang > Acked-by: Kevin Traynor Applied to dpdk-next-net/master, thanks. (Updated commit log with the information provided in the mail.)