Jérôme Jutteau
Jérôme Jutteau
we can init mempool global variable at pg_init time and use it instead of always check if mempool is created during pg_get_mempool. * call pg_alloc_mempool() at pg_init() * rename extern...
We must test that having a lot of edge on one side does not impact performances of some bricks like switch or vtep
We often access to bricks structures so it would be great to have packetgraph allocation on the correct numa node. We should try using [rte_malloc](http://dpdk.org/doc/api/rte__malloc_8h.html) or [jemalloc](http://jemalloc.net/) and study what...
Because it should have never landed here. Replace it by a ring.
The idea is to provide a simple filter to let only certain types of packets in a graph's branch. We can have two types of approaches: - Have a vtep-like...
We building some rules with a firewall, some rules does not compile: - "" -> ok - "( )" -> fail - "icmp" -> ok - "ip proto icmp" ->...
We should manage IP fragmentation (with [dpdk](http://dpdk.org/doc/guides-16.04/prog_guide/ip_fragment_reassembly_lib.html) ?)
Show VXLAN headers (vxlan id) in print brick and call printer_eth() again to show vxlan payload