From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 8D9841B171 for ; Wed, 3 Jan 2018 09:09:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Jan 2018 00:09:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,500,1508828400"; d="scan'208";a="23824101" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.109]) ([10.67.119.109]) by orsmga002.jf.intel.com with ESMTP; 03 Jan 2018 00:09:21 -0800 Message-ID: <5A4CFE38.9080300@intel.com> Date: Thu, 04 Jan 2018 00:00:56 +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: Herbert Guan , dts@dpdk.org References: <1513317539-19231-1-git-send-email-herbert.guan@arm.com> In-Reply-To: <1513317539-19231-1-git-send-email-herbert.guan@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] tests/vxlan: correct the attribute name of UDP object 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: Wed, 03 Jan 2018 08:09:23 -0000 Thanks, Herbert. Applied. On 12/15/2017 01:58 PM, Herbert Guan wrote: > outer[UDP] does not have attributes of 'dst'/'src', but has 'dport' > 'sport' instead. This patch corrects this typo. > > Signed-off-by: Herbert Guan