From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id 7FD1A212 for ; Tue, 7 Oct 2014 17:07:08 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id n3so8258220wiv.9 for ; Tue, 07 Oct 2014 08:14:21 -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=Bj8noe1xP0B5xjwbWqbaIQXgsF7nAtPlv6euy6hkQRg=; b=Js2DqaWDQMk7Hah6swVTAYeKMIxxP3g4Nw6kA1v1m7p93q1EYiEAUFGliXyKrOfFGf dGQZQx6jTVTRgYd0LMsuoGRI68MGmWsjVuaCMHw91oVg5rMao9Z4yZlmzc4p21ex/F5g DBlNtGVQtfG91Idjnkqq76PhveygiZou0g7SUemj9e7vi9jm67Xbs+qb8+fo9DXd8ToU 7joNe92LaR2OEAZ1YjqkvwxgGEgAt+fXj6b1y2yQY1cZZj1JRfiC3nfwsASyYM1z2ia4 LAr0ohu10xRXESKmYsC/+bUYaJhimcujNa9NAd/6hDCyHU1eO97zPItQ6PxFJnL1mLIw ORpg== X-Gm-Message-State: ALoCoQkyswMzQ/zQ/kieRLqfR+uubA3aQ3M5UpU6vhdWtx+l+yB8BMHYQWJPyKVonKKBl6ZtLKsq X-Received: by 10.194.94.196 with SMTP id de4mr5832241wjb.86.1412694861553; Tue, 07 Oct 2014 08:14:21 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by mx.google.com with ESMTPSA id li17sm15083556wic.13.2014.10.07.08.14.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Oct 2014 08:14:20 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Tue, 07 Oct 2014 17:14:05 +0200 Message-ID: <3051759.IWc1oIhoHG@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1411974986-28137-1-git-send-email-changchun.ouyang@intel.com> References: <1411974986-28137-1-git-send-email-changchun.ouyang@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 v2 00/18] Update IXGBE base code 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, 07 Oct 2014 15:07:08 -0000 Hi Ouyang, 2014-09-29 15:16, Ouyang Changchun: > This patch series update IXGBE base code (a.k.a. share code) from > package 2014.03.13 to package 2014.09.04 Applied You did a big work to split patches and I did another big work to split all features and to make each commit compile-able (with a minor exception). As Neil asked, some comments are missing. But I push these commits as is because base drivers are special and it's already a good improvement since the last update submission. I'm confident that the next one will be even better in comments and splitting. Thanks -- Thomas