]> git.baikalelectronics.ru Git - kernel.git/commit
i40e/i40evf: pass QOS handle to VF
authorMitch Williams <mitch.a.williams@intel.com>
Fri, 28 Aug 2015 21:55:58 +0000 (17:55 -0400)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 8 Oct 2015 23:30:13 +0000 (16:30 -0700)
commit8a7daf9970d4edb92d684569cefb8170b238571c
treeb95aa62333dc966a8703d2a268b7b4f13fc63f74
parentbc955dcc9829f9af64047d4fac4befcce16917ff
i40e/i40evf: pass QOS handle to VF

The VF really doesn't care about the QOS handle but it will in the
future. Since the VF only uses TC0, send it that handle. On the VF
side, save the handle and use it to populate the QOS params when we call
into the client interface.

Change-ID: I76f41b070baeaa09b19383e9168bc677837e0761
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c
drivers/net/ethernet/intel/i40evf/i40evf.h
drivers/net/ethernet/intel/i40evf/i40evf_main.c