Re: [PATCH v2 03/12] net: ethernet: aquantia: Add ring support code

2017-01-08 Thread Rami Rosen
Hi, Alexander, After a brief review, I have the following minor comments: ... ... > diff --git a/drivers/net/ethernet/aquantia/aq_ring.c > b/drivers/net/ethernet/aquantia/aq_ring.c > new file mode 100644 > index 000..a7ef6aa > --- /dev/null > +++ b/drivers/net/ethernet/aquantia/aq_ring.c >

Re: [PATCH v2 03/12] net: ethernet: aquantia: Add ring support code

2017-01-06 Thread Lino Sanfilippo
On 06.01.2017 09:06, Alexander Loktionov wrote: From: David VomLehn Add code to support the transmit and receive ring buffers. Signed-off-by: Alexander Loktionov Signed-off-by: Dmitrii Tarakanov

[PATCH v2 03/12] net: ethernet: aquantia: Add ring support code

2017-01-06 Thread Alexander Loktionov
From: David VomLehn Add code to support the transmit and receive ring buffers. Signed-off-by: Alexander Loktionov Signed-off-by: Dmitrii Tarakanov Signed-off-by: Pavel Belous