From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 362BAC3E2 for ; Tue, 12 May 2015 22:03:15 +0200 (CEST) Received: by widdi4 with SMTP id di4so29867513wid.0 for ; Tue, 12 May 2015 13:03:03 -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=DYIWY3a6xBeNQBP4gTszlHgI3arOPYpgKRqykP3rAeM=; b=U9EjBjpXw00Vp/79Nnelr0SxWdKJdnRc6uar1tdfmXh49obUcw14a0XuwQvW9FfB3N dh/fhzUYzgseoATGX3Ti7yB6ZfbM/329GvtZ3OvNYWvTPapKSFEC59VQtrA8UqH1SuM+ feBvclAK9RNm5s8lHGzVuQFoZ8mVW/S21mTqX2UuP2XXQ9pMnNILcshu/+NATFB12tIv E1E+2hse4Q0XpKdqPxGYY+KDHQwrPOUVUimonvqwFaWCHRrdL2sq2t5N0fFaBa5OS9F+ NU2M97FFiRXaYVdTt3dmG6DOQLEFSFXDzvQhi+tIWQbIoX6LJjh2gVeHJy53Obfn81Ws G3iw== X-Gm-Message-State: ALoCoQkCA4dmao82WHyHbrVMuxOA+YTp99C0o7jKUFCVQOONWSpQ4AQZCw8I49mySXQgtOo4lBIN X-Received: by 10.194.223.66 with SMTP id qs2mr33810209wjc.6.1431460982961; Tue, 12 May 2015 13:03:02 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id uc9sm10706837wjc.7.2015.05.12.13.03.01 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 May 2015 13:03:01 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Tue, 12 May 2015 22:02:20 +0200 Message-ID: <10038698.H9HDUp8o5h@xps13> Organization: 6WIND User-Agent: KMail/4.14.7 (Linux/4.0.1-1-ARCH; KDE/4.14.7; x86_64; ; ) In-Reply-To: <1430239000-30881-1-git-send-email-stephen@networkplumber.org> References: <1430239000-30881-1-git-send-email-stephen@networkplumber.org> 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 May 2015 20:03:19 -0000 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)