From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id C978A567E for ; Sun, 13 Dec 2015 23:44:03 +0100 (CET) Received: by mail-wm0-f48.google.com with SMTP id n186so22475104wmn.0 for ; Sun, 13 Dec 2015 14:44:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=NSPYgwaueyAItZM1DZEPBi65chPrAmR4V6bT9weI0V8=; b=Sog5THyEoCr6iazKCOlc0rUP5EYc1T/3pvLXYjmd0r8bzZJ5XldFbVxlr8vMf8/IW7 OzbIPD0dGfFM/SC1X323xpNgdW+RXLLxt+fggTv0mIESqrqlMUdwaTjc7eTfK6WY596Q mjrUVYSHx5q7Na9y5YPli1RcC/lmI1zY8LiJ8lTr72mMZ1fcZAuctQgFVfQFlfOQ2S6o 7e7ylrlLf+qqeozrtvL0vCN1heyshAh9NewWrrkSPWmlt6wwX/6fQWsxjQtCnqdvTPUl fnc86KPgsdwR2WSBEvP0mItoZOMSdWH03gE4xfZSbNrcGRt0PMc0c0djMJhj3Bd9UbYz sGGw== 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=NSPYgwaueyAItZM1DZEPBi65chPrAmR4V6bT9weI0V8=; b=fEiHEs582DSIdjunFUOJPRJg7sAzXtPGxeSgLnciU5LvbhYs5mORHlqYcOXVYdqxm5 s/qVX9y4Pg/YjrGGip1QcHXna8EbJ4+IiD484m26fGKgvwPTSiVRQZDKnPb61Jl2bAvf L1qVxiKnrbUq28HifNf14NkzPC2c5AhAmJYn87RXZNjcOdqS0VFn09pOJMqpCfmL7WKI xHEH4tmNrsTWmahLwHgGfk42CElGI+KPhLDxYM8dDsfYWP+V5DUmVtKs+6khhQjE8qib uV19IW8QFKpEWzrZ4+hqSPW61bPrfL1tQo/SNBUmbS5CkxDaLLvKRcUHJbtadrBwmqEE GeaQ== X-Gm-Message-State: ALoCoQkX5iFi/zkwX6Z0eHsHmckqyTEproeKiw5HLEq2Lq/rsQeK47o8ZjJZBfmZrjGK369aVMhenTil+QYz6LZLvGO9Xk/ZsA== X-Received: by 10.194.134.102 with SMTP id pj6mr37547249wjb.23.1450046643623; Sun, 13 Dec 2015 14:44:03 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id kb5sm26992342wjc.20.2015.12.13.14.44.02 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Dec 2015 14:44:02 -0800 (PST) From: Thomas Monjalon To: John McNamara Date: Sun, 13 Dec 2015 23:42:47 +0100 Message-ID: <4499659.SycOTyR3tf@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1448461560-5887-1-git-send-email-john.mcnamara@intel.com> References: <1448461560-5887-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: update docs for minimum kernel requirement. 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: Sun, 13 Dec 2015 22:44:04 -0000 2015-11-25 14:26, John McNamara: > Update the documentation to reflect that the minimum Linux kernel > requirement for DPDK 2.2 has increased from 2.6.33 to 2.6.34. > > Compatibility with kernel 2.6.33 was dropped, after discussion on > the mailing list, in the following commit: > > Commit: 2e6e9e215703 ("igb_uio: use existing PCI macros") > > Signed-off-by: John McNamara Applied, thanks