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 contains *private* MAC API definitions. This header file * should only be included by kernel components which are part of the --- 20,30 ---- */ /* * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. ! * Copyright 2018 Joyent, Inc. */ /* * This file contains *private* MAC API definitions. This header file * should only be included by kernel components which are part of the
*** 142,152 **** --- 142,156 ---- (((ring)->mr_info.mri_poll) \ ((ring)->mr_info.mri_driver, (bytes))) extern int mac_hwgroup_addmac(mac_group_handle_t, const uint8_t *); extern int mac_hwgroup_remmac(mac_group_handle_t, const uint8_t *); + extern int mac_hwgroup_addvlan(mac_group_handle_t, uint16_t); + extern int mac_hwgroup_remvlan(mac_group_handle_t, uint16_t); + extern boolean_t mac_has_hw_vlan(mac_handle_t); + extern void mac_set_upper_mac(mac_client_handle_t, mac_handle_t, mac_resource_props_t *); extern int mac_mark_exclusive(mac_handle_t); extern void mac_unmark_exclusive(mac_handle_t);