Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS)

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Eric Dumazet
Date: Thursday, November 19, 2009 - 10:42 pm

Changli Gao a écrit :

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Eric Dumazet, (Thu Nov 19, 4:46 pm)
Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Eric Dumazet, (Thu Nov 19, 10:08 pm)
Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Eric Dumazet, (Thu Nov 19, 10:24 pm)
Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Eric Dumazet, (Thu Nov 19, 10:42 pm)
Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Jarek Poplawski, (Fri Nov 20, 1:53 pm)
Re: [PATCH net-next-2.6] net: Xmit Packet Steering (XPS), Eric Dumazet, (Fri Nov 20, 11:58 pm)