On 2022/8/18 2:16, Jakub Kicinski wrote:
On Wed, 17 Aug 2022 22:35:36 +0800 Guangbin Huang wrote:Hi Jakub,
This series adds support for steering VxLAN flows using the ethtool NFC
interface, and implements it for hns3 devices.
Why can't TC be used for this? Let's not duplicate the same
functionality in two places, TC flower can already match on
tunnel headers.
.
1. I check the manual and implement of TC flower, it doesn't seems
to support configuring flows steering to a specific queue.