Hi all,
Thanks for sharing the source codes!
I read through all codes in OvS, which copies packet headers in OvS datapath to a shared memory queue. And a userspace application (user_reader) reads these headers from the queue. Am I right?
Did you integrate your CPU codes (https://github.com/BlockLiu/ElasticSketchCode/tree/master/src/CPU) with OvS datapath?
Or is it separated into two stages to evaluate? and How this figure evaluated based on these codes?

Thanks a lot!
Yang