mbox series

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

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

Message

Nir Dotan July 31, 2018, 8:09 a.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.

v2:
* Remove L2 ARP traps definition from trap.h

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     | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)