[dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header

2016-03-25 Thread Zhang, Roy Fan
Hi Thomas, Sorry for lack of detailed description in this patch. The patch was not actually a fix but just adding the missing field in the ipv4 5tuple area. I will send different patch with more detailed description on this. Regards, Fan On 16/03/2016 20:30, Thomas Monjalon

[dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header

2016-03-16 Thread Thomas Monjalon
2016-03-14 12:22, Fan Zhang: > This patch fixes the incorrect IP header in ACL table test. It is not really a header but a 5-tuple. Please could you elaborate on the issue? A "Fixes:" reference is missing. Thanks

[dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header

2016-03-14 Thread Fan Zhang
This patch fixes the incorrect IP header in ACL table test. Signed-off-by: Fan Zhang --- 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 ---