From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f46.google.com (mail-wg0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 96C1BB367 for ; Tue, 22 Jul 2014 15:05:50 +0200 (CEST) Received: by mail-wg0-f46.google.com with SMTP id m15so7997402wgh.29 for ; Tue, 22 Jul 2014 06:07:09 -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=eh5B8Pph3a4GjSdXJKNtWXndp1XQw/qee1MsQbIiZXs=; b=PfnDHazCxi3NXzExfIgVjdHjtfecVAh40eCx09HU2IVlSHVE/FP8I5mNLFwjSI6eqv TZ9xIKrd5lwWIRwnvf4jole+p8glxetTuC2QTX3zait3eHnqJCv9UgqW9CXQMNlTNZ1A pVhnNwamSPIn7dkm6jGxPBijoRLAbRxxMRkDaF/kG1gAcV5VWWpkEDQ5/zo7VpCPhyA3 92vm301+f8U9EEoqYfoWVBfkOighOzU3IPu3jmwkgGGjrP8IRvbaxs7ytU+CANUNXW4L smFj13k6hvxCa/0xTDAxuTWByK7WOTjNuFZahYKBdcC6HA2ktyp+UZ16T7EWeB3ePdSG VWFg== X-Gm-Message-State: ALoCoQkdZ9UelV+9dQNu55mUTVulJSVR0pcuolgg8GxVlcfYUyUML6T5LinmR1CjOnpnZ6fesTyL X-Received: by 10.180.10.98 with SMTP id h2mr14507067wib.29.1406034429327; Tue, 22 Jul 2014 06:07:09 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id fs3sm2529923wic.20.2014.07.22.06.07.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Jul 2014 06:07:08 -0700 (PDT) From: Thomas Monjalon To: Yerden Zhumabekov Date: Tue, 22 Jul 2014 15:07:01 +0200 Message-ID: <5883538.6a46FUcxyX@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> References: <2795655.Wj4j2zIbVg@xps13> <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> 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 0/3] igb_uio: fixed typos and pci lock/unlock calls 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: Tue, 22 Jul 2014 13:05:50 -0000 > Yerden Zhumabekov (3): > igb_uio: fixed typos Acked-by: Thomas Monjalon > igb_uio: pci_config_lock/pci_config_unlock wrappers > igb_uio: renaming pci config lock/unlock functions These patches are replaced by a simple fallback which do not touch functions for upstream version (as requested by Stephen): http://dpdk.org/browse/dpdk/commit/?id=484c308d3c8bc5f74 The compilation with old kernels should be fixed now. If some distributions have backported the new PCI config locking functions, the compilation may fail. Please report such errors. Thanks -- Thomas