From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51])
 by dpdk.org (Postfix) with ESMTP id 7355C2BD7
 for <dev@dpdk.org>; Thu, 24 Mar 2016 22:04:43 +0100 (CET)
Received: by mail-wm0-f51.google.com with SMTP id u125so1736664wmg.1
 for <dev@dpdk.org>; Thu, 24 Mar 2016 14:04:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding;
 bh=A1iL6mADMkONPL7DAf93lx5rtuivBYwaCpaHE0ah9fI=;
 b=MsvNy/R/51a39+LKmiJJQghZPkyjCBZi2pVsiTWqxg7rIJwilE/GvL+q4kCoXj9d+5
 qyGhkKR6Uoi16mdhj1FeuRX5FqHI5uiJRLGlEc3qJNVvbTLR2Ndp9VVj+CWialjHuKwA
 Drs+1UGIL25PKsdVfa4tSC3MLocamrZr7mOTM9LYwZDootONTAhyP839b0R4PBczSn9k
 +GQaAmA8yp1Al2/iZ71RZLKmJypOhfGdFhDvoBc306iHtREVQzELSQD0jOXwMlZdPTt5
 DjMdDzvrT5bawHVt8JD6p9E018hbECdve3MPE5xhY/VrukdGpw7i+tLDMXXnD6XP3gRt
 0gEg==
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;
 bh=A1iL6mADMkONPL7DAf93lx5rtuivBYwaCpaHE0ah9fI=;
 b=VxUURe12D/mbDV56l51DfRKEpLlDfHfQ7EHU1tb1lbNlMS3S47uPmEUFsg4QwTOzYW
 CpuuycOw5bG+QZl/B2hCIJrzVFE3fqLACGB3CnynM+Vr6/HQLFb/SaecanEuPQz9ox7N
 d4wTt/2LxsIkDFf/lU/1Yvr3UbGOn6GwbW9sXfhoovafwBZM4m1F8G1aAFPWjnLM5sRm
 zgfttIW8WZPC2mO0FXzTelNraAJs0x1I8E9XZIC/UIu4K0yJpVLOgiF7kCtOvPKKtx3l
 dh+tzdF/Wwjq2jqM+ZpH5+fi+wz0VSqikwIh9vmSx9LkObL1iXwCfvcKjHBtj5VRDFi9
 Ln8A==
X-Gm-Message-State: AD7BkJJSYErCmWo20rn6FiZMWlbqo/UTrmODJTVAv3oaIh5DLf53UTrIAqdvTk+K0VdEwBJX
X-Received: by 10.28.100.4 with SMTP id y4mr12995679wmb.66.1458853483268;
 Thu, 24 Mar 2016 14:04:43 -0700 (PDT)
Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91])
 by smtp.gmail.com with ESMTPSA id w15sm215204wmd.10.2016.03.24.14.04.42
 (version=TLSv1/SSLv3 cipher=OTHER);
 Thu, 24 Mar 2016 14:04:42 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Jerin Jacob <jerin.jacob@caviumnetworks.com>
Cc: dev@dpdk.org
Date: Thu, 24 Mar 2016 22:02:58 +0100
Message-ID: <1715552.T8F5tGoGcb@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <1457957732-24066-1-git-send-email-jerin.jacob@caviumnetworks.com>
References: <1457957732-24066-1-git-send-email-jerin.jacob@caviumnetworks.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Subject: Re: [dpdk-dev] [PATCH 0/2] tools/setup.sh fixes
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Mar 2016 21:04:43 -0000

2016-03-14 17:45, Jerin Jacob:
> - added support to work with systems other than 2MB page size
> - added support to work with built-in kernel modules
> 
> 
> Jerin Jacob (2):
>   tools/setup.sh: remove 2MB huge page size hard-cording
>   tools/setup.sh: Support built-in kernel modules

Applied, thanks