Re: [dpdk-dev] [PATCH] net/i40e: fix wrong return value when handling PF message

2017-01-03 Thread Ferruh Yigit
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: We

Re: [dpdk-dev] [PATCH] net/i40e: fix wrong return value when handling PF message

2017-01-02 Thread Lu, Wenzhuo
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Friday, December 23, 2016 12:59 AM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: fix wrong return value when handling > PF message > > On 12/21/2016 8:29 AM, Wenzh

Re: [dpdk-dev] [PATCH] net/i40e: fix wrong return value when handling PF message

2016-12-22 Thread Ferruh Yigit
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: We

[dpdk-dev] [PATCH] net/i40e: fix wrong return value when handling PF message

2016-12-21 Thread Wenzhuo Lu
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 --- drivers/net/i40e/i40e_ethdev.h| 2 +-