i40e: Add method to keep track of current rxnfc settings
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Fri, 6 Feb 2015 08:52:09 +0000 (08:52 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 25 Feb 2015 04:44:40 +0000 (20:44 -0800)
commit88eee9bc540683b425033ec494afe1219e5df054
tree607fcc60e6c0247ddcf92c3ae1df58963690d5f7
parente827845c7deefbd9b6530ec1c91c0215b0ed4a7a
i40e: Add method to keep track of current rxnfc settings

This patch adds a struct to the VSI struct to keep track of rxnfc
settings done via ethtool.  Without this patch, the device can only
list the options available, not the current settings and this is not
clear to the user.  Without current settings, the available settings
never changing looks like a bug.

Also update the copyright year.

Change-ID: I087bbfdb33b330496a671630a7586773e3b3e589
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Jim Young <james.m.young@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_ethtool.c