]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fs_enet-opt'
authorDavid S. Miller <davem@davemloft.net>
Sun, 11 Sep 2016 04:17:14 +0000 (21:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Sep 2016 04:17:14 +0000 (21:17 -0700)
commit2418648e367a3e407f7d8e1710323ca9c379de36
tree3fbc9e65cef7a404c856d2871994f01683539c77
parent488eb30e11ef6308ad477c8346f711424ae20a93
parentb4300d1072e92f88c26cf985fab824ca28f19019
Merge branch 'fs_enet-opt'

Christophe Leroy says:

====================
Optimisation of fs_enet ethernet driver

This set optimises the freescale fs_enet ethernet driver:
1/ Merge of RX and TX NAPI functions in order to limit the amount of
interrupts
2/ Do not unmap DMA when packets len is below copybreak, otherwise there
is no benefit in copying the skb instead of allocating a new one
3/ Make copybreak value configurable as the optimised value is not the
same on all targets
====================

Signed-off-by: David S. Miller <davem@davemloft.net>