DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/fm10k: initialize sm_down variable
@ 2019-01-02 15:57 Julien Meunier
  2019-01-03  2:09 ` Wang, Xiao W
  0 siblings, 1 reply; 6+ messages in thread
From: Julien Meunier @ 2019-01-02 15:57 UTC (permalink / raw)
  To: qi.z.zhang, xiao.w.wang; +Cc: dev, stable

Fixes: 6f22f2f67268 ("net/fm10k: redefine link status semantics")
Cc: stable@dpdk.org

Signed-off-by: Julien Meunier <julien.meunier@nokia.com>
---
 drivers/net/fm10k/fm10k_ethdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/fm10k/fm10k_ethdev.c b/drivers/net/fm10k/fm10k_ethdev.c
index 85fb6c5..caf4d1b 100644
--- a/drivers/net/fm10k/fm10k_ethdev.c
+++ b/drivers/net/fm10k/fm10k_ethdev.c
@@ -3003,6 +3003,7 @@ fm10k_params_init(struct rte_eth_dev *dev)
 	hw->bus.payload = fm10k_bus_payload_256;
 
 	info->rx_vec_allowed = true;
+	info->sm_down = false;
 }
 
 static int
-- 
2.10.2

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

end of thread, other threads:[~2019-01-08 10:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-02 15:57 [dpdk-dev] [PATCH] net/fm10k: initialize sm_down variable Julien Meunier
2019-01-03  2:09 ` Wang, Xiao W
2019-01-04 13:04   ` Zhang, Qi Z
2019-01-04 17:34     ` [dpdk-dev] [dpdk-stable] " Ferruh Yigit
2019-01-07 16:18       ` Meunier, Julien (Nokia - FR/Paris-Saclay)
2019-01-08 10:19         ` Ferruh Yigit

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).