View | Details | Raw Unified | Return to bug 203630 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c (-1 / +2 lines)
Lines 570-576 Link Here
570
			    packet->vlan_tci & 0xfff;
570
			    packet->vlan_tci & 0xfff;
571
		}
571
		}
572
572
573
		if (0 == m_head->m_pkthdr.csum_flags) {
573
		/* Ignore flags for checksum already calculated or valid */
574
		if (0 == (m_head->m_pkthdr.csum_flags & 0xffffff)) {
574
			goto pre_send;
575
			goto pre_send;
575
		}
576
		}
576
577

Return to bug 203630