Re: [net-next PATCH v5 01/14] net: dsa: qca8k: cache match data to speed up access
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2022-07-29 21:32:08
Also in:
lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2022-07-29 21:32:08
Also in:
lkml
On 7/27/22 04:35, Christian Marangi wrote:
Using of_device_get_match_data is expensive. Cache match data to speed up access and rework user of match data to use the new cached value. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian