Re: [PATCH 0/2 v4] net/macb: RX path enhancement

2013-06-07 Thread Nicolas Ferre
On 07/06/2013 01:23, David Miller : From: Nicolas Ferre Date: Wed, 5 Jun 2013 09:57:10 +0200 Here is the patch series for modifying the RX path in macb driver. This change applies on GEM variant of the Cadence IP and introduces function pointers to match the path to the proper adapter. The mov

Re: [PATCH 0/2 v4] net/macb: RX path enhancement

2013-06-06 Thread David Miller
From: Nicolas Ferre Date: Wed, 5 Jun 2013 09:57:10 +0200 > Here is the patch series for modifying the RX path in macb driver. > This change applies on GEM variant of the Cadence IP and introduces > function pointers to match the path to the proper adapter. The move > to RX buffers adapted to MTU

[PATCH 0/2 v4] net/macb: RX path enhancement

2013-06-05 Thread Nicolas Ferre
Here is the patch series for modifying the RX path in macb driver. This change applies on GEM variant of the Cadence IP and introduces function pointers to match the path to the proper adapter. The move to RX buffers adapted to MTU and that can be DMAed directly in SKB is done in two steps but can