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

2018-06-19 Thread David Miller
From: Bhadram Varka Date: Sun, 17 Jun 2018 20:02:05 +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 Applied and queued up for -stable.

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

2018-06-17 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