From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=liom++mGKFYRFy4i33muvUAS0SL3aXdHML8SIRhuonw=; b=l2xtJx4gADXKBroXJP1wEy0ZsyAPVeYZZny+yxl1i9F47UvP7LIzUOpbeYTauLAuAG ofAnlFuDEnjqoTU1Qew/x4X7bHcb1awmRHnuXqQhtKcWmQBWw3nWCU/GNXrUHfQFRGeT PdTwMjKMZXoNIUQjDmE4ht7/CW2AuXV1SsP1c1KFu0kPnAoPlC7xlCHi0D7vipODdCoG He5fw+wNE9Vw0jt5YH54V4UadYwNmL9QnezeR4JNib99LC31ym4wwHAlrRQFVKDN819p pkmHthNYg9SXGtcYXMYTQmnr9pmk6IHXOVIyQLZj3jbHD44Uq3duB3W03Y6Ep4349XmF FQXA== X-Gm-Message-State: ALoCoQnIhqrsGGDO/nt+jm3rmVq9+Iv9WSrYb4G/+SXDsRVMeAC5fKPnI/ch5iIAKPpi1BHhO5m8 X-Received: by 10.194.173.8 with SMTP id bg8mr57639285wjc.65.1435052491713; Tue, 23 Jun 2015 02:41:31 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bc9sm34774760wjc.28.2015.06.23.02.41.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Jun 2015 02:41:30 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Tue, 23 Jun 2015 11:40:28 +0200 Message-ID: <1873399.2zCItFbABj@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1434991265-20384-1-git-send-email-jijiang.liu@intel.com> References: <1434991265-20384-1-git-send-email-jijiang.liu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2015 09:41:32 -0000 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.