Re: [ovs-dev] [PATCH] ovs-rcu: Add new ovsrcu_index type.

2016-08-03 Thread Loftus, Ciara
> > With RCU in Open vSwitch it's very easy to protect objects accessed by > a pointer, but sometimes a pointer is not available. > > One example is the vhost id for DPDK 16.07. Until DPDK 16.04 a pointer > was used to access a vhost device with RCU semantics. From DPDK 16.07 > an integer id (w

Re: [ovs-dev] [PATCH] ovs-rcu: Add new ovsrcu_index type.

2016-08-03 Thread Jarno Rajahalme
Looks good to me, Acked-by: Jarno Rajahalme > On Aug 2, 2016, at 5:03 PM, Daniele Di Proietto > wrote: > > With RCU in Open vSwitch it's very easy to protect objects accessed by > a pointer, but sometimes a pointer is not available. > > One example is the vhost id for DPDK 16.07. Until DPDK

Re: [ovs-dev] [PATCH] ovs-rcu: Add new ovsrcu_index type.

2016-08-03 Thread Daniele Di Proietto
Applied to master, thanks! On 03/08/2016 15:00, "Jarno Rajahalme" wrote: >Looks good to me, > >Acked-by: Jarno Rajahalme > >> On Aug 2, 2016, at 5:03 PM, Daniele Di Proietto >> wrote: >> >> With RCU in Open vSwitch it's very easy to protect objects accessed by >> a pointer, but sometimes a