From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 790D77D30 for ; Tue, 2 Jan 2018 10:12:44 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Jan 2018 01:12:43 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,496,1508828400"; d="scan'208";a="6632939" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by fmsmga007.fm.intel.com with ESMTP; 02 Jan 2018 01:12:42 -0800 Message-ID: <5A4BBB95.4000803@intel.com> Date: Wed, 03 Jan 2018 01:04:21 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "han,yingya" , dts@dpdk.org References: <1513929738-84122-1-git-send-email-yingyax.han@intel.com> In-Reply-To: <1513929738-84122-1-git-send-email-yingyax.han@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V1] fix ipv6 paket type detach X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 09:12:45 -0000 Thanks yingya, applied with commit modified. On 12/22/2017 04:02 PM, han,yingya wrote: > in dpdk 17.11 ipv6 packet type update already by dpdk development. > so we need update test case. > > > Signed-off-by: han,yingya > ---