[dpdk-dev] [PATCH] i40e: correct to disable interrupt of FDIR when stop device
When stop device, should disable interrupt of FDIR but not enable it. This patch corrected it. Signed-off-by: Jingjing Wu --- drivers/net/i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c ind
[dpdk-dev] [PATCH] i40e: correct to disable interrupt of FDIR when stop device
2015-11-04 23:01, Jingjing Wu: > When stop device, should disable interrupt of FDIR but not > enable it. This patch corrected it. > > Signed-off-by: Jingjing Wu Applied, thanks