Actions
Bug #13655
closedcxgbe doesn't need cxgbe alias
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Currently the cxgbe package has the driver line -driver name=cxgbe alias=cxgbe ...
. The alias=cxgbe bit is redundant and generates the warning WARNING: Driver alias "cxgbe" conflicts with an existing driver name or alias.
. The simple solution is to remove this. After removing it, I verified that systems with a T6 worked just fine and had all the nics and vnics on top of them come up withe no problem.
Updated by Electric Monk over 1 year ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit 59f9bde980b4c29f439b7a8f41b4ee2e8d2d9a12
commit 59f9bde980b4c29f439b7a8f41b4ee2e8d2d9a12 Author: Robert Mustacchi <rm@fingolfin.org> Date: 2021-03-19T19:02:12.000Z 13655 cxgbe doesn't need cxgbe alias Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Paul Winder <paul@winder.uk.net> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions