Re: [PATCH net-next] liquidio VF: fix incorrect struct being used

2017-01-06 Thread David Miller
From: Felix Manlunas Date: Wed, 4 Jan 2017 11:31:55 -0800 > From: Prasad Kanneganti > > The VF driver is using the wrong struct when sending commands to the NIC > firmware, sometimes causing adverse effects in the firmware. The right > struct is the one that the PF is using, so make the VF use

[PATCH net-next] liquidio VF: fix incorrect struct being used

2017-01-04 Thread Felix Manlunas
From: Prasad Kanneganti The VF driver is using the wrong struct when sending commands to the NIC firmware, sometimes causing adverse effects in the firmware. The right struct is the one that the PF is using, so make the VF use that as well. Signed-off-by: Prasad Kanneganti Signed-off-by: Felix