Re: [dpdk-dev] [PATCH v2] net: add new header file for VXLAN

2019-10-24 Thread Ferruh Yigit
On 10/23/2019 2:19 PM, Flavia Musatescu wrote: > The VXLAN related definitions and structures are moved from > rte_ether.h to a new header file: rte_xvlan.h. > > Also introducing a new define macro for VXLAN default port id: > RTE_VXLAN_DEFAULT_PORT > > Signed-off-by: Flavia Musatescu Reviewed-

[dpdk-dev] [PATCH v2] net: add new header file for VXLAN

2019-10-23 Thread Flavia Musatescu
The VXLAN related definitions and structures are moved from rte_ether.h to a new header file: rte_xvlan.h. Also introducing a new define macro for VXLAN default port id: RTE_VXLAN_DEFAULT_PORT Signed-off-by: Flavia Musatescu --- v2: fixed mlx5 pmd build error --- app/test-pmd/csumonly.c