Blame SOURCES/0007-ionic_reset_device_at_probe.patch

1632d2
Date: Thu, 18 Jun 2020 19:42:43 -0400
1632d2
From: Jonathan Toppins <jtoppins@redhat.com>
1632d2
To: rhkernel-list@redhat.com
1632d2
Cc: darcari@redhat.com, nhorman@redhat.com, linville@redhat.com
1632d2
Subject: [PATCH RHEL-8.3 08/16] ionic: reset device at probe
1632d2
1632d2
Once we're talking to the device, tell it to reset to
1632d2
be sure we've got a fresh, clean environment.
1632d2
1632d2
Signed-off-by: Shannon Nelson <snelson@pensando.io>
1632d2
Signed-off-by: David S. Miller <davem@davemloft.net>
1632d2
(cherry picked from commit 5c7843112543c7726e7fe31ecc76476f296b7960)
1632d2
Bugzilla: 1848149
1632d2
Build Info: https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=29498383
1632d2
Tested: QE tested devel kernel as well as the partner
1632d2
Signed-off-by: Jonathan Toppins <jtoppins@redhat.com>
1632d2
---
1632d2
 drivers/net/ethernet/pensando/ionic/ionic_main.c | 1 +
1632d2
 1 file changed, 1 insertion(+)
1632d2
1632d2
diff --git a/drivers/net/ethernet/pensando/ionic/ionic_main.c b/drivers/net/ethernet/pensando/ionic/ionic_main.c
1632d2
index 782fff35c1c1..df5b9bcc3aba 100644
1632d2
--- a/drivers/net/ethernet/pensando/ionic/ionic_main.c
1632d2
+++ b/drivers/net/ethernet/pensando/ionic/ionic_main.c
1632d2
@@ -415,6 +415,7 @@ int ionic_setup(struct ionic *ionic)
1632d2
 	err = ionic_dev_setup(ionic);
1632d2
 	if (err)
1632d2
 		return err;
1632d2
+	ionic_reset(ionic);
1632d2
 
1632d2
 	return 0;
1632d2
 }
1632d2
-- 
1632d2
2.16.4
1632d2
1632d2