Re: [PATCH] relay: Use per CPU constructs for the relay channel buffer pointers

2016-08-11 Thread Chris Wilson
On Thu, Aug 11, 2016 at 12:35:40PM +0530, akash.g...@intel.com wrote: > From: Akash Goel > > relay essentially needs to maintain the per CPU array of channel buffer > pointers but it manually creates that array. > Instead its better to avail the per CPU constructs, provided by the > kernel, to al

[PATCH] relay: Use per CPU constructs for the relay channel buffer pointers

2016-08-10 Thread akash . goel
From: Akash Goel relay essentially needs to maintain the per CPU array of channel buffer pointers but it manually creates that array. Instead its better to avail the per CPU constructs, provided by the kernel, to allocate & access the array of pointer to channel buffers. Cc: Chris Wilson Cc: Tv