]> git.baikalelectronics.ru Git - kernel.git/commit
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete ops
authorScott Feldman <sfeldma@gmail.com>
Thu, 4 Jun 2015 03:43:43 +0000 (20:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 06:47:23 +0000 (23:47 -0700)
commit1b0d4e14bddb32bafe0079415240f0fee86a5d76
treec09e8d383d5c070d137afe898f589575d74566ff
parent03dbb1206e4f6a1fc0b124515758f2792b1c672c
switchdev: documentation: use switchdev_port_obj_xxx for IPv4 FIB add/modify/delete ops

Clarify in documentation and code that IPV4 FIB add operation is used for
both adding a new FIB entry to the device and for modifying an existing FIB
entry on the device.

Also, remove left-over references to ipv4_fib ops and replace with details
on SWITCHDEV_PORT_IPV4_FIB object.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Acked-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.txt
net/switchdev/switchdev.c