commit | 4df95131ea803bcb94f472d465c73ed57015c470 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue Jun 04 21:57:12 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 06 16:22:45 2013 -0700 |
tree | 619988df3ed92f35ec7544642616746234064dbe | |
parent | 1b44791ab4ed27e6fa69f5dfa81b0fd48b1d050d [diff] |
net/macb: change RX path for GEM GEM is able to adapt its DMA buffer size, so change the RX path to take advantage of this possibility and remove all kind of memcpy in this path. This modification introduces function pointers for managing differences between MACB and GEM adapter type. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>