Go to file
Thomas Monjalon 8cf61ec829 eal/linux: fix build
Compilation fails in some distributions because of missing unistd.h
needed for pread/pwrite (seen with Suse):
	lib/librte_eal/linuxapp/eal/eal_pci_uio.c:62:2:
	error: implicit declaration of function ‘pread’

Fixes: 4a499c6495 ("eal/linux: enable uio_pci_generic support")

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
2015-03-03 23:21:33 +01:00
app app/testpmd: fix crash when portmask is specified 2015-02-28 00:24:32 +01:00
config null: new poll mode driver 2015-02-26 00:31:45 +01:00
doc app/testpmd: support port hotplug 2015-02-26 00:20:43 +01:00
examples examples/l2fwd-jobstats: add new example 2015-02-25 10:23:31 +01:00
lib eal/linux: fix build 2015-03-03 23:21:33 +01:00
mk mlx4: new poll mode driver 2015-02-25 16:07:57 +01:00
pkg version: 1.8.0 2014-12-20 00:38:39 +01:00
scripts scripts: check features to generate configuration header 2015-02-25 16:06:12 +01:00
tools tools: enable binding device to uio_pci_generic 2015-02-20 23:34:44 +01:00
.gitignore init DPDK repository 2013-03-07 10:57:42 +01:00
GNUmakefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00
LICENSE.GPL doc: GPL/LGPL licenses 2013-07-25 14:43:06 +02:00
LICENSE.LGPL doc: fix file format (dos to unix) 2013-09-06 11:43:07 +02:00
MAINTAINERS null: new poll mode driver 2015-02-26 00:31:45 +01:00
Makefile remove trailing whitespaces 2014-06-11 00:29:34 +02:00