Re: [dpdk-dev] [PATCH] net/i40e: fix flow control watermark mismatch

2017-08-15 Thread Kevin Traynor
t;> 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 wate

Re: [dpdk-dev] [PATCH] net/i40e: fix flow control watermark mismatch

2017-08-12 Thread Zhang, Qi Z
Hi Kevin: > -Original Message- > From: Kevin Traynor [mailto:ktray...@redhat.com] > Sent: Thursday, August 10, 2017 11:16 PM > To: Zhang, Qi Z ; Wu, Jingjing > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix flow control watermark >

Re: [dpdk-dev] [PATCH] net/i40e: fix flow control watermark mismatch

2017-08-10 Thread Kevin Traynor
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

[dpdk-dev] [PATCH] net/i40e: fix flow control watermark mismatch

2017-08-09 Thread Qi Zhang
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: sta...@dpdk.org Signed-off-by: