[dpdk-dev] [PATCH] examples: fix duplicated lpm6 name

2016-06-15 Thread Thomas Monjalon
2016-06-13 11:43, Olivier Matz: > When starting the ip_fragmentation or ip_reassembly example > on several sockets, it fails. > > The name of the lpm6 table is the same on every socket, > resulting in a table creation failure (-EEXIST). The failure > appeared after: > commit f82f705b635d ("lpm: fi

[dpdk-dev] [PATCH] examples: fix duplicated lpm6 name

2016-06-13 Thread Olivier Matz
When starting the ip_fragmentation or ip_reassembly example on several sockets, it fails. The name of the lpm6 table is the same on every socket, resulting in a table creation failure (-EEXIST). The failure appeared after: commit f82f705b635d ("lpm: fix allocation of an existing object") Indeed,