examples/tep_term: remove duplicate definitions
The state of virtio device has been defined in both header file and source file, keep the definition in header file for public use. Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample") Cc: stable@dpdk.org Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
This commit is contained in:
parent
826038fcfc
commit
faa4ee7536
@ -52,11 +52,6 @@
|
|||||||
|
|
||||||
#define JUMBO_FRAME_MAX_SIZE 0x2600
|
#define JUMBO_FRAME_MAX_SIZE 0x2600
|
||||||
|
|
||||||
/* State of virtio device. */
|
|
||||||
#define DEVICE_MAC_LEARNING 0
|
|
||||||
#define DEVICE_RX 1
|
|
||||||
#define DEVICE_SAFE_REMOVE 2
|
|
||||||
|
|
||||||
/* Config_core_flag status definitions. */
|
/* Config_core_flag status definitions. */
|
||||||
#define REQUEST_DEV_REMOVAL 1
|
#define REQUEST_DEV_REMOVAL 1
|
||||||
#define ACK_DEV_REMOVAL 0
|
#define ACK_DEV_REMOVAL 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user