[<prev] [next>] [day] [month] [year] [list]
Message-ID: <AANLkTi=McPnfpyUt9v8gOanXtGb8bA5vcdFsa7Jwk4Op@mail.gmail.com>
Date: Thu, 10 Mar 2011 17:44:45 +0800
From: zhou rui <zhourui.cn@...il.com>
To: netdev@...r.kernel.org, johann.baudy@...-log.net
Subject: how to utilize multi tx queue to send packet?
hi
I am doing some test according to the
website:http://wiki.ipxwarzone.com/index.php5?title=Linux_packet_mmap
use packet_mmap tx_ring to send packet.
I modified the sample code "packetmmap.c" to make it send packets have
different outer ip.
so that with the help of RSS, I can achieve higher throughput.
but one thing I saw at the tx side, is that all the packets are sent
via the same tx_queue,which is conflict with what I saw at the rx
side.
any idea to make it sent packets via different tx_queues? (spread
across the tx_queues)
thanks
jon
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists