From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f171.google.com (mail-wr0-f171.google.com [209.85.128.171]) by dpdk.org (Postfix) with ESMTP id 69BEE3B5 for ; Fri, 10 Feb 2017 05:30:34 +0100 (CET) Received: by mail-wr0-f171.google.com with SMTP id i10so98858874wrb.0 for ; Thu, 09 Feb 2017 20:30:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=1p+hi0QJb+w/TXIfPbv5mX3wy7twnXu8TH749RJJCZY=; b=QR4BGQJWVsWxdVuVWstp/iL82r5hNmHb/yexbS9251zlrvBDnG+tRjbberNtJGqsdP phhn3ljQzbHBYl3OyAM5J5oscLTOavSSjX/sxHwC93zaVt52mEb0h/09hwc6x2Q/PtX9 fFtBZuyZRol7SzWkWLwX6pWaIMKBkVVsaha6XaSCyPaUvH35nS4GiSaOtOhbx4XLWL2r cHWMeMeZiotNzSimv/f7yu2tIPnnmMgstXKKmR1z3X9/LxXCDo3WmoeZiFUbq8ALnK3D MgmpdLUsbzPCfXrmKYToa9b551e1iWTgRZHmFVg/mgDvCe99xWWw7bSE5tt5bGPJmiTZ PrBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=1p+hi0QJb+w/TXIfPbv5mX3wy7twnXu8TH749RJJCZY=; b=P2oj1cjJB8yf0R8pM5DUBRjFhBSuVZ42+TfIeWqDslhib0CbggO0bviVuLjGp9+hXj 67VjUwq0qEcVAil1eTguMIcUoTaDNqDj0e8itVaPX6ssBsOT0p/BFfKLqG/kZEAJHSdx E59Cn0dcgO0+oSBi/oLQkA4IFbnZtITExPyQE8tjtnqnFJ0zdDGihqFaXzjpcEyjwK84 SIPmNFOjkroY1hbvm0og3bWy6JidJY4aXoGOE4/3PL4t/Vi25w76KRbVxxs5cXY4uIZB 4UWfLe9r6MHGOAzVdBYYKjIHjjmSX9plCIvey2SmPfhyTCVEWrfDTIsnDp3K74buHQp4 zC7Q== X-Gm-Message-State: AMke39l6I4gTKFYkaBGSOKGmZU/qfPTo4knwUpxt9tg1jETULGGFuPIp5A/qkp0triRm90d/U+DMscUpYEaIAA== X-Received: by 10.223.175.36 with SMTP id z33mr5505744wrc.25.1486701033888; Thu, 09 Feb 2017 20:30:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.168.131 with HTTP; Thu, 9 Feb 2017 20:30:33 -0800 (PST) From: Sakthivel Subramaniam Date: Fri, 10 Feb 2017 10:00:33 +0530 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Regarding rte_malloc and linux malloc X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2017 04:30:34 -0000 Hi, I have some basic doubt about DPDK memory allocation. 1. rte_malloc will allocate memory from hugepage memory ? 2. If we use normal malloc, this will be allocated from heap. will this allocation also useful for dpdk? 3. Or for better performance we have to use only rte_malloc? Please provide your inputs. -- Thanks & Regards Sakthivel S