[PATCH net-next] liquidio: fix for vf mac addr command sent to nic firmware

2017-03-17 Thread Felix Manlunas
From: Rick Farrington Change to support host<->firmware command return value. Fix for vf mac addr state command. 1. Added support for firmware commands to return a value: - previously, the returned code overlapped with host codes, thus commands were only returning 0 (success) or -1 (inter

Re: [PATCH net-next] liquidio: fix for vf mac addr command sent to nic firmware

2017-03-21 Thread David Miller
From: Felix Manlunas Date: Fri, 17 Mar 2017 15:43:26 -0700 > From: Rick Farrington > > Change to support host<->firmware command return value. > Fix for vf mac addr state command. > 1. Added support for firmware commands to return a value: >- previously, the returned code overlapped with ho