Re: [PATCH net-next 3/3] net: dsa: mv88e6xxx: add MDB support

From: Andrew Lunn
Date: Wed Aug 31 2016 - 10:56:13 EST


> Do you mean the something like this?
>
> if (obj->id == SWITCHDEV_OBJ_ID_PORT_FDB) {
> ...
> } else if (obj->id == SWITCHDEV_OBJ_ID_PORT_MDB) {
> ...
> } else {
> return -EOPNOTSUPP;
> }

Hi Vivien

The -ENONOTSUPP is even better. I was not going as far as that.

> No the signatures are differentes. See _fdb vs. _mdb.

Ah, missed that. Then two functions are O.K. I don't think we should
consolidate it in the DSA layer.

Andrew