[dpdk-dev] using dpdk without glibc

2014-02-23 Thread Stephen Hemminger
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

[dpdk-dev] using dpdk without glibc

2014-02-23 Thread Thomas Monjalon
Hi, 23/02/2014 11:48, Nulik Nol : > 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 doabl

[dpdk-dev] using dpdk without glibc

2014-02-23 Thread Nulik Nol
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