From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgw.gov.kz (mgw.gov.kz [89.218.88.242]) by dpdk.org (Postfix) with ESMTP id 064FD595A for ; Mon, 21 Jul 2014 14:02:56 +0200 (CEST) Received: from mgw.gov.kz (mx.ctsat.kz [178.89.4.95]) by mgw.gov.kz with ESMTP id s6LC48U4031787-s6LC48U5031787; Mon, 21 Jul 2014 18:04:08 +0600 Received: from EXCASHUB1.rgp.local (192.168.40.51) by EdgeForefront.rgp.local (192.168.40.59) with Microsoft SMTP Server (TLS) id 14.2.247.3; Mon, 21 Jul 2014 18:03:45 +0600 Received: from deb-dpdk.rgp.local (192.168.35.15) by excashub1.rgp.local (192.168.40.48) with Microsoft SMTP Server (TLS) id 14.2.247.3; Mon, 21 Jul 2014 18:07:01 +0600 From: Yerden Zhumabekov To: Date: Mon, 21 Jul 2014 18:03:51 +0600 Message-ID: <1405944234-50272-1-git-send-email-e_zhumabekov@sts.kz> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <2795655.Wj4j2zIbVg@xps13> References: <2795655.Wj4j2zIbVg@xps13> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.35.15] X-FEAS-SYSTEM-WL: e_zhumabekov@sts.kz Subject: [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 12:02:58 -0000 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 lib/librte_eal/linuxapp/igb_uio/igb_uio.c | 54 ++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 16 deletions(-) -- 1.7.10.4