[v1 2/6] NET: nps_enet: reduce processing latency.

2015-08-17 Thread Noam Camus
From: Noam Camus TX handler is minimalistic and there is no need to schedule a NAPI job. Tx done will be processed during hardware interrupt context. Signed-off-by: Noam Camus --- drivers/net/ethernet/ezchip/nps_enet.c | 17 ++--- 1 files changed, 10 insertions(+), 7

[v1 2/6] NET: nps_enet: reduce processing latency.

2015-08-17 Thread Noam Camus
From: Noam Camus no...@ezchip.com TX handler is minimalistic and there is no need to schedule a NAPI job. Tx done will be processed during hardware interrupt context. Signed-off-by: Noam Camus no...@ezchip.com --- drivers/net/ethernet/ezchip/nps_enet.c | 17 ++--- 1 files changed,