From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 2727168AA for ; Mon, 21 Jul 2014 21:50:25 +0200 (CEST) Received: by mail-wi0-f178.google.com with SMTP id hi2so4693509wib.5 for ; Mon, 21 Jul 2014 12:51:40 -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=y5BhY1K6DqcFZoWqxutA7nRUn52npgUcbavmmVCouig=; b=I9u3EBHifUsiYfToikfcUVsm0jy4TP7879FeMMg/UFbGRqII/dlO5GKkUWLPUD4wlO tcKHTZsvh6FJuJFweNt4poOuw+lz3fJtRtyX8utdabtAVbfzOi8L/c9S9WQDiE7U0054 46Hb6WzyDdkKAS/tNNKseIsJr32Ep4+6msEemUU9s9EmyS1n/Yj+qConnsKoyjF/hA6Y IazyotOQTk0n/SCW6mrJ/NmlYX6f7RB4JN5hUIn8T+6Osv/c+LUNgqsE1MG4QJ30TJVZ uBRf8q37tpK5Btb9+JWyl2P+S9h4YQYnUkJC7vlSZ5AZpwaHTPzQ/1854UvNkKmonQHk 3jTA== X-Gm-Message-State: ALoCoQmRkMoYhG/9Dr4nDgxHBAh+jr163GjuYO4xvBb5arqTO5NCbACoh2XgacO+sPOycAlhOx+v X-Received: by 10.180.19.1 with SMTP id a1mr7687527wie.16.1405972300668; Mon, 21 Jul 2014 12:51:40 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id v4sm45302302wiz.16.2014.07.21.12.51.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 12:51:39 -0700 (PDT) From: Thomas Monjalon To: Stephen Hemminger Date: Mon, 21 Jul 2014 21:51:32 +0200 Message-ID: <108152263.MkWA3FStCZ@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: Mon, 21 Jul 2014 19:50:25 -0000 Please Stephen, Could you comment or ack these patches? A quick answer would be appreciated as build is currently broken with old kernels. 2014-07-21 18:03, Yerden Zhumabekov: > Since PCI config lock/unlock functions were renamed in linux kernel, > wrappers are introduced to reflect this change. > > Fixed a few typos. > > > Yerden Zhumabekov (3): > igb_uio: fixed typos > igb_uio: pci_config_lock/pci_config_unlock wrappers > igb_uio: renaming pci config lock/unlock functions Thanks -- Thomas