Hi Neil, 28/03/2014 21:32, Neil Horman : > The libpcap library has had the ability to send packets since 2004, theres > really no need to test for it. Especially in the way dpdk is doing as, as > according to the libpcap git tree pcap_sendpacket has never been a #define, > and dpdk tests for its existance with an #ifdef. Its easier just to remove > the test entirely > > Signed-off-by: Neil Horman <nhorman at tuxdriver.com>
A similar patch is already applied on HEAD: http://dpdk.org/browse/dpdk/commit/?id=2a315d698510e7b33 -- Thomas