Re: [PATCH 10/10] dsa: bcm_sf2: use flow_rule infrastructure

2018-11-17 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 16 Nov 2018 02:41:39 +0100 > @@ -335,6 +336,11 @@ static int bcm_sf2_cfp_ipv4_rule_set(struct bcm_sf2_priv > *priv, int port, > struct ethtool_tcpip4_spec *v4_spec, *v4_m_spec; Local variables v4_spec and v4_m_spec are now set but not used.

[PATCH 10/10] dsa: bcm_sf2: use flow_rule infrastructure

2018-11-15 Thread Pablo Neira Ayuso
Update this driver to use the flow_rule infrastructure, hence we can use the same code to populate hardware IR from ethtool_rx_flow and the cls_flower interfaces. Signed-off-by: Pablo Neira Ayuso --- drivers/net/dsa/bcm_sf2_cfp.c | 103 -- 1 file changed,