From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Marchand Subject: Re: [PATCH v3 00/13] kill global pci device id list Date: Thu, 21 Apr 2016 10:07:51 +0200 Message-ID: References: <1453120248-28274-1-git-send-email-david.marchand@6wind.com> <1461156236-25349-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Thomas Monjalon , Stephen Hemminger , "Richardson, Bruce" , Neil Horman , Panu Matilainen , Christian Ehrhardt To: "dev@dpdk.org" 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 B7E4D293B for ; Thu, 21 Apr 2016 10:08:10 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id u206so118604173wme.1 for ; Thu, 21 Apr 2016 01:08:10 -0700 (PDT) In-Reply-To: <1461156236-25349-1-git-send-email-david.marchand@6wind.com> 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" On Wed, Apr 20, 2016 at 2:43 PM, David Marchand wrote: > - not storing the pci ids in a dedicated section anymore, pci drivers are > exported and parsed by a quickly written (and naive) tool Rethinking about this, this part won't do. Stripping symbols breaks it, and I had to go some gymnastics to get the symbols, while having exported information sanitised as strings in a dedicated section constructed at build time would be saner. Yes, this really sounds like modinfo ... Volunteers ? -- David Marchand