On 16-02-22 10:32 AM, Jiri Pirko wrote: > From: Ido Schimmel <ido...@mellanox.com> > > When splitting a port we replace it with 2 or 4 other ports. To be able > to do that we need to remove the original port netdev and unmap it from > its module. However, we first mark it as disabled, as active ports > cannot be unmapped. > > Signed-off-by: Ido Schimmel <ido...@mellanox.com> > Signed-off-by: Jiri Pirko <j...@mellanox.com> > ---
Hi Jiri, Ido, You've sort of lost me on this port splitting/unsplitting thread. What does this actually do? Are you just creating two netdevs and LAGing them in the hardware, I'm guessing not or you wouldn't have some device API for it and would do it using normal methods. If its something to do with physical layout of the board itself why don't you trigger this based on some init time introspection or an interrupt if someone plugs in a port splitting cable/module (does that exist?). Thanks, John