hi,when i read the codes of suricata,i found a problem ,the module of suricata is multithread, the thread of receiveing pakcets use memcpy  function to EVERY pakcet, and this will make suricata slower, can when we use zero copy tech to erase memcp in the next release ?<br>
<br>codes like the following:<br><br>in source-pcap.c/ReceivePcap/PcapCallback  function<br><br>  memcpy(p->pkt, pkt, p->pktlen);<br>