From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH] mbuf: fix comment about vxlan destination port used Date: Mon, 10 Jul 2017 14:33:44 +0200 Message-ID: <20170710143344.518ec353@platinum> References: <1499437060-7894-1-git-send-email-cian.ferriter@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: Cian Ferriter Return-path: Received: from mail-wr0-f176.google.com (mail-wr0-f176.google.com [209.85.128.176]) by dpdk.org (Postfix) with ESMTP id ACF105A6E for ; Mon, 10 Jul 2017 14:33:46 +0200 (CEST) Received: by mail-wr0-f176.google.com with SMTP id c11so136949839wrc.3 for ; Mon, 10 Jul 2017 05:33:46 -0700 (PDT) In-Reply-To: <1499437060-7894-1-git-send-email-cian.ferriter@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 7 Jul 2017 15:17:40 +0100, Cian Ferriter wrote: > IANA assigns a destination port of 4789 for the VXLAN in the Service > Name and Transport Protocol Port Number Registry. This is mentioned in > RFC 7348. > > Signed-off-by: Cian Ferriter Fixes: f295a00a2b44 ("mbuf: add definitions of unified packet types") CC: stable@dpdk.org Acked-by: Olivier Matz