From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 01A6640198 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org A900B4011F MIME-Version: 1.0 Date: Tue, 25 Oct 2022 16:09:07 +0200 From: netdev@kapio-technology.com In-Reply-To: <20221025100024.1287157-1-idosch@nvidia.com> References: <20221025100024.1287157-1-idosch@nvidia.com> Message-ID: <274f1bb19fbf00ee053b042abca0107d@kapio-technology.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Bridge] [RFC PATCH net-next 00/16] bridge: Add MAC Authentication Bypass (MAB) support with offload List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ido Schimmel Cc: petrm@nvidia.com, ivecera@redhat.com, netdev@vger.kernel.org, razor@blackwall.org, bridge@lists.linux-foundation.org, roopa@nvidia.com, vladimir.oltean@nxp.com, edumazet@google.com, mlxsw@nvidia.com, jiri@nvidia.com, kuba@kernel.org, pabeni@redhat.com, davem@davemloft.net On 2022-10-25 12:00, Ido Schimmel wrote: > > Future work > =========== > > The hostapd fork by Westermo is using dynamic FDB entries to authorize > hosts [3]. Changes are required in switchdev to allow such entries to > be > offloaded. Hans already indicated he is working on that [4]. It should > not necessitate any uAPI changes so I do not view it as a blocker > (Hans, > please confirm). The dynamic ATU patchset will do changes in the switchdev and DSA layers and in the driver of course, so I suppose that confirms what you think (e.g. no changes in include/uapi), but it requires the fdb_flags towards drivers patches of course and MAB driver changes, that are part of my v8 patchset.