fm10k: Add support for PF

This patch adds basic support for the PF.  With this it is possible to
bring up the interface, but without being able to configure any of the
filters on the interface itself.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Alexander Duyck
2014-09-20 19:47:46 -04:00
committed by Jeff Kirsher
parent 1337e6b977
commit b6fec18fd1
5 changed files with 969 additions and 1 deletions

View File

@@ -27,5 +27,6 @@
obj-$(CONFIG_FM10K) += fm10k.o
fm10k-objs := fm10k_main.o fm10k_pci.o \
fm10k-objs := fm10k_main.o fm10k_common.o fm10k_pci.o \
fm10k_pf.o \
fm10k_mbx.o fm10k_tlv.o