DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/idpf: fix port start
@ 2022-11-17  3:07 beilei.xing
  2022-11-17  4:19 ` Zhang, Qi Z
  2022-11-17  8:33 ` Peng, Yuan
  0 siblings, 2 replies; 3+ messages in thread
From: beilei.xing @ 2022-11-17  3:07 UTC (permalink / raw)
  To: jingjing.wu; +Cc: dev, yuan.peng, Beilei Xing

From: Beilei Xing <beilei.xing@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.xing@intel.com>
---
 drivers/net/idpf/idpf_ethdev.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/idpf/idpf_ethdev.c b/drivers/net/idpf/idpf_ethdev.c
index 0b90f885a8..20f088eb80 100644
--- a/drivers/net/idpf/idpf_ethdev.c
+++ b/drivers/net/idpf/idpf_ethdev.c
@@ -552,6 +552,8 @@ idpf_dev_start(struct rte_eth_dev *dev)
 	uint16_t req_vecs_num;
 	int ret;
 
+	vport->stopped = 0;
+
 	if (dev->data->mtu > vport->max_mtu) {
 		PMD_DRV_LOG(ERR, "MTU should be less than %d", vport->max_mtu);
 		ret = -EINVAL;
-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] net/idpf: fix port start
  2022-11-17  3:07 [PATCH] net/idpf: fix port start beilei.xing
@ 2022-11-17  4:19 ` Zhang, Qi Z
  2022-11-17  8:33 ` Peng, Yuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhang, Qi Z @ 2022-11-17  4:19 UTC (permalink / raw)
  To: Xing, Beilei, Wu, Jingjing; +Cc: dev, Peng, Yuan, Xing,  Beilei



> -----Original Message-----
> From: beilei.xing@intel.com <beilei.xing@intel.com>
> Sent: Thursday, November 17, 2022 11:08 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Peng, Yuan <yuan.peng@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>
> Subject: [PATCH] net/idpf: fix port start
> 
> From: Beilei Xing <beilei.xing@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.xing@intel.com>

Acked-by: Qi Zhang <qi.z.zhang@intel.com>

Applied to dpdk-next-net-intel.

Thanks
Qi


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] net/idpf: fix port start
  2022-11-17  3:07 [PATCH] net/idpf: fix port start beilei.xing
  2022-11-17  4:19 ` Zhang, Qi Z
@ 2022-11-17  8:33 ` Peng, Yuan
  1 sibling, 0 replies; 3+ messages in thread
From: Peng, Yuan @ 2022-11-17  8:33 UTC (permalink / raw)
  To: Xing, Beilei, Wu, Jingjing; +Cc: dev

Tested-by: Peng, Yuan <yuan.peng@intel.com>

> -----Original Message-----
> From: Xing, Beilei <beilei.xing@intel.com>
> Sent: Thursday, November 17, 2022 11:08 AM
> To: Wu, Jingjing <jingjing.wu@intel.com>
> Cc: dev@dpdk.org; Peng, Yuan <yuan.peng@intel.com>; Xing, Beilei
> <beilei.xing@intel.com>
> Subject: [PATCH] net/idpf: fix port start
> 
> From: Beilei Xing <beilei.xing@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.xing@intel.com>
> ---

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-17  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-17  3:07 [PATCH] net/idpf: fix port start beilei.xing
2022-11-17  4:19 ` Zhang, Qi Z
2022-11-17  8:33 ` Peng, Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).