> 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

