Re: [PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table

2020-07-22 Thread Chi Song
On Tue, 21 Jul 2020, Florian Fainelli wrote: > On 7/21/20 12:21 PM, Jakub Kicinski wrote: > > On Tue, 21 Jul 2020 04:58:59 + Chi Song wrote: > >> An imbalanced TX indirection table causes netvsc to have low > >> performance. This table is created and managed during runtime. To help > >>

RE: [PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table

2020-07-21 Thread Haiyang Zhang
t...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: [PATCH v6 net-next] net: hyperv: Add attributes to show TX > indirection > table > > An imbalanced TX indirection table causes netvsc to have low performance. > This table is created and managed during runtime. To hel

Re: [PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table

2020-07-21 Thread Florian Fainelli
On 7/21/20 12:21 PM, Jakub Kicinski wrote: > On Tue, 21 Jul 2020 04:58:59 + Chi Song wrote: >> An imbalanced TX indirection table causes netvsc to have low >> performance. This table is created and managed during runtime. To help >> better diagnose performance issues caused by imbalanced

Re: [PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table

2020-07-21 Thread Jakub Kicinski
On Tue, 21 Jul 2020 04:58:59 + Chi Song wrote: > An imbalanced TX indirection table causes netvsc to have low > performance. This table is created and managed during runtime. To help > better diagnose performance issues caused by imbalanced tables, add > device attributes to show the content

[PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table

2020-07-20 Thread Chi Song
An imbalanced TX indirection table causes netvsc to have low performance. This table is created and managed during runtime. To help better diagnose performance issues caused by imbalanced tables, add device attributes to show the content of TX indirection tables. Signed-off-by: Chi Song --- v4: