Re: [PATCH v1 net-next] stmmac: fix DMA channel hang in half-duplex mode

2018-06-15 Thread Bhadram Varka
Hi, On 6/15/2018 5:36 AM, David Miller wrote: From: Bhadram Varka Date: Wed, 13 Jun 2018 10:00:48 +0530 HW does not support Half-duplex mode in multi-queue scenario. Fix it by not advertising the Half-Duplex mode if multi-queue enabled. Signed-off-by: Bhadram Varka Bug fixes should be subm

Re: [PATCH v1 net-next] stmmac: fix DMA channel hang in half-duplex mode

2018-06-14 Thread David Miller
From: Bhadram Varka Date: Wed, 13 Jun 2018 10:00:48 +0530 > HW does not support Half-duplex mode in multi-queue > scenario. Fix it by not advertising the Half-Duplex > mode if multi-queue enabled. > > Signed-off-by: Bhadram Varka Bug fixes should be submitted against net, not net-next. And ne

[PATCH v1 net-next] stmmac: fix DMA channel hang in half-duplex mode

2018-06-12 Thread Bhadram Varka
HW does not support Half-duplex mode in multi-queue scenario. Fix it by not advertising the Half-Duplex mode if multi-queue enabled. Signed-off-by: Bhadram Varka --- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/net/ethe