From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com
 [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id DB9565A32
 for <dev@dpdk.org>; Wed, 13 May 2015 11:33:17 +0200 (CEST)
Received: by widdi4 with SMTP id di4so190016032wid.0
 for <dev@dpdk.org>; Wed, 13 May 2015 02:33:17 -0700 (PDT)
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:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=9ww88i3a0BblGlyolNuE0nMhi+ri5VqAAprsswtIV0M=;
 b=jg5Jm6hWzLzh3yOO6dU/ZWHEimN9sttMjODpA0nPGRc0mGcOgmfwPr+xIdZEGP3zU4
 0NyXse86lGmqWXEAbv+Pc5jrdit0LWxmje8wmckywFXHudQLN4uWE5cSMTBlVkKcc38J
 PvFAk2WRfmFAld8x+4bIQJtIE+hxNpiR8mfiTEQl0B9lvuCo6srVfhM/ifq1XWib5ksL
 /oEf+rp2NO2F7st3UsOKtvbreCFEXIJmu8RUmL1NJDINloWzXeMN4TsfjIl1HtRrRwus
 zjlLOrbon5eulxgKMlJVpC65ANGkvdfU0ZNiHbFl7gmv1MF749kuo5kvnjVmIcVXXvUy
 6+Dw==
X-Gm-Message-State: ALoCoQmMXlY8N5ii6fi/Rd9f6C5jk+kmZ3vfHtZu3WFKDeP7bx/Lz5zfcnflGDkEt94wbYRqIHFj
X-Received: by 10.180.91.107 with SMTP id cd11mr12314480wib.51.1431509597772; 
 Wed, 13 May 2015 02:33:17 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id js3sm31955865wjc.5.2015.05.13.02.33.16
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Wed, 13 May 2015 02:33:17 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Bruce Richardson <bruce.richardson@intel.com>
Date: Wed, 13 May 2015 11:32:34 +0200
Message-ID: <14343577.KYr7YZ8cJz@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; )
In-Reply-To: <20150513085659.GA12276@bricha3-MOBL3>
References: <1430239000-30881-1-git-send-email-stephen@networkplumber.org>
 <10038698.H9HDUp8o5h@xps13> <20150513085659.GA12276@bricha3-MOBL3>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH 0/3] eal: uio irq fixes and enhancements
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 13 May 2015 09:33:18 -0000

2015-05-13 09:57, Bruce Richardson:
> On Tue, May 12, 2015 at 10:02:20PM +0200, Thomas Monjalon wrote:
> > 2015-04-28 09:36, Stephen Hemminger:
> > > This set of patches starts out with fixing a regression where
> > > uio_pci_generic broke link state interrupt, then adds better
> > > management of PCI config space.
> > > 
> > > Will leave up to document writers to update various release
> > > notes and API manuals as they see fit.
> > > 
> > > Also, needs what ever shared library map file updates which
> > > maybe required when using dynamic libraries. But that should
> > > not stop acceptance of this patch set.
> > 
> > No, an incomplete patch cannot be accepted.
> > There are several solutions:
> > - Siobhan and Neil accept to work on doc and .map file
> > - You provide a good v2
> > - Someone else finish this patchset
> > - The bug remains (not a solution)
> 
> Merge patch one on it's own to fix the issue? I don't think patch 1 requires
> any further doc or ABI map file changes, does it?

Yes you're right.
First patch is now applied.