From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id E3D1E68CB for ; Mon, 21 Jul 2014 21:53:13 +0200 (CEST) Received: by mail-we0-f180.google.com with SMTP id w61so8075823wes.25 for ; Mon, 21 Jul 2014 12:54:29 -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=E82VnzpI8uHNfhto6c8f2vLJxBhkmlmfjL0gDTzbPEU=; b=NbyxUOxaziVtjdSZbt6+mwctLnTBudU4R1rGBb7sB7boXy6Fyc662V1W4wkFN43h+Q 5urATjs/8KXxWmlUdiBgjuTIseCrvVwEOlkFgv84b+9OD+hiMtfEQ9GFkwBTpSXouyxE Sf/ON6AB5Bt49cVvHrtQTMRUc91n37W06Dr2plvM1TVmp6h58ITTR+InwOGQzu26VvGm 0W7nQY8EpvtBIztPl+yITTHhE/RWxzLokGtZlq059tP00BQOYoyfEMgMh6ZhaljkS0CK iBZzUl93Z/3ftjMkuu/WBGY+ik6lPf5wZ9qGOV0PdotFuuVkWxl6gIU4EyESClKm6aCj PfXA== X-Gm-Message-State: ALoCoQnMpwwIgon+U4PNhnQYJyfsGUg0vjgvk5t2GCLAgOfN5onq8vkCMhHrZHMY7T20QbE2HoXP X-Received: by 10.194.22.201 with SMTP id g9mr26224355wjf.98.1405972468843; Mon, 21 Jul 2014 12:54:28 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id sa4sm39891765wjb.45.2014.07.21.12.54.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Jul 2014 12:54:27 -0700 (PDT) From: Thomas Monjalon To: Yerden Zhumabekov Date: Mon, 21 Jul 2014 21:54:20 +0200 Message-ID: <3790232.Qe16hpQML8@xps13> Organization: 6WIND User-Agent: KMail/4.13.2 (Linux/3.15.5-2-ARCH; KDE/4.13.2; x86_64; ; ) In-Reply-To: <1405957094-53380-1-git-send-email-e_zhumabekov@sts.kz> References: <2795655.Wj4j2zIbVg@xps13> <1405957094-53380-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] [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:53:14 -0000 2014-07-21 21:38, Yerden Zhumabekov: > Since PCI config lock/unlock functions were renamed in linux kernel, > wrappers are introduced to reflect this change. > > Fixed a few typos. Why did you send again the patches ? Do you have any change since the previous serie? > Patches attached, not inlined. :) Please, no attachment. They are filtered out by the mailing list. The result is an empty patch. -- Thomas