From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by dpdk.org (Postfix) with ESMTP id 2F5BC802D for ; Mon, 27 Oct 2014 16:07:00 +0100 (CET) Received: by mail-wi0-f172.google.com with SMTP id d1so3138253wiv.17 for ; Mon, 27 Oct 2014 08:15:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Pps77f7fHkdulUMQIhG5iKcbyftjFbSfy9XJk6+7Y8k=; b=DXx7MW8LuoCzrOyu53RgzLtkx6OzevPdkoF1QYaX3DhOPy4yVZxc7KjMFFzfU4mz+/ DAgE1UNPzsVvnSYsv9YVrJswLUWKtQxI8H3sr8ydLMJJCCXHUs9QneC30MDKpKFqtXG+ RWjh7yjIZj24ajPV5ni80oFqvTt8FibK4p0Cl3m8MkVjERGTgaA9BwepqMoN6WTJCWbw 0FBE7MJx3A9noxZRUHFqlUfiKhTU/LMWjUwVEBRwRUzpez1rZmh7ffd3kepvgFQNMIef ucVtFeoZN59guvgydgA700Z+GuE54beq71kOOzVwWtiWOZiPZkfeedDAfykQ27XQqscG AE3w== X-Gm-Message-State: ALoCoQnp4qRHWljwML6HLZ/Rk0B3Ib1va6deCWgZ+VeA3mMmypZkSN37fzsMd2WycNow7zPYe4Gg X-Received: by 10.180.21.163 with SMTP id w3mr21696193wie.48.1414422940704; Mon, 27 Oct 2014 08:15:40 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id p1sm15925984wjy.22.2014.10.27.08.15.39 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Oct 2014 08:15:40 -0700 (PDT) From: Thomas Monjalon To: "Liu, Jijiang" Date: Mon, 27 Oct 2014 16:15:17 +0100 Message-ID: <7444977.6uTAfJdOIW@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.1-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D83857@SHSMSX101.ccr.corp.intel.com> References: <1414376006-31402-1-git-send-email-jijiang.liu@intel.com> <2858055.qKaWYEhIlQ@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC01D83857@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v8 00/10] Support VxLAN on Fortville 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: Mon, 27 Oct 2014 15:07:01 -0000 2014-10-27 14:34, Liu, Jijiang: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > I think there is also a wording error: you are writing VxLAN with x lowercase but > > standard is writing it all uppercase: VXLAN. Do you agree? > Virtual eXtensible Local Area Network (VXLAN) > > Agree. Fixed -- Thomas