Re: [PATCH net-next] enic: unmask intr only when napi is complete

2017-05-23 Thread David Miller
From: Govindarajulu Varadarajan Date: Mon, 22 May 2017 12:19:48 -0700 > In case of busy poll, napi_complete_done returns false and does not > dequeue napi. In this case do not unmask the intr. We are guaranteed > napi is called again. This reduces unnecessary iowrites. > > Signed-off-by: Govinda

[PATCH net-next] enic: unmask intr only when napi is complete

2017-05-22 Thread Govindarajulu Varadarajan
In case of busy poll, napi_complete_done returns false and does not dequeue napi. In this case do not unmask the intr. We are guaranteed napi is called again. This reduces unnecessary iowrites. Signed-off-by: Govindarajulu Varadarajan --- drivers/net/ethernet/cisco/enic/enic_main.c | 6 ++ 1