Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-04 Thread Aniroop Mathur
On Mon, Jan 4, 2016 at 2:22 PM, Benjamin Tissoires wrote: > On Mon, Jan 4, 2016 at 8:50 AM, Aniroop Mathur wrote: >> On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: >>> >>> On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: >>> > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop

Re: Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-04 Thread Benjamin Tissoires
On Mon, Jan 4, 2016 at 8:50 AM, Aniroop Mathur wrote: > On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: >> >> On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: >> > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: >> > > This patch introduces concept to drop partial

Re: Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-04 Thread Benjamin Tissoires
On Mon, Jan 4, 2016 at 8:50 AM, Aniroop Mathur wrote: > On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: >> >> On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: >> > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: >> >

Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-04 Thread Aniroop Mathur
On Mon, Jan 4, 2016 at 2:22 PM, Benjamin Tissoires wrote: > On Mon, Jan 4, 2016 at 8:50 AM, Aniroop Mathur wrote: >> On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: >>> >>> On Sat, Jan 02, 2016 at 08:39:21PM -0800,

Re: Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-03 Thread Aniroop Mathur
On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: > > On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: > > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > > > This patch introduces concept to drop partial events in evdev handler > > > itself after emptying the

Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-03 Thread Peter Hutterer
On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > > This patch introduces concept to drop partial events in evdev handler > > itself after emptying the buffer which are dropped by all evdev > > clients in userspace

Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-03 Thread Peter Hutterer
On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > > This patch introduces concept to drop partial events in evdev handler > > itself after emptying the buffer which are dropped by all evdev > > clients in userspace

Re: Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-03 Thread Aniroop Mathur
On Jan 4, 2016 5:08 AM, "Peter Hutterer" wrote: > > On Sat, Jan 02, 2016 at 08:39:21PM -0800, Dmitry Torokhov wrote: > > On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > > > This patch introduces concept to drop partial events in evdev handler > > >

Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-02 Thread Dmitry Torokhov
On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > This patch introduces concept to drop partial events in evdev handler > itself after emptying the buffer which are dropped by all evdev > clients in userspace after SYN_DROPPED occurs. > This in turn saves space of partial events in

Re: [PATCH] Input: evdev - drop partial events after emptying the buffer

2016-01-02 Thread Dmitry Torokhov
On Thu, Dec 31, 2015 at 03:36:47AM +0530, Aniroop Mathur wrote: > This patch introduces concept to drop partial events in evdev handler > itself after emptying the buffer which are dropped by all evdev > clients in userspace after SYN_DROPPED occurs. > This in turn saves space of partial events in

[PATCH] Input: evdev - drop partial events after emptying the buffer

2015-12-30 Thread Aniroop Mathur
This patch introduces concept to drop partial events in evdev handler itself after emptying the buffer which are dropped by all evdev clients in userspace after SYN_DROPPED occurs. This in turn saves space of partial events in evdev handler buffer and reduces evdev client reading requests.

[PATCH] Input: evdev - drop partial events after emptying the buffer

2015-12-30 Thread Aniroop Mathur
This patch introduces concept to drop partial events in evdev handler itself after emptying the buffer which are dropped by all evdev clients in userspace after SYN_DROPPED occurs. This in turn saves space of partial events in evdev handler buffer and reduces evdev client reading requests.