02.10.12, 11:13, "David Laight" <da...@l8s.co.uk>": > > It is plausibly possible to have the packet filter code call into > a loadable jit module (module registers a function pointer vector).
This is what I do already. > > Doing that will make testing easier. In general, yes, but it's not possible to unload the module at the moment. > > If you are looking at this BPF (I presume) jit code, are you aware that > the linux guys are busy adding new BPF codes? It's been around for a while but thanks for the reminder, they made some progress since I last looked at their code. Alex