<div dir="ltr"><div>hi:</div><div>I have two ideas to handle the packet. </div><div>1.I allocate  a memory pool and mmap into userspace, when packet is coming, I copy packet into the memory pool, then, userspace can access it. </div>
<div>2.When packet is coming , I mmap the data of packet into userspace every time, then userspace can access this packet.</div><div><br></div><div>Which one is better, why?</div></div>