net/i40e: remove redundant macros

These macros are left by historical reasons and useless now.

Signed-off-by: Qiming Yang <qiming.yang@intel.com>
This commit is contained in:
Qiming Yang 2017-02-20 13:48:13 +08:00 committed by Ferruh Yigit
parent 05abeb357b
commit f09d46b6e9

View File

@ -34,9 +34,6 @@
#ifndef _I40E_RXTX_H_
#define _I40E_RXTX_H_
#define I40E_TX_FLAG_CSUM ((uint32_t)(1 << 0))
#define I40E_TX_FLAG_TSYN ((uint32_t)(1 << 2))
#define RTE_PMD_I40E_RX_MAX_BURST 32
#define RTE_PMD_I40E_TX_MAX_BURST 32