From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: time to kill rte_pci_dev_ids.h Date: Tue, 5 Jan 2016 11:37:23 -0800 Message-ID: <20160105113723.6d2b85e5@xeon-e3> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mail-pf0-f174.google.com (mail-pf0-f174.google.com [209.85.192.174]) by dpdk.org (Postfix) with ESMTP id E90DF93D8 for ; Tue, 5 Jan 2016 20:38:02 +0100 (CET) Received: by mail-pf0-f174.google.com with SMTP id 78so227697900pfw.2 for ; Tue, 05 Jan 2016 11:38:02 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id u26sm79284073pfa.86.2016.01.05.11.38.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 05 Jan 2016 11:38:00 -0800 (PST) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Has anyone looked at getting rid of rte_pci_dev_ids.h? The current method with #ifdef's and putting all devices in one file really doesn't scale well. Something more like other OS's where the data is only in each device driver would be better.