Re: [PATCH] net/i40e: fix wrong return value when handling PF message
From: Ferruh Yigit <hidden>
Date: 2017-01-03 17:13:37
From: Ferruh Yigit <hidden>
Date: 2017-01-03 17:13:37
On 12/21/2016 8:29 AM, Wenzhuo Lu wrote:
When VF receives a message from PF, it should check the return
value. But in i40evf_execute_vf_cmd the value is ignored and not
returned to the caller.
Fixes: 95cd21f45d1b ("i40evf: allocate virtchnl commands buffer per VF")
Signed-off-by: Wenzhuo Lu <redacted>CC: stable@dpdk.org Applied to dpdk-next-net/master, thanks.