Skip to content

Commit

Permalink
ice: introduce ice_virtchnl.c and ice_virtchnl.h
Browse files Browse the repository at this point in the history
Just as we moved the generic virtualization library logic into
ice_vf_lib.c, move the virtchnl message handling into ice_virtchnl.c

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
  • Loading branch information
Jacob Keller authored and Tony Nguyen committed Mar 15, 2022
1 parent 8cf52be commit bf93bf7
Show file tree
Hide file tree
Showing 5 changed files with 3,909 additions and 3,865 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/intel/ice/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ice-y := ice_main.o \
ice_tc_lib.o
ice-$(CONFIG_PCI_IOV) += \
ice_sriov.o \
ice_virtchnl.o \
ice_virtchnl_allowlist.o \
ice_virtchnl_fdir.o \
ice_vf_mbx.o \
Expand Down
Loading

0 comments on commit bf93bf7

Please sign in to comment.