examples/tep_term: remove duplicate definitions
authorHaiyue Wang <haiyue.wang@intel.com>
Tue, 16 Jul 2019 17:04:07 +0000 (01:04 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 18 Jul 2019 21:10:19 +0000 (23:10 +0200)
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>
examples/tep_termination/main.c

index 9d8ab17..ab956ad 100644 (file)
 
 #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. */
 #define REQUEST_DEV_REMOVAL 1
 #define ACK_DEV_REMOVAL     0