From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [RFC] pci: remove unused UNBIND support Date: Wed, 21 Dec 2016 16:15:23 +0100 Message-ID: <3911321.7PSdYAqQUs@xps13> References: <20161207180436.2960-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wj0-f174.google.com (mail-wj0-f174.google.com [209.85.210.174]) by dpdk.org (Postfix) with ESMTP id DF7DD10CFA for ; Wed, 21 Dec 2016 16:15:24 +0100 (CET) Received: by mail-wj0-f174.google.com with SMTP id v7so205472264wjy.2 for ; Wed, 21 Dec 2016 07:15:24 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-08 11:53, David Marchand: > On Wed, Dec 7, 2016 at 7:04 PM, Stephen Hemminger > wrote: > > No device driver sets the unbind flag in current public code base. > > Therefore it is good time to remove the unused dead code. > > Yes, this has been unused for some time now. > > I would say this is not subject to abi enforcement as this only > matters to driver api not application api. > So this can go into 17.02. > > The patch looks good to me. Applied, thanks