From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id DFB7711C5 for ; Tue, 23 Aug 2016 15:37:03 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id q128so163862538wma.1 for ; Tue, 23 Aug 2016 06:37:03 -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=GsRw6p6ieUraO+ddNwcabCh+u7suA7PBbuVMPVZULM0=; b=aSd1Oz2dr4hOncwLY4hk80rUeSS1x7AHcSzIXpwlL7WGioi0olXRx1vk6NqrryIkWJ QdWJTcPwOEePQgqFPQSFRGzVaRD+yCzTZWNRW2tcxfGfspSIgjJlHJgie4Yrm1WBLQty +yvS8EmeU2xQ2arkxcaHAd/yy1zj/3qlCvcwMYsFL+RQsSrDNBaXk73mNr/cvSoND10y 9lHViL17mQAhu+aAGn/zICmKbo+1vT/vzdqTZI7UhZervUJxCrBW8ewaV+0oaG+GgT56 wisznbOpUwhzav+N0GefNrvHBB5L3qTpXVS3BNEu/nITxfsaFiBYp11irB/RKTpdjLDm DNbg== 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=GsRw6p6ieUraO+ddNwcabCh+u7suA7PBbuVMPVZULM0=; b=kO87/TZRDJhdOAe4hflvA2r/XNHfpRajFoPEDd+K5ETf67waCQuXmE3FXAtj2DZ+Du nuUsa40Nk8dF9u0dY+9Fl2R0FhHAoMdqYUbR+LLPgAErfFsrSoERK4LpJOjVBBf60UbV jmwQWwCuOFEGpDjuk5oIM+XbOo4SRcmooRxAAIOptlSa5Sk2I/eE3L1XgK3PR22EnFxC 6QEW9Pe6M6IMJXQU7a85u5Q7E1lfqc7h/BPe3xwzaK1GPfXvm/7DsM8eHJks7TSpQOYU Qw85K5zFaZ9vPGTFdoog26MKvB4oCWCLKhCNS+9e3ct2T9+oCGS+5gZxnHcghLPH4k+o T5XA== X-Gm-Message-State: AEkoouvvXGpNrSJiK9OC+088wJvI9bIZ/VihzmPjuyrC38st5/4D82qFaqa8d7ZwXYlUQn8s X-Received: by 10.194.123.228 with SMTP id md4mr22221339wjb.91.1471959423690; Tue, 23 Aug 2016 06:37:03 -0700 (PDT) Received: from xps13.localnet (124.17.90.79.rev.sfr.net. [79.90.17.124]) by smtp.gmail.com with ESMTPSA id f187sm4509160wmf.15.2016.08.23.06.37.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 23 Aug 2016 06:37:02 -0700 (PDT) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, David Marchand , Helin Zhang , Konstantin Ananyev , Wenzhuo Lu Date: Tue, 23 Aug 2016 15:37:01 +0200 Message-ID: <4422250.dQGcGBx5Ok@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> References: <1470406171-24754-1-git-send-email-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/3] remove rte_pci_dev_ids.h 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 Aug 2016 13:37:04 -0000 2016-08-05 15:09, Ferruh Yigit: > This patchset moves remaining PCI device ids for ixgbe and igb drivers, > updates KNI code which uses these ids to use pci_device_ids from kni/ethtool > drivers, > and finally removes the rte_pci_dev_ids.h and updates document refers it. > > Ferruh Yigit (3): > net/ixgbe: move PCI device ids to the driver > net/igb: move PCI device ids to the driver > eal: remove rte_pci_dev_ids.h Applied, thanks