From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP; 25 Mar 2016 04:59:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,390,1455004800"; d="scan'208";a="73083302" Received: from fanzhan2-mobl.ger.corp.intel.com (HELO [10.237.220.49]) ([10.237.220.49]) by fmsmga004.fm.intel.com with ESMTP; 25 Mar 2016 04:59:22 -0700 From: "Zhang, Roy Fan" To: Thomas Monjalon Cc: dev@dpdk.org References: <1457958122-20136-1-git-send-email-roy.fan.zhang@intel.com> <1924374.lVp8ocjCZr@xps13> Message-ID: <56F52818.6020603@intel.com> Date: Fri, 25 Mar 2016 11:59:20 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1924374.lVp8ocjCZr@xps13> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] app/test/test_table_acl: fix incorrect IP header X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2016 11:59:24 -0000 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