net/e1000: remove dependence on Tx queue flags
Since we move to new offload APIs, txq_flags is no long needed.
This patch remove the dependence on that.
Fixes: e5c05e6590
("net/e1000: convert to new Tx offloads API")
Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
This commit is contained in:
parent
2999456952
commit
2b64a8e3e0
@ -2228,7 +2228,6 @@ eth_igb_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
|
||||
.hthresh = IGB_DEFAULT_TX_HTHRESH,
|
||||
.wthresh = IGB_DEFAULT_TX_WTHRESH,
|
||||
},
|
||||
.txq_flags = 0,
|
||||
.offloads = 0,
|
||||
};
|
||||
|
||||
@ -2319,7 +2318,6 @@ eth_igbvf_infos_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
|
||||
.hthresh = IGB_DEFAULT_TX_HTHRESH,
|
||||
.wthresh = IGB_DEFAULT_TX_WTHRESH,
|
||||
},
|
||||
.txq_flags = 0,
|
||||
.offloads = 0,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user