Jan. 28, 2016
6:17 p.m.
Hi All, I have to write a kernel module in which I have to capture packets from 10g nic interface and make a copy of them. I have two options Either use netfilters Either use add dev pack If any options u thing please let me know. Should the module be multi threaded? As I can't compromise with performance. Can I bind kernel threads to specific core? Regards