i40e: implement virtual device interface
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Wed, 11 Sep 2013 08:40:07 +0000 (08:40 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Sep 2013 09:04:56 +0000 (02:04 -0700)
commit5c3c48ac6bf56367c4e89f6453cd2d61e50375bd
treefdf6946523bfe293e51fb81481c9fd2575e9389a
parent7daa6bf3294e518cf939830c1a8ec2a6a96204ac
i40e: implement virtual device interface

While not part of this patch series, an i40evf driver is on its
way, and uses these files to communicate to the PF driver.

This patch contains the header and implementation files for the
PF to VF interface.

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Shannon Nelson <shannon.nelson@intel.com>
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
CC: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
CC: e1000-devel@lists.sourceforge.net
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl.h [new file with mode: 0644]
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c [new file with mode: 0644]
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.h [new file with mode: 0644]