[dpdk-dev] Safe practices for adding to rte_table_hash_lru

2014-09-25 Thread Gray, Mark D
> > Hey guys >Is it safe to add an entry to the rte_table_hash while the pipeline is > being > run - for instance if I were to try and add an entry on a port reader action > when the packet enters the pipeline? If the table is part of the pipeline, it is not safe. i.e. the table is not thre

[dpdk-dev] Safe practices for adding to rte_table_hash_lru

2014-09-24 Thread Saha, Avik (AWS)
Hey guys Is it safe to add an entry to the rte_table_hash while the pipeline is being run - for instance if I were to try and add an entry on a port reader action when the packet enters the pipeline? Thanks Avik

[dpdk-dev] Safe practices for adding to rte_table_hash_lru

2014-09-24 Thread Neil Horman
On Wed, Sep 24, 2014 at 07:38:49PM +, Saha, Avik (AWS) wrote: > Hey guys >Is it safe to add an entry to the rte_table_hash while the pipeline is > being run - for instance if I were to try and add an entry on a port reader > action when the packet enters the pipeline? > > Thanks > Avik >