Date: Wed, 01 Jul 2015 15:13:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 170267] [ixgbe] IXGBE_LE32_TO_CPUS is probably an unintentional no-op Message-ID: <bug-170267-2472-CA6WngjTi6@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-170267-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-170267-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=170267 Sean Bruno <sbruno@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-net@FreeBSD.org |erj@freebsd.org --- Comment #2 from Sean Bruno <sbruno@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-170267-2472-CA6WngjTi6>