RE: [PATCH net-next] net: hyperv: Add attributes to show RX/TX indirection table
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2020-07-17 17:00:03
Also in:
linux-hyperv
From: Haiyang Zhang <haiyangz@microsoft.com>
Date: 2020-07-17 17:00:03
Also in:
linux-hyperv
-----Original Message----- From: David Miller <davem@davemloft.net> Sent: Friday, July 17, 2020 12:56 PM To: Haiyang Zhang <haiyangz@microsoft.com> Cc: stephen@networkplumber.org; Chi Song <redacted>; KY Srinivasan [off-list ref]; Stephen Hemminger [off-list ref]; wei.liu@kernel.org; kuba@kernel.org; ast@kernel.org; daniel@iogearbox.net; kafai@fb.com; songliubraving@fb.com; yhs@fb.com; andriin@fb.com; john.fastabend@gmail.com; kpsingh@chromium.org; linux-hyperv@vger.kernel.org; netdev@vger.kernel.org Subject: Re: [PATCH net-next] net: hyperv: Add attributes to show RX/TX indirection table From: Haiyang Zhang <haiyangz@microsoft.com> Date: Fri, 17 Jul 2020 16:18:11 +0000quoted
Also in some minimal installation, "ethtool" may not always be installed.This is never an argument against using the most well suited API for exporting information to the user. You can write "minimal" tools that just perform the ethtool netlink operations you require for information retrieval, you don't have to have the ethtool utility installed.
This option is being considered by us as well. Thanks, - Haiyang