From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Roy Fan" Subject: Re: [PATCH] app/test/test_table_acl: fix incorrect IP header Date: Fri, 25 Mar 2016 11:59:20 +0000 Message-ID: <56F52818.6020603@intel.com> References: <1457958122-20136-1-git-send-email-roy.fan.zhang@intel.com> <1924374.lVp8ocjCZr@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id A45C12BCF for ; Fri, 25 Mar 2016 12:59:23 +0100 (CET) In-Reply-To: <1924374.lVp8ocjCZr@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 wrote: > 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