opnsense-src/sys/dev/vmware/vmxnet3
Andriy Gapon 96097be6a8 vmxnet3: skip zero-length descriptor in the middle of a packet
Passing up such descriptors to iflib is obviously wasteful.
But the main conern is that we may overrun iri_frags array because of
them.  That's been observed in practice.

Also, assert that the number of fragments / descriptors / segments is
less than IFLIB_MAX_RX_SEGS.

Sponsored by:	Panzura LLC

(cherry picked from commit 9c612a5d0a)
2021-12-27 13:37:12 +02:00
..
if_vmx.c vmxnet3: skip zero-length descriptor in the middle of a packet 2021-12-27 13:37:12 +02:00
if_vmxreg.h
if_vmxvar.h vmxnet3: skip zero-length descriptor in the middle of a packet 2021-12-27 13:37:12 +02:00