Changli, when we transmit a skb on NIC, NIC is supposed to have a TX completion
call back, to free this skb.
These completion calls are running from net_rx_action(), if driver is NAPI enabled.
Only NAPI enabled drivers are allowed to use XPS infrastructure.
I sent 100.000.000 packets in my pktgen+tg3 tests, without receiving a single packet
in return, I can tell you all packets were correctly freed :)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html