From: Jakub Kicinski Date: Wed, 14 Aug 2019 01:12:45 +0000 (-0700) Subject: Merge branch 'r8152-RX-improve' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b753c5a7f99f;p=linux.git Merge branch 'r8152-RX-improve' 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 --- b753c5a7f99f390fc100de18647ce0dcacdceafc