Page MenuHomeFreeBSD

e1000: Fix lem/em UDP rx csum offload
ClosedPublic

Authored by kbowling on Aug 7 2021, 4:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 8, 7:26 AM
Unknown Object (File)
Fri, Jun 7, 4:28 AM
Unknown Object (File)
Mon, May 20, 9:29 PM
Unknown Object (File)
Mon, May 20, 6:14 PM
Unknown Object (File)
May 16 2024, 1:53 AM
Unknown Object (File)
May 5 2024, 7:04 AM
Unknown Object (File)
May 4 2024, 8:09 PM
Unknown Object (File)
May 1 2024, 3:43 AM
Subscribers

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kbowling created this revision.
kbowling retitled this revision from e1000: Fix UDP rx checksum offload to e1000: Fix lem/em UDP rx csum offload.Aug 7 2021, 4:38 AM
karels added inline comments.
sys/dev/e1000/em_txrx.c
740

Isn't this test redundant?

kbowling marked an inline comment as done.
kbowling added inline comments.
sys/dev/e1000/em_txrx.c
740

Yes, thanks!

sys/dev/e1000/em_txrx.c
740

fwiw, the comment might have been worth keeping.

sys/dev/e1000/em_txrx.c
740

Yeah, seems like it

kbowling added a subscriber: grehan.
kbowling added inline comments.
sys/dev/e1000/em_txrx.c
740

I'm indifferent to it, I'd want to go add it back to igb and igc if it stays here. @grehan thoughts?

This revision is now accepted and ready to land.Aug 9 2021, 9:22 PM