Hello,
I am thinking of the possibilities to port hyperscan to windows kernel.
As I am completely new to hyperscan, I would like to hear your thoughts around feasibility aspects of moving this library to windows kernel. If possible I would like to avoid sending all the packets from kernel to user mode.
- Is this a good idea, considering so much effort needed to move it to kernel?
- considering SIMD instructions are not supported in the kernel, what would be the performance loss without these instructions in the kernel
- any other thoughts.
Thanks.