From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] igb_uio: use existing PCI macros Date: Sun, 25 Oct 2015 18:51:28 +0100 Message-ID: <2252868.HYUEjJMo5L@xps13> References: <1441900908-29763-1-git-send-email-ferruh.yigit@intel.com> <2640256.iR0jT46UN8@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-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id C239F532D for ; Sun, 25 Oct 2015 18:52:35 +0100 (CET) Received: by wicfx6 with SMTP id fx6so86469545wic.1 for ; Sun, 25 Oct 2015 10:52:35 -0700 (PDT) In-Reply-To: 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-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?