|
|
@@ -1,7 +1,7 @@
|
|
|
/*******************************************************************************
|
|
|
*
|
|
|
* Intel Ethernet Controller XL710 Family Linux Driver
|
|
|
- * Copyright(c) 2013 - 2014 Intel Corporation.
|
|
|
+ * Copyright(c) 2013 - 2015 Intel Corporation.
|
|
|
*
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
* under the terms and conditions of the GNU General Public License,
|
|
|
@@ -505,6 +505,9 @@ struct i40e_vsi {
|
|
|
|
|
|
/* VSI specific handlers */
|
|
|
irqreturn_t (*irq_handler)(int irq, void *data);
|
|
|
+
|
|
|
+ /* current rxnfc data */
|
|
|
+ struct ethtool_rxnfc rxnfc; /* current rss hash opts */
|
|
|
} ____cacheline_internodealigned_in_smp;
|
|
|
|
|
|
struct i40e_netdev_priv {
|