Re: [PATCH 1/1] net-next: hinic: fix a problem in free_tx_poll()

From: David Miller
Date: Wed Aug 08 2018 - 12:47:05 EST


From: Zhao Chen <zhaochen6@xxxxxxxxxx>
Date: Wed, 8 Aug 2018 06:37:30 +0000

> This patch fixes the problem below. The problem can be reproduced by the
> following steps:
> 1) Connecting all HiNIC interfaces
> 2) On server side
> # sudo ifconfig eth0 192.168.100.1 up #Using MLX CX4 card
> # iperf -s
> 3) On client side
> # sudo ifconfig eth0 192.168.100.2 up #Using our HiNIC card
> # iperf -c 192.168.101.1 -P 10 -t 100000
>
> after hours of testing, we will see errors:
...
> Signed-off-by: Zhao Chen <zhaochen6@xxxxxxxxxx>

Applied, thank you.