Re: [PATCH net-next] qed*: Add support for QL41xxx adapters

2017-03-14 Thread David Miller
From: Yuval Mintz Date: Tue, 14 Mar 2017 16:23:54 +0200 > This adds the necessary infrastructure changes for initializing > and working with the new series of QL41xxx adapaters. > > It also adds 2 new PCI device-IDs to qede: > - 0x8070 for QL41xxx PFs > - 0x8090 for VFs spawning from QL41xxx

[PATCH net-next] qed*: Add support for QL41xxx adapters

2017-03-14 Thread Yuval Mintz
This adds the necessary infrastructure changes for initializing and working with the new series of QL41xxx adapaters. It also adds 2 new PCI device-IDs to qede: - 0x8070 for QL41xxx PFs - 0x8090 for VFs spawning from QL41xxx PFs Signed-off-by: Tomer Tayar Signed-off-by: Yuval Mintz --- Hi D