From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 3F5BB2B98 for ; Mon, 11 Jul 2016 18:31:16 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id i5so25207656wmg.0 for ; Mon, 11 Jul 2016 09:31:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=YFx1n79+0+JcSSTQcbw6RKahJR2wkelzZiyBX0GNHy0=; b=YPutfzv+RCLCOeSxXqjXfx0MuIMUxqsb/wHvmDsE/CtZqRnvofNUXKNZEAqq0MKLxR OS6WCzK1WiDElwHFiydiICKFB4QfKOMmQ4twQC0Yty7VFG3NQh7UixanaAcKAMu0a4vG 11Eva4nZogNwtXFV3a15Haj4FmlmJNA1JRLCuZ9L8pM6wuYGUpMsmKDj5nhoTKjVp5Ua bLUKF0IAiBjnZpS4EvtWCqPV5xRsuorTYeg91wQm0U+L+2vifIbyIssuC2IfAVOrbr1z bQTnPJic8dOYTpRVz4oaEynDtqjpXMEyP6H0nSwSc7qmRlvGvFCtIofU4h/Uwlg3JrpQ 7N1w== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=YFx1n79+0+JcSSTQcbw6RKahJR2wkelzZiyBX0GNHy0=; b=O/in5aWKrb8ucBuLI+FJzQFYLgjxtVDLGIUu5/UQ2Ghg7alUY1CnYZy6s/GHwCLtKE dSkjpg/ZtA15mZ66ViKHMIrtztz2tqojqpWsSpmsQdviNQQZGDMvqo+fVewRbp9Vl6M+ 0AxRJpNz2d+RL2nw/Twa9cH42aLcDtakgn2Usva9XoVbIAfIc41xgu1YhaaIihMwj6ay lzdifcA8L3DFTkfQ5BGojxbNdrYnwyppa+HppQe71G9iFGMcA8QDX+GXfJMPM+6QxjOm Frr2jUdgmgdais7pHj7rUmzsj0xqp/yWUQr3kscatPz4O1/ryz34ynK5tbiMA9F9cIbg Cjfg== X-Gm-Message-State: ALyK8tIEAhnHMTrEJ2aSBtQOv1PeZrGV5ouAc1CFR3qatMG1b1KQEzoSZPHt2EEjWZ/dtlqd X-Received: by 10.28.54.229 with SMTP id y98mr13294525wmh.96.1468254676065; Mon, 11 Jul 2016 09:31:16 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id ah4sm623233wjc.16.2016.07.11.09.31.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jul 2016 09:31:15 -0700 (PDT) From: Thomas Monjalon To: Jingjing Wu Cc: helin.zhang@intel.com, dev@dpdk.org Date: Mon, 11 Jul 2016 18:31:11 +0200 Message-ID: <163140105.z5Eyt35e8W@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1468209673-21685-1-git-send-email-jingjing.wu@intel.com> References: <1468209673-21685-1-git-send-email-jingjing.wu@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] i40e: move PCI device ids to driver 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: Mon, 11 Jul 2016 16:31:16 -0000 2016-07-11 12:01, Jingjing Wu: > move PCI device ids from rte_pci_dev_ids.h to driver. > > Signed-off-by: Jingjing Wu Thanks David has sent a v4 for almost every drivers, including i40e: http://dpdk.org/ml/archives/dev/2016-July/043798.html