From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: UIO RTE_INTR_MODE_NONE issue. Date: Mon, 6 Jul 2015 10:36:31 -0700 Message-ID: <20150706103631.3788f969@urahara> References: <20150703125839.52d652c7@uryu.home.lan> <1791248.rusHJ6L7fN@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mail-pd0-f177.google.com (mail-pd0-f177.google.com [209.85.192.177]) by dpdk.org (Postfix) with ESMTP id 8B8B92C72 for ; Mon, 6 Jul 2015 19:36:22 +0200 (CEST) Received: by pddu5 with SMTP id u5so22072948pdd.3 for ; Mon, 06 Jul 2015 10:36:21 -0700 (PDT) In-Reply-To: <1791248.rusHJ6L7fN@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, 04 Jul 2015 14:36:15 +0200 Thomas Monjalon wrote: > 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. Something like?? diff --git a/doc/guides/rel_notes/faq.rst b/doc/guides/rel_notes/faq.rst index d87230a..715a03c 100644 --- a/doc/guides/rel_notes/faq.rst +++ b/doc/guides/rel_notes/faq.rst @@ -175,6 +175,9 @@ Any kernel greater than version 2.6.33 can be used without any patches applied. (not mandatory, but recommended on a NUMA system to support per-NUMA node hugepages allocation) +If starting a new project it worth using the latest stable version of a distribution. +The next version of the DPDK 2.2 will require kernel version 3.0 or later. + .. note:: Blue text in the lists above are direct links to the patch downloads.