aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pf_ring
AgeCommit message (Collapse)Author
2010-11-06libpfring: update SVN revision to 4384Roman Khimov
I guess it should be in sync with pf-ring kernel module as using module revision 4384 with lib revision 4326 results in "mmap() failed" message on tcpdump (using patched libpcap to support pf_ring) exit. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-11-06pf-ring: update to r4384 to fix `pf_ring.c:329:3: error: implicit ↵Paul Menzel
declaration of function 'vmalloc_32'` Task `compile` failed with the following error. […] | /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvmalloc': | /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:3: error: implicit declaration of function 'vmalloc_32' | /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:329:7: warning: assignment makes pointer from integer without a cast | /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c: In function 'rvfree': | /oe/build-minimal-eglibc/minimal-dev/work/beagleboard-oe-linux-gnueabi/pf-ring-4.4.0+svnr4326-r90/kernel/pf_ring.c:377:3: error: implicit declaration of function 'vfree' […] Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "8fc09c071a6fba0766c3b002209c758572298d26" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101103" TARGET_FPU = "hard" Updating to revision 4384 fixes the problem. It was build tested with `minimal`, `minimal-uclibc`, `angstrom-2008.1` and `angstrom-2010.x` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05libpfring: remove deprecated patch optionsRoman I Khimov
Sorry, didn't check this one when picking from local branch. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2010-08-05pf_ring: add recipes for PF_RING kernel module and userspace libraryRoman I Khimov
PF_RING is a new type of network socket that dramatically improves the packet capture speed. Signed-off-by: Roman I Khimov <khimov@altell.ru>