From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com
 [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 0EA3BC324
 for <dev@dpdk.org>; Sat,  4 Jul 2015 15:13:26 +0200 (CEST)
Received: by wiar9 with SMTP id r9so152697446wia.1
 for <dev@dpdk.org>; Sat, 04 Jul 2015 06:13:25 -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=Z1PbupzxzdSN34pev1crNUcmXwO1jwoui4BJ8UfGIOc=;
 b=I7e2wLE+C+VjaWFO8uVix/gMJv4q8uT+Hdwp/+2zNYTwJ+3E4N7TNV9ZYXyPj7JwVf
 to8OfKcCzLREVXosOX82Tmuqh6Zrb9Aqhu9IDb+0vpEMg2HBFdsYo8mh7UmNBwxmeppe
 GrrstfEtq03j6xfQjBpR+S9jfaBlGxtO2ePOjP/Ri887ZfYE8WRk/t54d9HLdxyTqu/j
 mdBKy2bK+YRpOb0Oyu7Jl8jx8K07DH94dN5WbtL1xC691nV6/dYnzrZ4cAMXDxCVcu8w
 r8PEKMGOaJmRAnMmCQBK5HQLSOz70QINWWDUfPo61eMZGi6Edf+4JPcm7/NRXrSBMJU7
 NDAw==
X-Gm-Message-State: ALoCoQlEY+SCj8ZIu8YRC3bgxfiudVK6WIKJGLfH7iwUYZRt3QWqVQ5xdZoO6nipEUNSCZQTNIOw
X-Received: by 10.195.13.1 with SMTP id eu1mr78447672wjd.131.1436015605920;
 Sat, 04 Jul 2015 06:13:25 -0700 (PDT)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by mx.google.com with ESMTPSA id u7sm37133704wif.3.2015.07.04.06.13.23
 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
 Sat, 04 Jul 2015 06:13:24 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Stephen Hemminger <stephen@networkplumber.org>
Date: Sat, 04 Jul 2015 14:36:15 +0200
Message-ID: <1791248.rusHJ6L7fN@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; )
In-Reply-To: <20150703125839.52d652c7@uryu.home.lan>
References: <CAMiLLUxOvHWv6UosVf+tyM3CqRwA_+ZSs+-QAKM+vdOC5FUV5g@mail.gmail.com>
 <20150703125839.52d652c7@uryu.home.lan>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] UIO RTE_INTR_MODE_NONE issue.
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: Sat, 04 Jul 2015 13:13:26 -0000

Hi Stephen,

2015-07-03 12:58, Stephen Hemminger:
> PPS: With DPDK 2.2 it would be good to move the minimum kernel version up to 3.0
> since that is what current stable distro's are using.

Yes, this is something to consider.
Please send a doc patch to open the discussion.