From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 543667E1F for ; Mon, 29 Sep 2014 14:37:37 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id k14so13005522wgh.0 for ; Mon, 29 Sep 2014 05:44:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=X2AFzsRLTbkx4TwnsyBr/ab5lprBRVa3iQDH71Btk5Q=; b=ZIkbHrS0aNvZYzmcnBvR1ife/PKEnBcsIBhju30Kal/7ebOGwtSIA30V1JQimrb7Sj u6FTBCRU7dHhtlXeLGDqDTsjbGb3TiwZEBXo/8czDcMgzfchtQVMhXoGdFi4D5t2BCWo J4C05sdOWtM3cUxkY97qYYEEpfgqlxcNgFpY1U3RK/OHpuG9RE2e/U3/zRc0BcPh5Hvo GdQcn0QETHu00C0nDmyrNvTbz/YQ9UV8J5HKwMSZLjOsOui3IQ0b+F86aNlpK7bcoMRf /wcZAYUNYW5dGEVkTR2DY18Ag3t5vJZJ9p7LvI0He7Il22742ihjGgHitXb+OQeQZWXR Dl1w== X-Gm-Message-State: ALoCoQnD2YpwQVrgf0D77iKlnl/wn9Uk0ikoHD9QP4FM2MdjICFVIIBpVu0owbastvjiEBwm/4mb X-Received: by 10.194.157.230 with SMTP id wp6mr26924910wjb.15.1411994653301; Mon, 29 Sep 2014 05:44:13 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id c7sm11565474wib.12.2014.09.29.05.44.12 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 05:44:12 -0700 (PDT) Date: Mon, 29 Sep 2014 05:44:12 -0700 (PDT) X-Google-Original-Date: Mon, 29 Sep 2014 14:44 +0200 From: Thomas Monjalon To: David Marchand Message-ID: <2080105.cc5loWFd0G@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1409062300-17004-1-git-send-email-david.marchand@6wind.com> References: <1409062300-17004-1-git-send-email-david.marchand@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH RFC 0/3] only call iopl when necessary 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, 29 Sep 2014 12:37:37 -0000 2014-08-26 16:11, David Marchand: > This patch series is just a little clean up to remove the unconditionnal call to > iopl on linux. > Rather than call iopl() at the eal level, let the PMD that needs it call > rte_eal_iopl_init(). Acked and applied Thanks for the cleanup -- Thomas