From: Herbert Xu <herbert@gondor.apana.org.au> Date: 2011-03-27 11:01:40
Hi:
mlx4_en: Fix loss of promiscuity
The mlx4_en driver uses the combination stop_port/start_port
in a number of places. Unfortunately that causes any promiscuous
mode settings on the hardware to be lost.
This patch fixes that problem.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
mlx4_en: Fix loss of promiscuity
The mlx4_en driver uses the combination stop_port/start_port in a number of places. Unfortunately that causes any promiscuous mode settings on the hardware to be lost.
This patch fixes that problem.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Thank you Herbert,
This patch does fix the problem you reported on.
Thanks,
Yevgeny
mlx4_en: Fix loss of promiscuity
The mlx4_en driver uses the combination stop_port/start_port in a number of places. Unfortunately that causes any promiscuous mode settings on the hardware to be lost.
This patch fixes that problem.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Thank you Herbert,
This patch does fix the problem you reported on.
Please ACK patches explicitly by stating:
Acked-by: ...
in your reply so that your feedback automatically ends up in the tree
when I apply his patch.
From: David Miller <davem@davemloft.net> Date: 2011-03-28 01:44:21
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Sun, 27 Mar 2011 19:01:26 +0800
mlx4_en: Fix loss of promiscuity
The mlx4_en driver uses the combination stop_port/start_port
in a number of places. Unfortunately that causes any promiscuous
mode settings on the hardware to be lost.
This patch fixes that problem.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>