mbox series

[0/2,Bionic] HiSilicon network subsystem 3 support

Message ID 20180405220040.11247-1-dann.frazier@canonical.com
Headers show
Series HiSilicon network subsystem 3 support | expand

Message

dann frazier April 5, 2018, 10 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1761610

We have the drivers already, but they don't autoload and aren't available in
the server installer. The former is fixed by a clean upstream cherry-pick,
the latter by adding these drivers to the nic-modules udeb.

Yunsheng Lin (1):
  net: hns3: export pci table of hclge and hclgevf to userspace

dann frazier (1):
  UBUNTU: d-i: Add hns3 drivers to nic-modules

 debian.master/d-i/modules/nic-modules                     | 2 ++
 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c   | 2 ++
 drivers/net/ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 ++
 3 files changed, 6 insertions(+)

Comments

Seth Forshee April 9, 2018, 9 p.m. UTC | #1
On Thu, Apr 05, 2018 at 03:00:38PM -0700, dann frazier wrote:
> BugLink: https://bugs.launchpad.net/bugs/1761610
> 
> We have the drivers already, but they don't autoload and aren't available in
> the server installer. The former is fixed by a clean upstream cherry-pick,
> the latter by adding these drivers to the nic-modules udeb.

Applied to bionic/master-next, thanks!