Re: [ovs-dev] [PATCH] lib/dpif-netdev: Clean-up pmd thread signaling.

2014-08-15 Thread Jarno Rajahalme
Pushed, Jarno On Aug 15, 2014, at 4:15 PM, Pravin Shelar wrote: > On Fri, Aug 15, 2014 at 3:17 PM, Jarno Rajahalme > wrote: >> It could be possible that the thread misses a signal when it reads the >> change_seq again after reload. Also, the counter has no dependent >> data, so the memory

Re: [ovs-dev] [PATCH] lib/dpif-netdev: Clean-up pmd thread signaling.

2014-08-15 Thread Pravin Shelar
On Fri, Aug 15, 2014 at 3:17 PM, Jarno Rajahalme wrote: > It could be possible that the thread misses a signal when it reads the > change_seq again after reload. Also, the counter has no dependent > data, so the memory model for the atomic read can be relaxed. > > Signed-off-by: Jarno Rajahalme

[ovs-dev] [PATCH] lib/dpif-netdev: Clean-up pmd thread signaling.

2014-08-15 Thread Jarno Rajahalme
It could be possible that the thread misses a signal when it reads the change_seq again after reload. Also, the counter has no dependent data, so the memory model for the atomic read can be relaxed. Signed-off-by: Jarno Rajahalme --- lib/dpif-netdev.c | 27 ++- 1 file