Searched hist:cd43338509d07e0e4f3d986ec73f9817b42f91ac (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ena/ |
H A D | ena.c | diff cd43338509d07e0e4f3d986ec73f9817b42f91ac Thu Nov 09 13:32:10 CET 2017 Marcin Wojtas <mw@FreeBSD.org> Fix checking if the DF flag was set in ENA driver
The previous way of checking for DF was not valid. When DF is enabled, the DF bit should be 1.
The original way of checking it was wrong in 2 ways: first of all, it was not checking for single bit, secondly, it was checking for 0.
Submitted by: Michal Krawczyk <mk@semihalf.com> Reviewed by: byenduri_gmail.com Obtained from: Semihalf Sponsored by: Amazon, Inc. Differential Revision: https://reviews.freebsd.org/D12865
|