[dpdk-dev] [PATCH] app/test/test_table_acl: fill missing field

2016-04-01 Thread Thomas Monjalon
2016-04-01 16:40, Fan Zhang: > This patch fills the missing field of ipv4_5tuple structure in acl table > test. I still don't understand why it is needed. > struct ipv4_5tuple { > + uint8_t ttl; > uint8_t proto; > + uint16_t checksum; > uint32_t ip_src; > uint32_t ip_

[dpdk-dev] [PATCH] app/test/test_table_acl: fill missing field

2016-04-01 Thread Fan Zhang
This patch fills the missing field of ipv4_5tuple structure in acl table test. Signed-off-by: Fan Zhang Acked-by: Cristian Dumitrescu --- 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