Skip to content

Commit

Permalink
Merge branch 'fs_enet-opt'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Sep 11, 2016
2 parents d1ba24f + b0ba357 commit 34c1b08
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 311 deletions.
Loading

0 comments on commit 34c1b08

Please sign in to comment.