Jérôme Jutteau

Results 91 issues of 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...

core

We must test that having a lot of edge on one side does not impact performances of some bricks like switch or vtep

core
vtep
switch

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...

core
perf

Because it should have never landed here. Replace it by a ring.

firewall
perf

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...

wall

We building some rules with a firewall, some rules does not compile: - "" -> ok - "( )" -> fail - "icmp" -> ok - "ip proto icmp" ->...

bug

We should manage IP fragmentation (with [dpdk](http://dpdk.org/doc/guides-16.04/prog_guide/ip_fragment_reassembly_lib.html) ?)

nic

Show VXLAN headers (vxlan id) in print brick and call printer_eth() again to show vxlan payload

print