Skip to content

Commit

Permalink
Merge branch 'r8152-RX-improve'
Browse files Browse the repository at this point in the history
Hayes says:

====================
v2:
For patch #2, replace list_for_each_safe with list_for_each_entry_safe.
Remove unlikely in WARN_ON. Adjust the coding style.

For patch #4, replace list_for_each_safe with list_for_each_entry_safe.
Remove "else" after "continue".

For patch #5. replace sysfs with ethtool to modify rx_copybreak and
rx_pending.

v1:
The different chips use different rx buffer size.

Use skb_add_rx_frag() to reduce memory copy for RX.
====================

Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
  • Loading branch information
Jakub Kicinski committed Aug 14, 2019
2 parents e070ca3 + e4a5017 commit b753c5a
Showing 1 changed file with 304 additions and 70 deletions.
Loading

0 comments on commit b753c5a

Please sign in to comment.