[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190822200817.GD21295@lunn.ch>
Date: Thu, 22 Aug 2019 22:08:17 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: roopa@...ulusnetworks.com, nikolay@...ulusnetworks.com,
davem@...emloft.net, UNGLinuxDriver@...rochip.com,
alexandre.belloni@...tlin.com, allan.nielsen@...rochip.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
bridge@...ts.linux-foundation.org
Subject: Re: [PATCH 1/3] net: Add HW_BRIDGE offload feature
> +/* Determin if the SW bridge can be offloaded to HW. Return true if all
> + * the interfaces of the bridge have the feature NETIF_F_HW_SWITCHDEV set
> + * and have the same netdev_ops.
> + */
Hi Horatiu
Why do you need these restrictions. The HW bridge should be able to
learn that a destination MAC address can be reached via the SW
bridge. The software bridge can then forward it out the correct
interface.
Or are you saying your hardware cannot learn from frames which come
from the CPU?
Andrew
Powered by blists - more mailing lists