Re: [PATCH] net/iavf: fix application reset callback calls

2024-02-01 Thread David Marchand
On Wed, Jan 17, 2024 at 12:54 PM David Marchand wrote: > > Don't trigger an application reset callback if the port is not started. > > Bugzilla ID: 1337 > Fixes: 675a104e2e94 ("net/iavf: fix abnormal disable HW interrupt") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand I am withdrawing

[PATCH] net/iavf: fix application reset callback calls

2024-01-17 Thread David Marchand
Don't trigger an application reset callback if the port is not started. Bugzilla ID: 1337 Fixes: 675a104e2e94 ("net/iavf: fix abnormal disable HW interrupt") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/net/iavf/iavf_vchnl.c | 5 - 1 file changed, 4 insertions(+), 1 deletio