From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-x230.google.com (mail-ie0-x230.google.com [IPv6:2607:f8b0:4001:c03::230]) by dpdk.org (Postfix) with ESMTP id 743205925 for ; Sun, 23 Feb 2014 18:47:21 +0100 (CET) Received: by mail-ie0-f176.google.com with SMTP id rd18so2671407iec.7 for ; Sun, 23 Feb 2014 09:48:47 -0800 (PST) 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=NXs1RyxEevu4qsyWvxVW58EgOTVjsnUCpunWCi+oQb0=; b=Gif9wbqjy8tjsXBQmOnw2XUNxKvtE5R75AtAOyy0BHGs1SJswn6Ntd9GKe3L9PBNqY wm8YE1L5tm23yoPrTr8JwIFkwtpvxsER8cCVImt5iDWPprl7eV21p2MBD0FoVm9o/Y+o yTZT9L28oiM1HqMFFGy/VIGSCbPNdeNQSXR5d9RFCYsadU23xLbNsjftL10CSQbjzQ65 Q/0JHRSYnAZU0g2guawJYpi7cL3OcvyBqyRwMbnFt6LXccw87/z90L8Vf9pxx5CHrcuz HOFUi+gA8+VjtcxGmJdZasYjNx5y9uNqTKy8TCy3OZg+FaN1G0mrCPWL7bYLIL+oHmxP pKjQ== MIME-Version: 1.0 X-Received: by 10.50.93.106 with SMTP id ct10mr10000146igb.21.1393177726867; Sun, 23 Feb 2014 09:48:46 -0800 (PST) Received: by 10.64.172.137 with HTTP; Sun, 23 Feb 2014 09:48:46 -0800 (PST) Date: Sun, 23 Feb 2014 11:48:46 -0600 Message-ID: From: Nulik Nol To: dev@dpdk.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [dpdk-dev] using dpdk without glibc 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: Sun, 23 Feb 2014 17:47:21 -0000 Hi, I need to develop an application to forward packets, but it must not use GLIBC. It will not have malloc(), printf() and other functions except syscalls. What files should I copy from DPDK distribution that would allow me to manage the rings ? Is this doable or it will require rewriting all the code, and probably I should write my own light DPDK for this purpose ? Thanks in advance Nulik