9.2 ixgbe tx queue hang
Christopher Forgeron
csforgeron at gmail.com
Wed Mar 26 02:33:46 UTC 2014
On Tue, Mar 25, 2014 at 8:21 PM, Markus Gebert
<markus.gebert at hostpoint.ch>wrote:
>
>
> Is 65517 correct? With Ricks patch, I get this:
>
> dev.ix.0.hw_tsomax: 65518
>
Perhaps a difference between 9.2 and 10 for one of the macros? My code is:
ifp->if_hw_tsomax = IP_MAXPACKET - (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
printf("CSF - 3 Init, ifp->if_hw_tsomax = %d\n", ifp->if_hw_tsomax);
(BTW, you should submit the hw_tsomax sysctl patch, that's useful to others)
> Also the dtrace command you used excludes 65518...
>
Oh, I thought it was giving every packet that is greater than or equal to
65518 - Could you show me the proper command? That's the third time I've
used dtrace, so I'm making this up as I go. :-)
More information about the freebsd-net
mailing list