Tested-by: Peng, Yuan <yuan.p...@intel.com>
> -----Original Message----- > From: Xing, Beilei <beilei.x...@intel.com> > Sent: Thursday, November 17, 2022 11:08 AM > To: Wu, Jingjing <jingjing...@intel.com> > Cc: dev@dpdk.org; Peng, Yuan <yuan.p...@intel.com>; Xing, Beilei > <beilei.x...@intel.com> > Subject: [PATCH] net/idpf: fix port start > > From: Beilei Xing <beilei.x...@intel.com> > > Port can't start successfully if stopping port and starting port again. > This patch fixes port start by initialization. > > Fixes: e9ff6df15b9a ("net/idpf: stop before closing device") > > Signed-off-by: Beilei Xing <beilei.x...@intel.com> > ---