Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-29 Thread Pintu Kumar
On Thu, Sep 28, 2017 at 11:46 PM, Pintu Kumar wrote: > On Thu, Sep 28, 2017 at 11:41 PM, Pintu Kumar wrote: >> On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: >>> On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: On 09/26/2017 11:08 AM, Pintu Agarwal wrote: > > This is a te

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-28 Thread Pintu Kumar
On Thu, Sep 28, 2017 at 11:41 PM, Pintu Kumar wrote: > On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: >> On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: >>> On 09/26/2017 11:08 AM, Pintu Agarwal wrote: This is a test utility to verify ION buffer sharing in user space be

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-28 Thread Pintu Kumar
On Wed, Sep 27, 2017 at 7:54 PM, Pintu Kumar wrote: > On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: >> On 09/26/2017 11:08 AM, Pintu Agarwal wrote: >>> >>> This is a test utility to verify ION buffer sharing in user space >>> between 2 independent processes. >>> It uses unix domain socket

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-27 Thread Pintu Kumar
On Wed, Sep 27, 2017 at 12:52 AM, Laura Abbott wrote: > On 09/26/2017 11:08 AM, Pintu Agarwal wrote: >> >> This is a test utility to verify ION buffer sharing in user space >> between 2 independent processes. >> It uses unix domain socket as IPC to transfer an FD to another process >> and install

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-26 Thread Laura Abbott
On 09/26/2017 11:08 AM, Pintu Agarwal wrote: This is a test utility to verify ION buffer sharing in user space between 2 independent processes. It uses unix domain socket as IPC to transfer an FD to another process and install it. This utility demonstrates how ION buffer sharing can be implement

Re: [PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-26 Thread Pintu Kumar
Hi All, Please review this patch and provide your feedback. Since 2012, I have used these utility to verify ION buffer sharing between 2 different process using various heaps. But I never thought (or got a chance) of contributing it to mainline. Now I made it working for PC (x86) and thought it mi

[PATCH 1/1] [tools]: android/ion: userspace test utility for ion buffer sharing

2017-09-26 Thread Pintu Agarwal
This is a test utility to verify ION buffer sharing in user space between 2 independent processes. It uses unix domain socket as IPC to transfer an FD to another process and install it. This utility demonstrates how ION buffer sharing can be implemented between two user space processes, using vari