Print this page
11490 SRS ring polling disabled for VLANs
11491 Want DLS bypass for VLAN traffic
11492 add VLVF bypass to ixgbe core
2869 duplicate packets with vnics over aggrs
11489 DLS stat delete and aggr kstat can deadlock
Portions contributed by: Theo Schlossnagle <jesus@omniti.com>
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>

*** 20,30 **** */ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. ! * Copyright 2013 Joyent, Inc. All rights reserved. */ /* * This file captures the MAC client API definitions. It can be * included from any MAC clients. --- 20,30 ---- */ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. ! * Copyright 2018 Joyent, Inc. All rights reserved. */ /* * This file captures the MAC client API definitions. It can be * included from any MAC clients.
*** 86,95 **** --- 86,96 ---- MAC_CLIENT_PROMISC_FILTERED, MAC_CLIENT_PROMISC_MULTI } mac_client_promisc_type_t; /* flags passed to mac_unicast_add() */ + #define MAC_UNICAST_NODUPCHECK 0x0001 #define MAC_UNICAST_PRIMARY 0x0002 #define MAC_UNICAST_HW 0x0004 #define MAC_UNICAST_VNIC_PRIMARY 0x0008 #define MAC_UNICAST_TAG_DISABLE 0x0010