Re: [Intel-wired-lan] [PATCH iwl-next v7 2/2] ice: Implement 'flow-type ether' rules
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2024-02-14 23:47:48
Also in:
intel-wired-lan
From: Jacob Keller <jacob.e.keller@intel.com>
Date: 2024-02-14 23:47:48
Also in:
intel-wired-lan
On 2/12/2024 3:03 AM, Lukasz Plachno wrote:
+err_mask: + dev_warn(dev, "Only 00:00:00:00:00:00 or ff:ff:ff:ff:ff:ff MAC address mask is allowed for flow-type ether"); + return -EOPNOTSUPP; +} +
It would be nice if this message could be reported via extack over netlink... Ah.. well never mind its still only supported via ioctl. Thanks, Jake