Re: [dpdk-dev] [PATCH v4 1/4] net/i40e: fix clear xstats bug in vf port

2017-09-22 Thread Ferruh Yigit
On 9/22/2017 6:13 PM, Ferruh Yigit wrote: > On 9/21/2017 7:32 AM, Wei Zhao wrote: >> There is a bug in vf clear xstats command, it do not >> record the statics data in offset struct member.So, vf >> need to keep record of xstats data from pf and update >> the statics according to offset. >> >> Fixe

Re: [dpdk-dev] [PATCH v4 1/4] net/i40e: fix clear xstats bug in vf port

2017-09-22 Thread Ferruh Yigit
On 9/21/2017 7:32 AM, Wei Zhao wrote: > There is a bug in vf clear xstats command, it do not > record the statics data in offset struct member.So, vf > need to keep record of xstats data from pf and update > the statics according to offset. > > Fixes: da61cd0849766 ("i40evf: add extended stats") >