Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-26 Thread David Marchand
t; > To: He, ShiyangX > > > Cc: dev@dpdk.org; Zhou, YidingX ; Wang, Liang- > > > min ; Su, Simei ; Wu, > > > Wenjun1 ; Zhang, Yuying > > > ; Xing, Beilei ; Yang, > > > Qiming ; Wu, Jingjing > > > Subject: Re: [PATCH v3] net/iavf

RE: [PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-26 Thread Zhang, Qi Z
; Wu, > Jingjing > Subject: Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset > > On Tue, Sep 26, 2023 at 01:15:28PM +0100, Zhang, Qi Z wrote: > > > > > > > -Original Message- > > > From: Bruce Richardson > > > Sent: Tuesday, S

Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-26 Thread Bruce Richardson
u, Simei ; Wu, > > Wenjun1 ; Zhang, Yuying > > ; Xing, Beilei ; Yang, > > Qiming ; Wu, Jingjing > > Subject: Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset > > > > On Fri, Sep 15, 2023 at 01:02:49PM +, Shiyang He wrote: > > > Orig

RE: [PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-26 Thread Zhang, Qi Z
g > Subject: Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset > > On Fri, Sep 15, 2023 at 01:02:49PM +, Shiyang He wrote: > > Originally, the iavf PMD does not perform special actions when it > > receives a PF-to-VF reset event, resulting in vf being offline an

Re: [PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-26 Thread Bruce Richardson
On Fri, Sep 15, 2023 at 01:02:49PM +, Shiyang He wrote: > Originally, the iavf PMD does not perform special actions when it > receives a PF-to-VF reset event, resulting in vf being offline and > unavailable. > > This patch enables vf auto-reset by setting 'watchdog_period' devargs > to true. T

[PATCH v3] net/iavf: add devargs to enable vf auto-reset

2023-09-14 Thread Shiyang He
Originally, the iavf PMD does not perform special actions when it receives a PF-to-VF reset event, resulting in vf being offline and unavailable. This patch enables vf auto-reset by setting 'watchdog_period' devargs to true. The iavf PMD will perform an automatic reset to bring the vf back online