On 11/18/25 3:45 PM, Michael S. Tsirkin wrote: > On Tue, Nov 18, 2025 at 08:39:00AM -0600, Daniel Jurgens wrote: >> Implement support for IPV6_USER_FLOW type rules. >> >> Example: >> $ ethtool -U ens9 flow-type ip6 src-ip fe80::2 dst-ip fe80::4 action 3 >> Added rule with ID 0 >> >> The example rule will forward packets with the specified source and >> destination IP addresses to RX ring 3. >> >> Signed-off-by: Daniel Jurgens <[email protected]> >> Reviewed-by: Parav Pandit <[email protected]> >> Reviewed-by: Shahar Shitrit <[email protected]> >> Reviewed-by: Xuan Zhuo <[email protected]> > > > I find it weird that this does not modify setup_eth_hdr_key_mask > > So it still hardcodes ETH_P_IP for all IP flows? > For IPv6, should it not use ETH_P_IPV6 instead? > > how does it work? >
Your right, it's works because our controller use that field. Will fix it.
