Page MenuHomeFreeBSD

ixgbe: Clean up ix_txrx
ClosedPublic

Authored by kbowling on May 1 2021, 11:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 27, 9:10 PM
Unknown Object (File)
Sun, May 11, 9:03 PM
Unknown Object (File)
Sat, May 10, 9:02 PM
Unknown Object (File)
Fri, May 9, 4:11 PM
Unknown Object (File)
May 1 2025, 7:25 AM
Unknown Object (File)
Apr 24 2025, 10:39 PM
Unknown Object (File)
Apr 19 2025, 8:11 PM
Unknown Object (File)
Apr 18 2025, 5:14 AM
Subscribers

Details

Summary

The intention here is to reduce differences with D30072. The main functional change is logical simplification in ixgbe_rx_checksum.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Same comments regarding __predict() as in the e1000 review.

sys/dev/ixgbe/ix_txrx.c
438

I thought that intel shipped this as part of a backport to 11.x? I assume removing this will cause them unneeded pain,

kbowling added inline comments.
sys/dev/ixgbe/ix_txrx.c
438

It's possible, however this would have been some point in 11-CURRENT. Removing the ifdef should be safe for 11-RELEASE et al https://cgit.freebsd.org/src/commit/sys/sys/param.h?h=stable/11&id=10204535afded7f13a48badf29bcc1a33dc3c132

kbowling marked an inline comment as done.

Thanks for catching those mistakes. Can you take a look, I'm happy with this at the moment.

This revision is now accepted and ready to land.May 10 2021, 3:03 PM