From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) by dpdk.org (Postfix) with ESMTP id 481A6684A for ; Fri, 17 May 2013 16:29:27 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id y10so590420wgg.4 for ; Fri, 17 May 2013 07:29:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id:x-gm-message-state; bh=y2E262bWuGaVPXyP+FprMTTiFmZZkVPH5MZGB7z+t+E=; b=hjavrtTlKwVA6AbD0t9JXqELRKDwAxerZL4o/SDU/o+6jZ7Om2rYTnskV6f4TkaUmE WxDL2h1VxKV8oFtyyAyF3HSWMgraT89XFL/M/dLQvqNWFIYfwIFXTwR1DnKlj/8voack xn8kiSyBDTP33FZL150OILe8nKLpiPqmqnZnI2jyGVvOygdoH80ppFjdMshY1XHAVubK NyZTR04uuk9z/x0qdCLjuzSYD66t/7vz4Iv+35SCxXObh8D1bSaq+ZoZf0bDrktVSCRa gtNBpQJ+aGZD/MYwQTZ3VwvpAwaheQPFN0hGdWhEOZ9THdxO1dF122F7h2H4FQmaQY2R +Z5w== X-Received: by 10.180.210.225 with SMTP id mx1mr34957672wic.15.1368800970035; Fri, 17 May 2013 07:29:30 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id d5sm9879704wic.1.2013.05.17.07.29.26 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 17 May 2013 07:29:27 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: Patrick Mahan Date: Fri, 17 May 2013 16:29:28 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <51963964.3020200@mahan.org> In-Reply-To: <51963964.3020200@mahan.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201305171629.28705.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQkTsSzp80T51PJIyTJGtJlr0XfRPmFI72mAr6YxtcDXtEWfU/3SOTkAK+cdrjDMaHZdW2p5 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] DPDK apps are now working on CentOS 6.4 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: Fri, 17 May 2013 14:29:27 -0000 Hello, 17/05/2013 16:06, Patrick Mahan : > I don't know (yet) why Fedora 14 would not > work while CentOS does when it looks like they have the same fixes. It's strange. I've already seen DPDK running on Fedora 14. > The only error I was the inability to mmap the HPET even though the kernel > config shows HPET_MMAP=y. You should try with the option --no-hpet. -- Thomas