[PATCH net-next v3 38/47] net: dpaa: Adjust queue depth on rate change

Camelia Alexandra Groza camelia.groza at nxp.com
Thu Jul 21 23:18:49 AEST 2022


> -----Original Message-----
> From: Linuxppc-dev <linuxppc-dev-
> bounces+camelia.groza=nxp.com at lists.ozlabs.org> On Behalf Of Sean
> Anderson
> Sent: Saturday, July 16, 2022 1:00
> To: David S . Miller <davem at davemloft.net>; Jakub Kicinski
> <kuba at kernel.org>; Madalin Bucur <madalin.bucur at nxp.com>;
> netdev at vger.kernel.org
> Cc: Leo Li <leoyang.li at nxp.com>; Sean Anderson
> <sean.anderson at seco.com>; Russell King <linux at armlinux.org.uk>; linux-
> kernel at vger.kernel.org; Eric Dumazet <edumazet at google.com>; Paolo
> Abeni <pabeni at redhat.com>; linuxppc-dev at lists.ozlabs.org; linux-arm-
> kernel at lists.infradead.org
> Subject: [PATCH net-next v3 38/47] net: dpaa: Adjust queue depth on rate
> change
> 
> Instead of setting the queue depth once during probe, adjust it on the
> fly whenever we configure the link. This is a bit unusal, since usually
> the DPAA driver calls into the FMAN driver, but here we do the opposite.
> We need to add a netdev to struct mac_device for this, but it will soon
> live in the phylink config.
> 
> I haven't tested this extensively, but it doesn't seem to break
> anything. We could possibly optimize this a bit by keeping track of the
> last rate, but for now we just update every time. 10GEC probably doesn't
> need to call into this at all, but I've added it for consistency.
> 
> Signed-off-by: Sean Anderson <sean.anderson at seco.com>

Acked-by: Camelia Groza <camelia.groza at nxp.com>


More information about the Linuxppc-dev mailing list