Re: [PATCH net-next] liquidio: fix insmod failure when multiple NICs are plugged in

2017-05-17 Thread David Miller
From: Felix Manlunas Date: Tue, 16 May 2017 11:14:50 -0700 > From: Rick Farrington > > When multiple liquidio NICs are plugged in, the first insmod of the PF > driver succeeds. But after an rmmod, a subsequent insmod fails. Reason is > during rmmod, the PF driver resets the Octeon of only one

[PATCH net-next] liquidio: fix insmod failure when multiple NICs are plugged in

2017-05-16 Thread Felix Manlunas
From: Rick Farrington When multiple liquidio NICs are plugged in, the first insmod of the PF driver succeeds. But after an rmmod, a subsequent insmod fails. Reason is during rmmod, the PF driver resets the Octeon of only one of the NICs; it neglects to reset the Octeons of the other NICs. Fix