-----Original Message-----
From: Andrew Lunn [mailto:andrew@lunn.ch]
Sent: Tuesday, March 13, 2018 5:26 PM
To: Razvan Stefanescu <redacted>
Cc: gregkh@linuxfoundation.org; devel@driverdev.osuosl.org; linux-
kernel@vger.kernel.org; netdev@vger.kernel.org; Alexander Graf
[off-list ref]; arnd@arndb.de; Alexandru Marginean
[off-list ref]; Ruxandra Ioana Ciocoi Radulescu
[off-list ref]; Ioana Ciornei [off-list ref];
Laurentiu Tudor [off-list ref]; stuyoder@gmail.com
Subject: Re: [PATCH v5 2/6] staging: fsl-dpaa2/ethsw: Add Freescale DPAA2
Ethernet Switch driver
quoted
Hello Andrew,
The current driver implementation uses only a single FDB for the switch,
so it is not possible configure multiple flooding domains to accommodate
ports partitioning.
Ah, O.K. Rather than break somebodies network by wrongly flooding, it
would be better to return -EOPNOTSUPP when the requirement for the
second FDB is met. The offload to hardware will then not happen, and
the software bridge will do all the work.
Thank you for your suggestion. I will add to the TODO list in v6.
Razvan
Andrew