From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f52.google.com (mail-pb0-f52.google.com [209.85.160.52]) by dpdk.org (Postfix) with ESMTP id F04D858DD for ; Thu, 27 Mar 2014 10:47:13 +0100 (CET) Received: by mail-pb0-f52.google.com with SMTP id rr13so3233981pbb.25 for ; Thu, 27 Mar 2014 02:48:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Bx2SI3H50hGhkyClTVG7fhuIYY4YIJSLJ3xj1tLjaa4=; b=sly983qnHUJZZqDc10bu6qS2rGL+zVhFHaMsBvO43R7G3NuSL7gax4sBYKg08fOkMR tkgdz1H7eLYViOMJVrcf0/CgB1ds8ojxgwnOefC/vtfzq7g8tDdfYXUW0Q/v9Ln+S1RE x5Xsg4ckEGQhnYNydX0ZOVkBFsghli+BdnvB+L1tvbZvwVewB/l39DLfpGnA5Y2hGI0w IH1UOpvG63Lbu/ztUxV4VvmD1ayaY69AxTcuVP5VtiwtotKWWHHxK2piLAcSTO/B1R8u Ej0mlzpz5pZsdP6+ViYy1wWOC/3YU1oBgnWQfBl8mWNFBxjKBRlGBfLg/3p1g/Tnu4ha 9Yng== MIME-Version: 1.0 X-Received: by 10.66.252.135 with SMTP id zs7mr785286pac.13.1395913727111; Thu, 27 Mar 2014 02:48:47 -0700 (PDT) Received: by 10.70.19.200 with HTTP; Thu, 27 Mar 2014 02:48:47 -0700 (PDT) Date: Thu, 27 Mar 2014 18:48:47 +0900 Message-ID: From: Tetsuya Mukawa To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [dpdk-dev] Restriction of vhost sample application 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: Thu, 27 Mar 2014 09:47:14 -0000 Hi, I have a question about a vhost sample application. According to the documentation, it seems the application should run on 2MB huge pages. What is a reason the application can't support 1GB huge page? Thanks, Tetsuya Mukawa