[Bug 170267] [ixgbe] IXGBE_LE32_TO_CPUS is probably an unintentional no-op

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 1 15:13:15 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170267

Sean Bruno <sbruno at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|freebsd-net at FreeBSD.org     |erj at freebsd.org

--- Comment #2 from Sean Bruno <sbruno at FreeBSD.org> ---
Hrm ... currently, its not even defined to le32dec() in head.

ixgbe_osdep.h:
/* XXX these need to be revisited */
#define IXGBE_CPU_TO_LE32 htole32
#define IXGBE_LE32_TO_CPUS(x)
#define IXGBE_CPU_TO_BE16 htobe16
#define IXGBE_CPU_TO_BE32 htobe32

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list