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)
commit4668607aa30b3879312823a0ddbcd15077644f4e
tree8f48b8d0a4ce534acdde6f7d46569b8c5cb264df
parent1a36d7fadd1477761dc8b4fc8910d1defc31fad5
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