From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: use existing PCI macros Date: Tue, 24 Nov 2015 23:03:33 +0100 Message-ID: <1517065.h4r7khnhqX@xps13> References: <1441900908-29763-1-git-send-email-ferruh.yigit@intel.com> <2252868.HYUEjJMo5L@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Mcnamara, John" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 995228D89 for ; Tue, 24 Nov 2015 23:04:51 +0100 (CET) Received: by wmww144 with SMTP id w144so45339724wmw.0 for ; Tue, 24 Nov 2015 14:04:51 -0800 (PST) In-Reply-To: <2252868.HYUEjJMo5L@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" 2015-10-25 18:51, Thomas Monjalon: > 2015-09-11 08:31, Mcnamara, John: > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon > > > 2015-09-10 20:33, Ferruh Yigit: > > > > Correct, those macros available after kernel version >= 2.6.34. > > > > ... > > > > > > Why should we support kernel older than 2.6.34? > > > Do we need to update doc/guides/rel_notes/supported_os.rst? > > > > If we do then we should update he Linux Getting Started guide which says: > > > > Required: > > > > Kernel version >= 2.6.33 > > > > http://dpdk.org/doc/guides/linux_gsg/sys_reqs.html#system-software > > > > And probably drop the section below itabout patching older kernels. > > Anyone against dropping 2.6.33 support? This patch is now applied and is the first breaking the Linux 2.6.33 support. John, are you OK to update the doc? Thanks