switchdev: add netlink flags to IPv4 FIB add op
authorScott Feldman <sfeldma@gmail.com>
Mon, 9 Mar 2015 20:59:09 +0000 (13:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2015 03:56:52 +0000 (23:56 -0400)
Pass in the netlink flags (NLM_F_*) into switchdev driver for IPv4 FIB add op
to allow driver to 1) optimize hardware updates, 2) handle ip route prepend
and append commands correctly.

Suggested-by: Jamal Hadi Salim <jhs@mojatatu.com>
Suggested-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rocker/rocker.c
include/linux/netdevice.h
include/net/switchdev.h
net/ipv4/fib_trie.c
net/switchdev/switchdev.c

index 65e1403..223348d 100644 (file)
@@ -4152,7 +4152,8 @@ static int rocker_port_switch_port_stp_update(struct net_device *dev, u8 state)
 static int rocker_port_switch_fib_ipv4_add(struct net_device *dev,
                                           __be32 dst, int dst_len,
                                           struct fib_info *fi,
-                                          u8 tos, u8 type, u32 tb_id)
+                                          u8 tos, u8 type,
+                                          u32 nlflags, u32 tb_id)
 {
        struct rocker_port *rocker_port = netdev_priv(dev);
        int flags = 0;
Simple merge
Simple merge
Simple merge
Simple merge