Re: [dpdk-dev] [PATCH] mbuf: fix comment about vxlan destination port used

2017-07-10 Thread Olivier Matz
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 u

[dpdk-dev] [PATCH] mbuf: fix comment about vxlan destination port used

2017-07-07 Thread Cian Ferriter
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 --- lib/librte_mbuf/rte_mbuf_ptype.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/