From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <jijiang.liu@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 0D4D8C6FA
 for <dev@dpdk.org>; Tue, 23 Jun 2015 13:36:11 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga101.jf.intel.com with ESMTP; 23 Jun 2015 04:36:10 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.13,665,1427785200"; d="scan'208";a="751675711"
Received: from pgsmsx107.gar.corp.intel.com ([10.221.44.105])
 by orsmga002.jf.intel.com with ESMTP; 23 Jun 2015 04:36:10 -0700
Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by
 PGSMSX107.gar.corp.intel.com (10.221.44.105) with Microsoft SMTP Server (TLS)
 id 14.3.224.2; Tue, 23 Jun 2015 19:36:08 +0800
Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.246]) by
 SHSMSX103.ccr.corp.intel.com ([169.254.4.46]) with mapi id 14.03.0224.002;
 Tue, 23 Jun 2015 19:36:07 +0800
From: "Liu, Jijiang" <jijiang.liu@intel.com>
To: Thomas Monjalon <thomas.monjalon@6wind.com>
Thread-Topic: [dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample
Thread-Index: AQHQrQpw92bkgVnqmU6OnOZZ2h3Hv525URUAgAClxvA=
Date: Tue, 23 Jun 2015 11:36:06 +0000
Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC05771F8A@SHSMSX101.ccr.corp.intel.com>
References: <1434991265-20384-1-git-send-email-jijiang.liu@intel.com>
 <1873399.2zCItFbABj@xps13>
In-Reply-To: <1873399.2zCItFbABj@xps13>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 23 Jun 2015 11:36:12 -0000



> -----Original Message-----
> From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com]
> Sent: Tuesday, June 23, 2015 5:40 PM
> To: Liu, Jijiang
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v5 00/10] Add a VXLAN sample
>=20
> 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 an=
d the
> main.h file, and
> >        there are still some wairnings(line over 80 characters) in the m=
ain.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
>=20
> Applied, thanks
>=20
> Assumed you (Jijiang) are the maintainer of this example.

Thanks. I am willing to be the maintainer for this.