[dpdk-dev] Does the rte_eth_tx_burst() function is multi-threaded safe when sending pkt in same port and same queue ?

2014-01-09 Thread
But when I read the code of l2fwd (v1.5.1 examples), I found that two cores share only one queue of a port. And it doesn't use any lock or other mechanism to ensure the safety. How is it OK? - Original Message - From: "Stephen Hemminger" To: "chen_lp" Cc: Sent: Thursday, January 09

[dpdk-dev] Can't make RSS work with 82598EB NIC

2013-10-12 Thread
DPDK1.3.1 or newer obsoletes the l2fwd-vf example. Because l2fwd also works well on virtual function platform. So l2fwd use only one rx queue for each port which attach to one core. Then RSS will not work for only one rx queue. On 2013?10?11? 20:48, Costin Popescu wrote: > Hi everyone! > > I h