From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id 38600C318 for ; Tue, 16 Jun 2015 15:32:33 +0200 (CEST) Received: by wgbhy7 with SMTP id hy7so12396710wgb.2 for ; Tue, 16 Jun 2015 06:32:33 -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=D6Xq+Xw06atQeuk9MzIy/eo2XalrxUFTT2oHmTnBo5E=; b=NlbT7kgfX3WOt0thPOeYhL3upJaueiIAPthK11KjqPNfeARz/+OjdoEWpvB81mLGFg TdX1fTG8MS8onMpNaR4ca35YpvmYtSabMt1DJ5kZWp/FGW6e0dpT3yB/OlWPeDpQ03xe DxTFXrO7vdI+uzwHhaBBw5F+jEM2uPgaTHGu/i4mS7adCqq/YL8g4JxgwOcXKuaozhDE gocvxEKOtrd5KgwKBidTP6aKVAdbrBRNTyzRMmGP/gC4hl/+sLRlD5/2Z/LSAvHVnhn7 UDHoz4NoERHbdpkQQTChlYTEYqxIwGs86P6E79OjgIxf5nFrIERfoAcrKMhG3VoftVma aBRA== X-Gm-Message-State: ALoCoQm/jgesC0Pc2H4AQn1Lldy6MxxLdK2VnTTRaKYBV4qf/BPMs3F6gjAAbPhcPuqmvIO5JIgF X-Received: by 10.180.80.197 with SMTP id t5mr43199184wix.63.1434461553129; Tue, 16 Jun 2015 06:32:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ul1sm1690540wjc.30.2015.06.16.06.32.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 16 Jun 2015 06:32:32 -0700 (PDT) From: Thomas Monjalon To: "Liu, Jijiang" Date: Tue, 16 Jun 2015 15:31:34 +0200 Message-ID: <1708797.ReToAJfQxF@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC0576E316@SHSMSX101.ccr.corp.intel.com> References: <1433732508-32430-1-git-send-email-jijiang.liu@intel.com> <2132043.BppFOd6axc@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC0576E316@SHSMSX101.ccr.corp.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 v3 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, 16 Jun 2015 13:32:33 -0000 2015-06-16 12:49, Liu, Jijiang: > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sorry, there are too many checkpatch errors to peacefully apply this series. > > Dou you mean there are too many warnings or errors when using checkpatch.pl? > > If you meant warnings, yes, there are some warnings that I have not removed from patches. Yes I mean warnings. Most of them should be removed. Please try to comply with the established coding style. > If you meant errors, I will double check.