freebsd-dev/sys/dev/ena
Marcin Wojtas 2339f28c6e Do not pass header length to the ENA controller
Header length is optional hint for the ENA device. Because It is not
guaranteed that every packet header will be in the first mbuf
segment, it is better to skip passing any information. If the header
length will be indicating invalid value (different than 0), then the
packet will be dropped.

This kind situation can appear, when the UDP packet will be fragmented
by the stack in the ip_fragment() function.

Submitted by: Michal Krawczyk <mk@semihalf.com>
Reported by:  Krishna Yenduri <kyenduri@brkt.com>
Obtained from: Semihalf
Sponsored by: Amazon, Inc.
2018-05-10 09:37:54 +00:00
..
ena_sysctl.c Allow usage of more RX descriptors than 1 in ENA driver 2017-11-09 13:36:42 +00:00
ena_sysctl.h
ena.c Do not pass header length to the ENA controller 2018-05-10 09:37:54 +00:00
ena.h Upgrade ENA version to v0.8.1 2018-05-10 09:06:21 +00:00