mbox series

[net-next,mlxsw,0/2] mlxsw: Use router ARP traps with new firmware

Message ID 20180730124752.12109-1-nird@mellanox.com (mailing list archive)
Headers show
Series mlxsw: Use router ARP traps with new firmware | expand

Message

Nir Dotan July 30, 2018, 12:47 p.m. UTC
Latest spectrum firmware adds support to setting router level 
traps for ARP broadcast and unicast. By using those traps, 
instead of L2 level traps, only ARPs intended for the router
interfaces are trapped.

The first patch updates the required firmware for mlxsw driver.
The second patch changes the traps registration from L2 level
traps to router level traps.

Nir Dotan (2):
  mlxsw: spectrum: Update the supported firmware to version 13.1702.6
  mlxsw: spectrum: Use Router ARP BC and UC traps

 drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 8 ++++----
 drivers/net/ethernet/mellanox/mlxsw/trap.h     | 2 ++
 2 files changed, 6 insertions(+), 4 deletions(-)