From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by dpdk.org (Postfix) with ESMTP id 4ACAE959 for ; Sat, 19 Jul 2014 02:15:10 +0200 (CEST) Received: by mail-we0-f176.google.com with SMTP id q58so5244935wes.7 for ; Fri, 18 Jul 2014 17:16:13 -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=nlMFj5dMB8LJyjFrYAKXQZpe6IqQxgp9kdJYceem+2w=; b=TgfFz/3fLF83i0gC+GjpE81qF7RIigVM/WRiXwoKBnOQ/Qi7iKJ+FrcYT4jBw7P1NI A9anAOqP0+aLivoArjEVaQ3UxnEqaLQRjVpxquChJJWIdBwmQTdEzzFYzjcpt1SIsS9c 8CzRhCs7pExrw8/+bE0dopxtc1vGdngpmsWKyZ4E+23MLjQ9vz9fSYXlX6J890DZjIDy h/3qHHbjIjbxOV9/8gHBRUNdOh7L7zX2bDe5TV98c8wp/TgsTFXCqsdhX9DIw0oMKUa9 nTpLe4zcadEoMJ6FM7gW44/ZHb3lhdtgzpCD+L9qffnA/OC1zLsvutwumdkPGzYxdNaY WRhw== X-Gm-Message-State: ALoCoQmOQJo1hLnzKBxsZeK5N57LrwoB47nO6o3kocpjXgO/SiqZQJUIfkiQpNXqeY1jxYp4PPVV X-Received: by 10.194.249.98 with SMTP id yt2mr984364wjc.66.1405728972979; Fri, 18 Jul 2014 17:16:12 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id hq20sm12189736wib.0.2014.07.18.17.16.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 17:16:12 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Sat, 19 Jul 2014 02:16:04 +0200 Message-ID: <4686312.ASRe2274Vc@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <20140718161447.020882834@networkplumber.org> References: <20140718161447.020882834@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 00/10] igb_uio related patches 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: Sat, 19 Jul 2014 00:15:10 -0000 2014-07-18 09:14, Stephen Hemminger: > Update patches so all are now bisectable, and incorporate comments. > Also fix the checkpatch warnings that are fixable. I've isolated all MSI additions in the dedicated commit. Acked-by: Thomas Monjalon Applied for version 1.7.1 What are the news about your uio work for kernel.org? Thanks -- Thomas