Re: [dpdk-dev] [PATCH v5 0/2] ethdev: make rte_flow API thread safe

2020-10-15 Thread Thomas Monjalon
15/10/2020 03:07, Suanming Mou: > Currently, the rte_flow functions are not defined as thread safe. > DPDK applications either call the functions in single thread or add > locks around the functions for the critical section. > > For PMDs support the flow operations thread safe natively, the > redu

[dpdk-dev] [PATCH v5 0/2] ethdev: make rte_flow API thread safe

2020-10-14 Thread Suanming Mou
Currently, the rte_flow functions are not defined as thread safe. DPDK applications either call the functions in single thread or add locks around the functions for the critical section. For PMDs support the flow operations thread safe natively, the redundant protection in application hurts the pe