DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header
@ 2016-03-14 12:22 Fan Zhang
  2016-03-14 12:22 ` [dpdk-dev] [PATCH] examples/ip_pipeline: fix configuration parser Fan Zhang
  2016-03-16 20:30 ` [dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header Thomas Monjalon
  0 siblings, 2 replies; 5+ messages in thread
From: Fan Zhang @ 2016-03-14 12:22 UTC (permalink / raw)
  To: dev

This patch fixes the incorrect IP header in ACL table test.

Signed-off-by: Fan Zhang <roy.fan.zhang@intel.com>
---
 app/test/test_table_acl.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/app/test/test_table_acl.c b/app/test/test_table_acl.c
index 38e3a8e..2fc5f24 100644
--- a/app/test/test_table_acl.c
+++ b/app/test/test_table_acl.c
@@ -1,7 +1,7 @@
 /*-
  *   BSD LICENSE
  *
- *   Copyright(c) 2010-2014 Intel Corporation. All rights reserved.
+ *   Copyright(c) 2010-2016 Intel Corporation. All rights reserved.
  *   All rights reserved.
  *
  *   Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,9 @@
  **/
 
 struct ipv4_5tuple {
+	uint8_t  ttl;
 	uint8_t  proto;
+	uint16_t checksum;
 	uint32_t ip_src;
 	uint32_t ip_dst;
 	uint16_t port_src;
-- 
2.5.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-25 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-14 12:22 [dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header Fan Zhang
2016-03-14 12:22 ` [dpdk-dev] [PATCH] examples/ip_pipeline: fix configuration parser Fan Zhang
2016-03-22 18:16   ` Thomas Monjalon
2016-03-16 20:30 ` [dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header Thomas Monjalon
2016-03-25 11:59   ` Zhang, Roy Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).