Re: [PATCH net 1/3] be2net: fix status check in be_cmd_pmac_add()

2017-01-15 Thread David Miller
From: Ivan Vecera Date: Fri, 13 Jan 2017 22:38:27 +0100 > Return value from be_mcc_notify_wait() contains a base completion status > together with an additional status. The base_status() macro need to be > used to access base status. > > Fixes: e3a7ae2 be2net: Changing MAC Address of a VF was br

[PATCH net 1/3] be2net: fix status check in be_cmd_pmac_add()

2017-01-13 Thread Ivan Vecera
Return value from be_mcc_notify_wait() contains a base completion status together with an additional status. The base_status() macro need to be used to access base status. Fixes: e3a7ae2 be2net: Changing MAC Address of a VF was broken Cc: Sathya Perla Cc: Ajit Khaparde Cc: Sriharsha Basavapatna