| 1234567891011 | This patch uses the Berkeley Packet Filter (BPF) feature so that thekernel only hands packets to a vblade process when they match itsshelf and slot address.Without this patch, each vblade process would be woken up only todiscard an AoE packet destined for a different vblade running on thesame host.This patch currently introduces a build dependency on the headers fromlibpcap.  Usually a Linux distribution will include these headers in apackage with a name something like "libpcap-dev".
 |