]> git.ipfire.org Git - thirdparty/suricata.git/commit
pfring pkt acq: use zero-copy recv in workers runmode
authorcardigliano <cardigliano@ntop.org>
Wed, 21 Oct 2015 23:26:54 +0000 (01:26 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 22 Oct 2015 08:12:47 +0000 (10:12 +0200)
commitc4850c1d8fa8e1902141b92766d2f41e35ebbb0c
tree69557e8ba7e84e3f23702a76fb740082aad9380e
parentd88e1334283b37ee2c3d409d38632062d261c67e
pfring pkt acq: use zero-copy recv in workers runmode

This patch removes packet copy when suricata is running in workers runmode,
packet copy is not needed in this case since packets are processed in sequence.
src/source-pfring.c