From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/10] Add a VXLAN sample Date: Tue, 23 Jun 2015 11:40:28 +0200 Message-ID: <1873399.2zCItFbABj@xps13> References: <1434991265-20384-1-git-send-email-jijiang.liu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jijiang Liu Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id DDD2BC59A for ; Tue, 23 Jun 2015 11:41:31 +0200 (CEST) Received: by wicnd19 with SMTP id nd19so100453703wic.1 for ; Tue, 23 Jun 2015 02:41:31 -0700 (PDT) In-Reply-To: <1434991265-20384-1-git-send-email-jijiang.liu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.