Re: [PATCH 02/12] bnxt: Implement ndo_get_port_parent_id()

2019-02-05 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on net/master] [also build test ERROR on v5.0-rc4 next-20190205] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/F

Re: [PATCH 02/12] bnxt: Implement ndo_get_port_parent_id()

2019-02-05 Thread kbuild test robot
Hi Florian, I love your patch! Yet something to improve: [auto build test ERROR on net/master] [also build test ERROR on v5.0-rc4 next-20190205] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/F

[PATCH 02/12] bnxt: Implement ndo_get_port_parent_id()

2019-02-04 Thread Florian Fainelli
BNXT only supports SWITCHDEV_ATTR_ID_PORT_PARENT_ID, which makes it a great candidate to be converted to use the ndo_get_port_parent_id() NDO instead of implementing switchdev_port_attr_get(). The conversion is straight forward here since the PF and VF code use the same getter. Signed-off-by: Flor