[dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample

2015-06-23 Thread Thomas Monjalon
2015-06-23 00:40, Jijiang Liu: > v2 changes: > Fix an issue about the 'nb_ports' duplication in check_ports_num(). > Remove the inaccurate comment in main.c > Fix an issue about TSO offload. > > v3 changes: > Change some viriable name that don't follow coding rules. > Remove

[dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample

2015-06-23 Thread Liu, Jijiang
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, June 23, 2015 5:40 PM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample > > 2015-06-23 00:40, Jijiang Liu: >

[dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample

2015-06-23 Thread Jijiang Liu
This VXLAN sample simulates a VXLAN Tunnel Endpoint (VTEP) termination in DPDK, which is used to demonstrate the offload and filtering capabilities of i40 NIC for VXLAN packet. And this sample uses the basic virtio devices management function from vHost example, and the US-vHost interface and