Re: [dpdk-dev] [PATCH v2] net/i40e: vf add/del mac error log issue

2017-07-19 Thread Ferruh Yigit
On 7/19/2017 12:11 PM, Xing, Beilei wrote: > > >> -Original Message- >> From: Guo, Jia >> Sent: Wednesday, July 19, 2017 5:01 PM >> To: Xing, Beilei ; Wu, Jingjing >> >> Cc: dev@dpdk.org; Guo, Jia >> Subject: [PATCH v2] net/i40e: vf add/del mac error log issue >> >> when i40e vf close,

Re: [dpdk-dev] [PATCH v2] net/i40e: vf add/del mac error log issue

2017-07-19 Thread Xing, Beilei
> -Original Message- > From: Guo, Jia > Sent: Wednesday, July 19, 2017 5:01 PM > To: Xing, Beilei ; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2] net/i40e: vf add/del mac error log issue > > when i40e vf close, it would stop vf at first, if vf had been stopped, that >

[dpdk-dev] [PATCH v2] net/i40e: vf add/del mac error log issue

2017-07-19 Thread Jeff Guo
when i40e vf close, it would stop vf at first, if vf had been stopped, that would result of duplicating to add/del mac address, then the failed of executing admin queue command info would exposure. The patch fix that by add vf stop status check and sync up the vf mac number when add/del. Signed-of