net: ethtool add VxLAN to the NFC API
From: | Guangbin Huang <huangguangbin2-AT-huawei.com> | |
To: | <davem-AT-davemloft.net>, <kuba-AT-kernel.org>, <idosch-AT-nvidia.com>, <linux-AT-rempel-privat.de>, <mkubecek-AT-suse.cz> | |
Subject: | [PATCH net-next 0/2] net: ethtool add VxLAN to the NFC API | |
Date: | Wed, 17 Aug 2022 22:35:36 +0800 | |
Message-ID: | <20220817143538.43717-1-huangguangbin2@huawei.com> | |
Cc: | <netdev-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org>, <lipeng321-AT-huawei.com>, <shenjian15-AT-huawei.com>, <huangguangbin2-AT-huawei.com> | |
Archive-link: | Article |
This series adds support for steering VxLAN flows using the ethtool NFC interface, and implements it for hns3 devices. Guangbin Huang (2): net: ethtool: add VxLAN to the NFC API net: hns3: support set/get VxLAN rule of rx flow director by ethtool .../hisilicon/hns3/hns3pf/hclge_main.c | 272 +++++++++++++++++- .../hisilicon/hns3/hns3pf/hclge_main.h | 2 + include/uapi/linux/ethtool.h | 48 ++++ 3 files changed, 319 insertions(+), 3 deletions(-) -- 2.33.0