Re: [PATCH net-next v2 0/5] r8152: RX improve

2019-08-13 Thread Jakub Kicinski
On Tue, 13 Aug 2019 11:42:04 +0800, Hayes Wang wrote: > 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".

[PATCH net-next v2 0/5] r8152: RX improve

2019-08-12 Thread Hayes Wang
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