diff options
author | Ryan Zezeski <rpz@joyent.com> | 2020-05-04 17:50:44 +0000 |
---|---|---|
committer | Patrick Mooney <pmooney@pfmooney.com> | 2020-05-18 18:37:51 +0000 |
commit | c61a1653a4d73dbc950dac7d96350fd6cb517486 (patch) | |
tree | a3050405d36b98afd4e056de8c295d7d47d3e6df /usr/src/uts/common/sys/mac_client_impl.h | |
parent | f13f199891d2a0440db0361743dd73527f565e89 (diff) | |
download | illumos-gate-c61a1653a4d73dbc950dac7d96350fd6cb517486.tar.gz |
12676 want better offloads for vnics
12677 simnet has bogus mi_tx_cksum_flags
12678 mac_tx() is too eager to emulate hardware offloads
Portions contributed by: Patrick Mooney <patrick.mooney@joyent.com>
Portions contributed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Patrick Mooney <pmooney@oxide.computer>
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/mac_client_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/mac_client_impl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/mac_client_impl.h b/usr/src/uts/common/sys/mac_client_impl.h index d5c66684d0..0e3a6306e0 100644 --- a/usr/src/uts/common/sys/mac_client_impl.h +++ b/usr/src/uts/common/sys/mac_client_impl.h @@ -410,8 +410,8 @@ extern int mac_tx_percpu_cnt; extern void mac_promisc_client_dispatch(mac_client_impl_t *, mblk_t *); extern void mac_client_init(void); extern void mac_client_fini(void); -extern void mac_promisc_dispatch(mac_impl_t *, mblk_t *, - mac_client_impl_t *); +extern void mac_promisc_dispatch(mac_impl_t *, mblk_t *, mac_client_impl_t *, + boolean_t); extern int mac_validate_props(mac_impl_t *, mac_resource_props_t *); |