From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Charles (Chas) Williams" <3chas3@gmail.com> Subject: Re: [PATCH] devargs: add blacklisting by linux interface name Date: Mon, 05 Oct 2015 11:59:52 -0400 Message-ID: <1444060792.3494.50.camel@gmail.com> References: <1443798007-20122-1-git-send-email-3chas3@gmail.com> <20151002151800.GA21380@bricha3-MOBL3> <1443803908.3494.44.camel@gmail.com> <59AF69C657FD0841A61C55336867B5B03594BDB2@IRSMSX103.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Richardson, Bruce" Return-path: Received: from mail-qk0-f170.google.com (mail-qk0-f170.google.com [209.85.220.170]) by dpdk.org (Postfix) with ESMTP id 2A4188E9B for ; Mon, 5 Oct 2015 17:59:55 +0200 (CEST) Received: by qkbi190 with SMTP id i190so50323469qkb.1 for ; Mon, 05 Oct 2015 08:59:54 -0700 (PDT) In-Reply-To: <59AF69C657FD0841A61C55336867B5B03594BDB2@IRSMSX103.ger.corp.intel.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 Fri, 2015-10-02 at 16:44 +0000, Richardson, Bruce wrote: > I'm not sure about that, to be honest. However, I'd rather not have > too many cmd line options to be maintained in the code. > > Does you proposed blacklisting patch work with non-pci devices as well > as with PCI ones as now? I refactored this a bit to fit it into the existing pci blacklisting. Better?