From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v7 05/10] app/test-pmd:test VxLAN packet identification Date: Thu, 23 Oct 2014 18:10:01 +0200 Message-ID: <1839033.fMiRDbGvNu@xps13> References: <1414070340-19128-1-git-send-email-jijiang.liu@intel.com> <1414070340-19128-6-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jijiang Liu Return-path: In-Reply-To: <1414070340-19128-6-git-send-email-jijiang.liu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 [...] > 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