From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by dpdk.org (Postfix) with ESMTP id DD84868CB for ; Mon, 21 Jul 2014 22:49:41 +0200 (CEST) Received: by mail-we0-f182.google.com with SMTP id k48so6973206wev.13 for ; Mon, 21 Jul 2014 13:50:57 -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=s96YhwBYtFkLKFOfB/4DsphD8RZe4Ts9T81AEIt6VMA=; b=PcZVtleFHbl+wxwe/VnaLJHJ3lX0IhlZhx0xCB3HThY5UtnVmAEikw4hcJv0ECorTi JclqPLJ5YstsDbG8Jqn+YBGLCyXxUzI/IMdoToeIwsmI4m8o3degwRfjEb8GZaAcOLg4 H6cO/vh4bkwfOGXqgHQT9EasnlKfL574xlfe6ywjoeWQ/SZ677UFs/6V7PuJOnGGYZ+N aTIFyraFrvjonWogiDIVS09vsU2wMo2Mv3FPgAIv+I4/5BeKYd289gPDHSCXWJkszHIv UtOqVxDidRXeWxKkqZusKDsTcaj7PnP/koLZPnLM9JmsAcVWH1f+jec1u8ddZKtQ08UK eWIg== X-Gm-Message-State: ALoCoQkN+rJJ9nZeFOovvcJ6Wk5PNzMVPO7d6PLzBWv9krxMwEiq5eKjPQ6Xo6Y3gNizLyZcqlOc X-Received: by 10.180.98.130 with SMTP id ei2mr8016556wib.24.1405975857456; Mon, 21 Jul 2014 13:50:57 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id l2sm40230594wjw.31.2014.07.21.13.50.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 13:50:56 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 21 Jul 2014 22:50:49 +0200 Message-ID: <5535886.Tvxjmi4uKY@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <20140721134200.51fdbcd3@haswell> References: <2795655.Wj4j2zIbVg@xps13> <1405944234-50272-3-git-send-email-e_zhumabekov@sts.kz> <20140721134200.51fdbcd3@haswell> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [igb_uio PATCH 2/3] igb_uio: pci_config_lock/pci_config_unlock wrappers 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: Mon, 21 Jul 2014 20:49:42 -0000 2014-07-21 13:42, Stephen Hemminger: > On Mon, 21 Jul 2014 18:03:53 +0600 > Yerden Zhumabekov wrote: > > > Since PCI config lock/unlock functions were renamed in linux kernel, > > these wrappers are introduced to reflect this change. > > Rather than have wrapper's which have to live forever. > Please create backward compatability stub's. > > My goal is to be able to unifdef out all the version checks and > submit a version to upstream mainline kernel. Please Stephen, could you try to send a v2 based on Yerden's patches? Thanks -- Thomas