Re: [PATCH v7] NET: Add ezchip ethernet driver

2015-06-23 Thread Paul Gortmaker
On Tue, Jun 23, 2015 at 4:43 AM, Noam Camus wrote: > From: Noam Camus > > Simple LAN device for debug or management purposes. > Device supports interrupts for RX and TX(completion). > Device does not have DMA ability. > > Signed-off-by: Noam Camus > Signed-off-by: Tal Zilcer > Acked-by: Alexey

Re: [PATCH v7] NET: Add ezchip ethernet driver

2015-06-23 Thread David Miller
From: Noam Camus Date: Tue, 23 Jun 2015 11:43:53 +0300 > From: Noam Camus > > Simple LAN device for debug or management purposes. > Device supports interrupts for RX and TX(completion). > Device does not have DMA ability. > > Signed-off-by: Noam Camus > Signed-off-by: Tal Zilcer > Acked-by:

[PATCH v7] NET: Add ezchip ethernet driver

2015-06-23 Thread Noam Camus
From: Noam Camus Simple LAN device for debug or management purposes. Device supports interrupts for RX and TX(completion). Device does not have DMA ability. Signed-off-by: Noam Camus Signed-off-by: Tal Zilcer Acked-by: Alexey Brodkin --- Change log for v7: 1) Update nps_enet_open() comment h