[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH net-next 2/4] xen-netback: add control protocol implementation
> -----Original Message----- > From: David Miller [mailto:davem@xxxxxxxxxxxxx] > Sent: 07 May 2016 20:09 > To: Paul Durrant > Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx; netdev@xxxxxxxxxxxxxxx; Wei Liu > Subject: Re: [PATCH net-next 2/4] xen-netback: add control protocol > implementation > > From: Paul Durrant <paul.durrant@xxxxxxxxxx> > Date: Thu, 5 May 2016 12:19:28 +0100 > > > +struct xenvif_hash_cache { > > + rwlock_t lock; > > You really don't want to lock on every SKB hash computation like > this, turn this into a spin lock for locking the write side and > use RCU locking for lookup and usage. > Yes, that would be better. Will do. Cheers, Paul > THanks. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |