Searched hist:213423 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_axe.cdiff 213423 Mon Oct 04 19:06:07 MDT 2010 yongari Move updating TX packet counter to the inside of send loop. axe(4)
controllers combine multiple TX requests into single one if there
is room in TX buffer of controller. Updating TX packet counter at
the end of TX completion resulted in incorrect TX packet counter as
axe(4) thought it sent 1 packet. There is no easy way to know how
many combined TX were completed in the callback.
Because this change updates TX packet counter before actual
transmission, it may not be ideal one. But I believe it's better
than showing fake 8kpps under high TX load. With this change, TX
shows 221kpps on Linksus USB200M.

Completed in 102 milliseconds