> -----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: > > 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 the limitation of VXLAN packet size due to TSO support. > > Remove useless 'll_root_used' variable in vxlan_setup.c file. > > Remove defination and use of '_htons'. > > > > v4 changes: > > Fix most of warnings detected by the checkpatch.pl in the main.c and the > main.h file, and > > there are still some wairnings(line over 80 characters) in the > > main.c file. > > Fix all of warnings detected by the checkpatch.pl in other files. > > > > v5 changes: > > Fix a typo in examples/tep_termination/Makefile. > > Wrap commit message to about 72 characters. > > Fix 2 compilation errors using gcc 4.9.2. > > > > Jijiang Liu (10): > > create VXLAN sample framework using virtio device management function > > add basic VXLAN structures > > addthe pluggable structures > > implement VXLAN packet processing > > add udp port configuration > > add filter type configuration > > add tx checksum offload configuration > > add TSO offload configuration > > add Rx checksum statistics > > add encapsulation and decapsulation flags > > Applied, thanks > > Assumed you (Jijiang) are the maintainer of this example.
Thanks. I am willing to be the maintainer for this.