Message ID | 20210422040914.47788-1-ilya.lipnitskiy@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | mtk_eth_soc: fixes and performance improvements | expand |
On Wed, Apr 21, 2021 at 09:09:00PM -0700, Ilya Lipnitskiy wrote: > Most of these changes come from OpenWrt where they have been present and > tested for months. > > First three patches are bug fixes. The rest are performance > improvements. The last patch is a cleanup to use the iopoll.h macro for > busy-waiting instead of a custom loop. Do you have any benchmark numbers you can share? Andrew
On Thu, Apr 22, 2021 at 5:23 AM Andrew Lunn <andrew@lunn.ch> wrote: > > On Wed, Apr 21, 2021 at 09:09:00PM -0700, Ilya Lipnitskiy wrote: > > Most of these changes come from OpenWrt where they have been present and > > tested for months. > > > > First three patches are bug fixes. The rest are performance > > improvements. The last patch is a cleanup to use the iopoll.h macro for > > busy-waiting instead of a custom loop. > > Do you have any benchmark numbers you can share? No. Felix, do you have anything handy? If needed, I'll run some tests before and after the patch series on OpenWrt against v5.10, but I only have an MT7621 device - should be better than nothing though... Ilya