Page MenuHomeFreeBSD

ixl: Add missing conversions from/to LE16
ClosedPublic

Authored by luporl on Mar 5 2020, 5:05 PM.
Referenced Files
Unknown Object (File)
Tue, Apr 2, 10:54 PM
Unknown Object (File)
Mar 23 2024, 12:41 AM
Unknown Object (File)
Mar 23 2024, 12:41 AM
Unknown Object (File)
Mar 23 2024, 12:41 AM
Unknown Object (File)
Mar 23 2024, 12:28 AM
Unknown Object (File)
Feb 12 2024, 5:07 PM
Unknown Object (File)
Jan 13 2024, 3:24 AM
Unknown Object (File)
Dec 23 2023, 4:06 AM

Details

Summary

This fixes some errors on PPC64, during attach and when trying to assign an IP to an interface.
With this change, basic operation of X710 NICs is now possible.

  • This also fixes builds with IXL_DEBUG enabled

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

luporl retitled this revision from ixl: Add missing CPU_TO_LE16 conversions to ixl: Add missing conversions from/to LE16.Mar 5 2020, 5:07 PM

Thanks for fixing the issue with IXL_DEBUG! The CPU_TO_LE16 changes look acceptable to me, but we can't guarantee we'll be vigilant about adding them to new code in the future since we only officially support amd64 for ixl.

This revision is now accepted and ready to land.Mar 5 2020, 7:18 PM
This revision was automatically updated to reflect the committed changes.