Thread (13 messages) flat view 13 messages, 4 authors, 3d ago

Re: [PATCH net] net: do not bond/team netdevices which use ml_priv

From: Oliver Hartkopp <socketcan@hartkopp.net>
Date: 2026-08-15 17:24:12


On 15.08.26 18:00, Stephen Hemminger wrote:
On Sat, 15 Aug 2026 17:39:38 +0200
Oliver Hartkopp [off-list ref] wrote:
quoted
+static inline bool netdev_has_ml_priv(struct net_device *dev)
+{
+	return (dev->ml_priv != NULL);
+}
+
Minor suggestion: use const and drop unneeded parens

static inline bool netdev_has_ml_priv(const struct net_device *dev)
{
	return dev->ml_priv != NULL;
}
Good point!

Will wait for some more feedback before sending a v2.

Many thanks,
Oliver
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help