Skip to content

Commit

Permalink
OS-8027 reinstate mac-loopback hardware emulation on Tx [fix debug] (#…
Browse files Browse the repository at this point in the history
…234)

Reviewed by: Kody Kantor <kody.kantor@joyent.com>
Approved by: Kody Kantor <kody.kantor@joyent.com>
  • Loading branch information
rzezeski committed Nov 15, 2019
1 parent dff0473 commit 5cb3156
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions usr/src/uts/i86pc/io/viona/viona_rx.c
Expand Up @@ -459,10 +459,6 @@ viona_rx_common(viona_vring_t *ring, mblk_t *mp, boolean_t is_loopback)
mblk_t *mpdrop = NULL, **mpdrop_prevp = &mpdrop;
const boolean_t do_merge =
((link->l_features & VIRTIO_NET_F_MRG_RXBUF) != 0);
const boolean_t guest_csum =
((link->l_features & VIRTIO_NET_F_GUEST_CSUM) != 0);
const boolean_t guest_tso4 =
((link->l_features & VIRTIO_NET_F_GUEST_TSO4) != 0);

size_t nrx = 0, ndrop = 0;

Expand Down

0 comments on commit 5cb3156

Please sign in to comment.