Re: [PATCH] net/iavf: delay VF reset command

2024-09-20 Thread David Marchand
On Mon, Sep 9, 2024 at 1:04 PM Bruce Richardson wrote: > > Commit 0f9ec0cbd2a9 ("net/iavf: fix VF reset when using DCF"), > introduced a VF-reset adminq call into the reset sequence for iavf. > However, that call was very early in the sequence before other adminq > commands had been sent. > > To d

Re: [PATCH] net/iavf: delay VF reset command

2024-09-17 Thread Bruce Richardson
On Mon, Sep 09, 2024 at 12:03:56PM +0100, Bruce Richardson wrote: > Commit 0f9ec0cbd2a9 ("net/iavf: fix VF reset when using DCF"), > introduced a VF-reset adminq call into the reset sequence for iavf. > However, that call was very early in the sequence before other adminq > commands had been sent.