From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 9DB7E2A7 for ; Wed, 18 Jun 2014 23:51:14 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id n15so1879075wiw.11 for ; Wed, 18 Jun 2014 14:51:30 -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=dNkOvr9YB8X9BUM5T2ZUPm/Tvrpqi3F+RLBu++930+0=; b=Fl4hyYj1nd4mTSNdh0oHA+S4I7c7XPXaPHzI9ZcMcGhStmEWaVy8WC7ntHO2o9mr2v sgew6x0OIl4NUTipaLI5KKwnVFRiX6l5gHg6KgJ4DIkjAKL9pHkcY7Dm934HGWVdEK15 62JxzOBlVf1qon9uJGauRFSW99VcIM9pQcbM5melj+szAUx/do9wDjlspRuhG3pePTrj ojLv0U6VKUZr1dhIsbrzAUCzaqhDNlNVaPPgpmW6NDE6ZDrz7Dom/gcQT9kQd9MWYbGA 12Ed/76ALXvG9mtzVLmiHTfkeFPvv3sdpFPgE1h2tS/eJY4kggGhLJKCRLgrvI5H8a3B YGwA== X-Gm-Message-State: ALoCoQnA+KzOmQI3jUcbflSdxSxiMGBR6S7iq2lM5tlxdF6wLQRICWeBRKlBvabZhVHmSFY9gYoF X-Received: by 10.180.86.199 with SMTP id r7mr1042614wiz.20.1403128290818; Wed, 18 Jun 2014 14:51:30 -0700 (PDT) Received: from xps13.localnet (ip-96.net-80-236-123.rev.numericable.fr. [80.236.123.96]) by mx.google.com with ESMTPSA id cz4sm27622558wib.23.2014.06.18.14.51.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Jun 2014 14:51:29 -0700 (PDT) From: Thomas Monjalon To: Jijiang Liu Date: Wed, 18 Jun 2014 23:51:27 +0200 Message-ID: <1974083.yiSX5MOcO4@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01C79D65@SHSMSX101.ccr.corp.intel.com> References: <1400120294-15871-1-git-send-email-jijiang.liu@intel.com> <1789529.RGC5GB4S3q@xps13> <1ED644BD7E0A5F4091CF203DAFB8E4CC01C79D65@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 0/3] *** Upgrade NIC share codes *** 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: Wed, 18 Jun 2014 21:51:15 -0000 Hi Jijiang, 2014-05-27 01:51, Liu, Jijiang: > This is a batch update of the code in DPDK to align it with the latest > versions of the common device driver code for Intel network devices, such > as is used in the Linux and BSD drivers. Intel DPDK team get periodic > updates from the networking division at Intel, and we apply those without > modifications to the code in the ixgbe and e1000 subfolders of the DPDK > codebase. Each code-drop provides us with the latest device support and bug > fixes. > > The code-drop was tested by the ND team ,and Intel DPDK team receive the > code-drop without individual commit history, as mentioned earlier, this is > a batch update. Furthermore, before sending patches to dpdk.org, in order > to guarantee no new issues are introduced by upgrading, Intel DPDK team has > done development and test of integration, and don't change any source codes > in these drivers in the meantime. At present, the common device code should > be treated as read-only, any bugs found here will be collected and reported > to Intel. It is now applied in master branch for version 1.7.0. I've splitted this code drop in 31 atomic and understandable commits. Please look at them carefully. It is what we may expect to be sent for next upgrade of base drivers. Thanks -- Thomas