2014-10-23 21:18, Jijiang Liu: > Add two commands to test VxLAN packet identification. > The test steps are as follows: > 1> use commands to add/delete VxLAN UDP port. > 2> use rxonly mode to receive VxLAN packet. > > Signed-off-by: Jijiang Liu <jijiang.liu at intel.com> [...] > static const char *pkt_rx_flag_names[MAX_PKT_RX_FLAGS] = { > "VLAN_PKT", > "RSS_HASH", > @@ -84,6 +86,9 @@ static const char *pkt_rx_flag_names[MAX_PKT_RX_FLAGS] = { > > "IEEE1588_PTP", > "IEEE1588_TMST", > + > + "PKT_RX_TUNNEL_IPV4_HDR" > + "PKT_RX_TUNNEL_IPV6_HDR" > };
Commas are missing here. -- Thomas