From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f177.google.com (mail-vc0-f177.google.com [209.85.220.177]) by dpdk.org (Postfix) with ESMTP id 30400594F for ; Mon, 24 Feb 2014 07:10:07 +0100 (CET) Received: by mail-vc0-f177.google.com with SMTP id if11so5265837vcb.8 for ; Sun, 23 Feb 2014 22:11:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TAqObqGm3N3meeExLk7tN+N9aQ04Y25u8V1BQv3llFg=; b=jpIdFK6xjXrmNUmTmY3rg3nEZHLGK1O1dk8GmOYrJTtCvVekB9xhjRURvrFhIMpwwq AggpMF/CceqmjBpdY6ZuFTOj9dyhJmBZwkOEujJ7LIy2pWWhaM+sX+B1vwARYFcqS8Y0 osAgfCJk1vW4KUDJA7PSL0VINkBsNSWyKGSdgiK76xBEqldfejiC/fhrxpmY5pjC7ofx kz46QfnUyikmBqtwq3rB5o4HVXqZTROWwHuxatDeCtTrqChJDGwZAewju0+ROgOiLWf8 KrvMtRlnnYOWzL89Lww55Bial1bnEqjoItESQ96BllhMKs870MYPC+1wg7F8VBMeKlXk W6fA== X-Gm-Message-State: ALoCoQnSPdJ73gkrLbMHUbg3RJGIwW0p/EYAuJ9mF3RBFnphgvYcEEXdpvhsOWYbdIyqMieMOjco MIME-Version: 1.0 X-Received: by 10.220.175.198 with SMTP id bb6mr11443654vcb.31.1393222292959; Sun, 23 Feb 2014 22:11:32 -0800 (PST) Received: by 10.220.166.212 with HTTP; Sun, 23 Feb 2014 22:11:32 -0800 (PST) In-Reply-To: References: Date: Sun, 23 Feb 2014 22:11:32 -0800 Message-ID: From: Stephen Hemminger To: Nulik Nol Content-Type: text/plain; charset=ISO-8859-1 Cc: "dev@dpdk.org" Subject: Re: [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: Mon, 24 Feb 2014 06:10:07 -0000 If the restriction is size based, have you looked at the smaller libc variants used in embedded world? If the restriction is a legal issue, you need to find a different lawyer... On Sun, Feb 23, 2014 at 9:48 AM, Nulik Nol wrote: > 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