RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-19 Thread Felipe Balbi
Hi, Jerry Huang writes: >> >> Jerry Huang writes: >> >> >> there's no need for that. This patch is in good format. I do have >> >> >> a question, >> >> >> however: how do you know this will work for all users? Burst size >> >> >> is a function of how

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-19 Thread Jerry Huang
Bhagat > <rajesh.bha...@nxp.com> > Subject: RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type > > > Hi, > > Jerry Huang <jerry.hu...@nxp.com> writes: > > Hi, Balbi, > >> -Original Message- > >> From: Felipe Balbi [mailto:ba...

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-16 Thread Felipe Balbi
> Cc: linux-usb@vger.kernel.org; linux-ker...@vger.kernel.org; Rajesh Bhagat >> <rajesh.bha...@nxp.com> >> Subject: RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type >> >> >> Hi, >> >> Jerry Huang <jerry.hu...@nxp.com> writes: >

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-16 Thread Jerry Huang
Bhagat > <rajesh.bha...@nxp.com> > Subject: RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type > > > Hi, > > Jerry Huang <jerry.hu...@nxp.com> writes: > >> there's no need for that. This patch is in good format. I do have a > >> question

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-16 Thread Felipe Balbi
Hi, Jerry Huang writes: >> there's no need for that. This patch is in good format. I do have a question, >> however: how do you know this will work for all users? Burst size is a >> function >> of how wide the interconnect where dwc3 is attached to, is. > So I need to

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-16 Thread Jerry Huang
ker...@vger.kernel.org; Rajesh Bhagat > <rajesh.bha...@nxp.com> > Subject: RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type > > > Hi, > > Jerry Huang <jerry.hu...@nxp.com> writes: > >> -Original Message- > >> From: Changming

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-16 Thread Felipe Balbi
linux-ker...@vger.kernel.org; Jerry Huang >> <jerry.hu...@nxp.com>; Rajesh Bhagat <rajesh.bha...@nxp.com> >> Subject: [PATCH] USB3/DWC3: Enable undefined length INCR burst type >> >> While enabling undefined length INCR burst type and INCR16 burst type,

RE: [PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-15 Thread Jerry Huang
p.com>; Rajesh Bhagat <rajesh.bha...@nxp.com> > Subject: [PATCH] USB3/DWC3: Enable undefined length INCR burst type > > While enabling undefined length INCR burst type and INCR16 burst type, get > better write performance on NXP Layerscape platform: > around 3% improveme

[PATCH] USB3/DWC3: Enable undefined length INCR burst type

2016-12-13 Thread Changming Huang
While enabling undefined length INCR burst type and INCR16 burst type, get better write performance on NXP Layerscape platform: around 3% improvement (from 364MB/s to 375MB/s). Signed-off-by: Changming Huang Signed-off-by: Rajesh Bhagat ---