From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 56B376C9F for ; Fri, 8 Jul 2016 15:31:29 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id z126so13346578wme.0 for ; Fri, 08 Jul 2016 06:31:29 -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=m4vtS1Sg83iWAFz1glf0DT1p/7EK0UeyzPUljnIPgKw=; b=febHovRX+Sytg+4V9QOuLqImUmrpzXHfvpZB9+wFJM2l5sN2//iLNyfGtppJXekCgF Ce3Tw3em4q+hEY2Y/jzmFN8CqF/F6ndcqV1O1nefGMHisAHbcBxd5Aeu+ofGC2wEASup fDQKZoBcdjiAs6WBigkX2iLc1JbVgYVqplfpA05H2lYaJkjE8/u97IInRsnAyP7XYd2d g7QbZ5/AGWS3aNUIohLKgUy5kEtubLcV+xdhd2614rhAjPaUPzsJlbIUqyT7t7waB6dn M4MJIEYdPYm5DQhKVvMAb55w4Ir58oS3wVExj2+QTFboCB+YVG24AQIk3dkGXBaoN6Ro rIjQ== 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=m4vtS1Sg83iWAFz1glf0DT1p/7EK0UeyzPUljnIPgKw=; b=TtpjyTfZOy+xGVU9k1E/diPp+F6x4pnQRKEeo1YTfzRECuTQ7cA1LZbhXJfId/rKWw y83i94ewHZq/dNrJ4kb+e5dIpfErjLUbDYboKRle0E+EJfSMXf+q2N023y1/QIuE/2g1 J9EzUHbKebCdsIbURWix5lb0q20dGwC/sUA3eWxnBSAP/BbY4UsG4hpT7LNEX5hzKfuy 7CaIb6ckcYysxWh2sk3zdrnSyZ53eVD5SA3k/QHN5/rKOmcQ5/vDgfDouyUnG7UN6/Rw MUUw1z8Uxal6OSgSecfDGQWiXJFdHmxvxNNy3DLSqOR4TVAiYLNDhJUNEPnWvNMCw+2o wmDA== X-Gm-Message-State: ALyK8tKFkU6RUDYBJAxd+vqCysH5KhdxDVXnQmQByktVqAxYBCq7YL9/Kzj6PLo1WC0IFvH1 X-Received: by 10.28.207.6 with SMTP id f6mr3618194wmg.29.1467984689118; Fri, 08 Jul 2016 06:31:29 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id 66sm3051458wmg.23.2016.07.08.06.31.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Jul 2016 06:31:28 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Cc: David Marchand , stephen@networkplumber.org, bruce.richardson@intel.com, nhorman@tuxdriver.com, pmatilai@redhat.com, christian.ehrhardt@canonical.com, Wenzhuo Lu , bruce.richardson@intel.com, ferruh.yigit@intel.com, Rasesh Mody , johndale@cisco.om, Yuanhan Liu , Yong Wang Date: Fri, 08 Jul 2016 15:31:27 +0200 Message-ID: <2858831.tSF8KXeB50@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1461156236-25349-2-git-send-email-david.marchand@6wind.com> References: <1453120248-28274-1-git-send-email-david.marchand@6wind.com> <1461156236-25349-1-git-send-email-david.marchand@6wind.com> <1461156236-25349-2-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 01/13] e1000: 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: Fri, 08 Jul 2016 13:31:29 -0000 2016-04-20 14:43, David Marchand: > test application and kni still want to know e1000 pci devices. > So let's create headers in the driver that will be used by them. There is also an usage of ixgbe ID for the broken bypass API. Sharing those PCI ids outside of the drivers was really a wrong idea. So this a plan to get rid of them: 1/ remove need in PCI autotest (done: http://dpdk.org/commit/1dbba165) 2/ move PCI ids in bnx2x, bnxt, e1000, enic, fm10k, i40e, virtio, vmxnet3 3/ remove KNI ethtool (only igb/ixgbe support) 4/ remove bypass API or move it to ixgbe specific API 5/ move remaining PCI ids in igb and ixgbe drivers Please driver maintainers, move your PCI ids in your drivers as soon as possible. Thanks