From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix flow control watermark mismatch Date: Fri, 18 Aug 2017 15:35:18 +0100 Message-ID: <4c8eace2-22ce-f569-30b2-e17825a19cca@intel.com> References: <20170810104807.59436-1-qi.z.zhang@intel.com> <039ED4275CED7440929022BC67E70611530CE060@SHSMSX103.ccr.corp.intel.com> <94a7b3a7-a3d8-6d67-52ab-2c3595e4b302@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , "stable@dpdk.org" To: Kevin Traynor , "Zhang, Qi Z" , "Wu, Jingjing" Return-path: In-Reply-To: <94a7b3a7-a3d8-6d67-52ab-2c3595e4b302@redhat.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.)