RE: [PATCH v6 net-next] net: hyperv: Add attributes to show TX indirection table
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2020-07-21 21:54:50
Also in:
lkml, netdev
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2020-07-21 21:54:50
Also in:
lkml, netdev
-----Original Message----- From: Chi Song <redacted> Sent: Tuesday, July 21, 2020 12:59 AM To: Stephen Hemminger <stephen@networkplumber.org>; David Miller [off-list ref]; Haiyang Zhang [off-list ref]; KY Srinivasan [off-list ref]; Stephen Hemminger [off-list ref]; wei.liu@kernel.org; kuba@kernel.org; linux- hyperv@vger.kernel.org Cc: netdev@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 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 <redacted>
Thanks you! Reviewed-by: Haiyang Zhang <haiyangz@microsoft.com>