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

--- Comment #9 from Eric Joyner <ricer...@gmail.com> ---
You could try replacing the two lines in ixgbe.h with these:

#define IXGBE_RX_COPY_HDR       (sizeof(struct m_hdr) + sizeof(struct pkthdr))
#define IXGBE_RX_COPY_HDR_PADDED ((((IXGBE_RX_COPY_HDR - 1) / 32) + 1) * 32)
#define IXGBE_RX_COPY_LEN       (MSIZE - IXGBE_RX_COPY_HDR_PADDED)
#define IXGBE_RX_COPY_ALIGN     (IXGBE_RX_COPY_HDR_PADDED - IXGBE_RX_COPY_HDR)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to