Re: USB CDC performance test

2022-03-07 Thread Mithran B
On Mon, 7 Mar 2022 at 13:20, Greg KH wrote: > On Mon, Mar 07, 2022 at 01:08:28PM +0530, Mithran B wrote: > > On Fri, 4 Mar 2022 at 20:31, Greg KH wrote: > > > > > On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > > > > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > > > > > > > > > On

Re: USB CDC performance test

2022-03-06 Thread Greg KH
On Mon, Mar 07, 2022 at 01:08:28PM +0530, Mithran B wrote: > On Fri, 4 Mar 2022 at 20:31, Greg KH wrote: > > > On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > > > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > > > > > > > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: >

Re: USB CDC performance test

2022-03-06 Thread Mithran B
On Fri, 4 Mar 2022 at 20:31, Greg KH wrote: > On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > > > > > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > > > > Hello, > > > > > > > > In Host and Gadget systems, enabled the

Re: USB CDC performance test

2022-03-04 Thread Jeffrey Walton
On Fri, Mar 4, 2022 at 9:37 AM Mithran B wrote: > > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: >> >> On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: >> > Hello, >> > >> > In Host and Gadget systems, enabled the USB CDC drivers. >> > Then nodes are created as /dev/ttyAcm0 and

Re: USB CDC performance test

2022-03-04 Thread Greg KH
On Fri, Mar 04, 2022 at 08:06:55PM +0530, Mithran B wrote: > On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > > > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > > > Hello, > > > > > > In Host and Gadget systems, enabled the USB CDC drivers. > > > Then nodes are created as /dev/ttyAcm0

Re: USB CDC performance test

2022-03-04 Thread Mithran B
On Fri, 4 Mar 2022 at 19:48, Greg KH wrote: > On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > > Hello, > > > > In Host and Gadget systems, enabled the USB CDC drivers. > > Then nodes are created as /dev/ttyAcm0 and /dev/ttyGs0. > > Then opened the nodes and write and read back the

Re: USB CDC performance test

2022-03-04 Thread Greg KH
On Fri, Mar 04, 2022 at 04:27:50PM +0530, Mithran B wrote: > Hello, > > In Host and Gadget systems, enabled the USB CDC drivers. > Then nodes are created as /dev/ttyAcm0 and /dev/ttyGs0. > Then opened the nodes and write and read back the data. > It is working. > > I want to test the performance

USB CDC performance test

2022-03-04 Thread Mithran B
Hello, In Host and Gadget systems, enabled the USB CDC drivers. Then nodes are created as /dev/ttyAcm0 and /dev/ttyGs0. Then opened the nodes and write and read back the data. It is working. I want to test the performance of this interface and drivers. Do we have any utility for this? How to do