summaryrefslogtreecommitdiffstats
path: root/src/dpdk
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-08-03 20:19:36 +0300
committerHanoh Haim <hhaim@cisco.com>2016-08-03 20:19:36 +0300
commit148ec6e72381471448e33bcf47c2d3df506596d7 (patch)
tree72e7c131ee49d42e69b79dd952bf57e3d8dff67f /src/dpdk
parentb4b69203a694333c93796776bfd3cc5d2be4f98e (diff)
remove old VSI patch
Diffstat (limited to 'src/dpdk')
-rw-r--r--src/dpdk/drivers/net/i40e/i40e_ethdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dpdk/drivers/net/i40e/i40e_ethdev.h b/src/dpdk/drivers/net/i40e/i40e_ethdev.h
index a5d97aac..92c8fad0 100644
--- a/src/dpdk/drivers/net/i40e/i40e_ethdev.h
+++ b/src/dpdk/drivers/net/i40e/i40e_ethdev.h
@@ -413,7 +413,6 @@ TAILQ_HEAD(i40e_mirror_rule_list, i40e_mirror_rule);
struct i40e_pf {
struct i40e_adapter *adapter; /* The adapter this PF associate to */
struct i40e_vsi *main_vsi; /* pointer to main VSI structure */
- struct i40e_vsi * ll_vsi; // TREX_PATCH
uint16_t mac_seid; /* The seid of the MAC of this PF */
uint16_t main_vsi_seid; /* The seid of the main VSI */
uint16_t max_num_vsi;