Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-25 Thread Roman Yeryomin
On 2017-10-22 23:57, Roman Yeryomin wrote: On 2017-10-16 00:05, David Miller wrote: From: Roman Yeryomin Date: Sun, 15 Oct 2017 19:46:02 +0300 On 2017-10-15 19:38, Florian Fainelli wrote: On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin wrote: TX

RE: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-22 Thread Roman Yeryomin
On 2017-10-16 15:59, David Laight wrote: From: Roman Yeryomin Sent: 15 October 2017 17:22 TX optimizations have led to ~15% performance increase (35->40Mbps) in local tx usecase (tested with iperf v3.2). Indicate which patches give the improvement. IIRC some just changed the source without

Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-22 Thread Roman Yeryomin
On 2017-10-16 00:05, David Miller wrote: From: Roman Yeryomin Date: Sun, 15 Oct 2017 19:46:02 +0300 On 2017-10-15 19:38, Florian Fainelli wrote: On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin wrote: TX optimizations have led to ~15% performance increase

RE: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-16 Thread David Laight
From: Roman Yeryomin > Sent: 15 October 2017 17:22 > TX optimizations have led to ~15% performance increase (35->40Mbps) > in local tx usecase (tested with iperf v3.2). Indicate which patches give the improvement. IIRC some just changed the source without changing what the code really did. (Not a

Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-15 Thread David Miller
From: Roman Yeryomin Date: Sun, 15 Oct 2017 19:46:02 +0300 > On 2017-10-15 19:38, Florian Fainelli wrote: >> On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin >> wrote: >>> TX optimizations have led to ~15% performance increase (35->40Mbps) >>> in local tx

Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-15 Thread Florian Fainelli
On October 15, 2017 9:46:02 AM PDT, Roman Yeryomin wrote: >On 2017-10-15 19:38, Florian Fainelli wrote: >> On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin >> wrote: >>> TX optimizations have led to ~15% performance increase (35->40Mbps) >>> in local tx usecase

Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-15 Thread Roman Yeryomin
On 2017-10-15 19:38, Florian Fainelli wrote: On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin wrote: TX optimizations have led to ~15% performance increase (35->40Mbps) in local tx usecase (tested with iperf v3.2). Could you avoid empty commit messages and write a paragraph

Re: [PATCH net-next 00/10] korina cleanups/optimizations

2017-10-15 Thread Florian Fainelli
On October 15, 2017 9:22:26 AM PDT, Roman Yeryomin wrote: >TX optimizations have led to ~15% performance increase (35->40Mbps) >in local tx usecase (tested with iperf v3.2). Could you avoid empty commit messages and write a paragraph or two for each commit that explains what and

[PATCH net-next 00/10] korina cleanups/optimizations

2017-10-15 Thread Roman Yeryomin
TX optimizations have led to ~15% performance increase (35->40Mbps) in local tx usecase (tested with iperf v3.2). Roman Yeryomin (10): net: korina: optimize korina_send_packet logic net: korina: reorder functions net: korina: introduce and use interrupt disable/enable helpers net: korina: