]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: properly show packet split status in debugfs
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 14 Jan 2016 00:51:51 +0000 (16:51 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 17 Feb 2016 23:31:01 +0000 (15:31 -0800)
commit55dc989f3e6c904f71d36c966767382246a5bdf1
tree8f48b8d0a4ce534acdde6f7d46569b8c5cb264df
parentc1cfb6ec38b52df4807df5212a808b6e1a753141
i40e: properly show packet split status in debugfs

Get rid of the unused hsplit field in the ring struct and use the
existing macro to detect packet split enablement. This allows debugfs
dumps of the VSI to properly show which Rx routine is in use.

Change-ID: Ic4e9589e6a788ab196ed0850703f704e30c03781
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_debugfs.c
drivers/net/ethernet/intel/i40e/i40e_txrx.h
drivers/net/ethernet/intel/i40evf/i40e_txrx.h