From: Maxime Chevallier <[email protected]> Date: Thu, 27 Jun 2019 10:52:26 +0200
> When parsing an ethtool_rx_flow_spec, users can specify an ethernet flow > which could contain matches based on the ethernet header, such as the > MAC address, the VLAN tag or the ethertype. > > ETHER_FLOW uses the src and dst ethernet addresses, along with the > ethertype as keys. Matches based on the vlan tag are also possible, but > they are specified using the special FLOW_EXT flag. > > Signed-off-by: Maxime Chevallier <[email protected]> > --- > V2 : Add src and dst mac address parsing, as suggested by Pablo. Applied, thanks.

