[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190813181529.23d5c2d5@cakuba.netronome.com>
Date: Tue, 13 Aug 2019 18:15:29 -0700
From: Jakub Kicinski <jakub.kicinski@...ronome.com>
To: Hayes Wang <hayeswang@...ltek.com>
Cc: <netdev@...r.kernel.org>, <nic_swsd@...ltek.com>,
<linux-kernel@...r.kernel.org>, <linux-usb@...r.kernel.org>
Subject: Re: [PATCH net-next v2 0/5] r8152: RX improve
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".
>
> 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.
Applied, thank you.
Powered by blists - more mailing lists