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

2019-12-15 Thread Ye Xiaolong
On 12/16, Ye Xiaolong wrote: >On 12/06, Guinan Sun wrote: >>Repeat switching flow control on or off during receiving traffic, >>testpmd reports "failed to switch Tx queue occurs" after quit. >>The patch fixes the issue. >> >>Fixes: f53577f06925 ("i40e: support flow control") >>Cc: sta...@dpdk.org >

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

2019-12-15 Thread Ye Xiaolong
On 12/06, Guinan Sun wrote: >Repeat switching flow control on or off during receiving traffic, >testpmd reports "failed to switch Tx queue occurs" after quit. >The patch fixes the issue. > >Fixes: f53577f06925 ("i40e: support flow control") >Cc: sta...@dpdk.org > >Signed-off-by: Guinan Sun >--- >

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

2019-12-08 Thread Zhang, Qi Z
> -Original Message- > From: Sun, GuinanX > Sent: Friday, December 6, 2019 11:41 PM > To: dev@dpdk.org > Cc: Xing, Beilei ; Zhang, Qi Z ; > Yang, Qiming ; Sun, GuinanX > ; sta...@dpdk.org > Subject: [PATCH] net/i40e: fix flow control broken > > Repeat switching flow control on or off d

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

2019-12-05 Thread Guinan Sun
Repeat switching flow control on or off during receiving traffic, testpmd reports "failed to switch Tx queue occurs" after quit. The patch fixes the issue. Fixes: f53577f06925 ("i40e: support flow control") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun --- drivers/net/i40e/i40e_ethdev.c | 2 +-