[dpdk-dev] Redirection Table

2014-01-07 Thread Ivan Boule
On 01/06/2014 05:52 PM, Michael Quicquaro wrote: > Thanks for the details. Can the hash function be modified so that I > can provide my own RSS function? i.e. my ultimate goal is to provide > RSS that is not dependent on packet contents. No, the RSS function is "hard-wired" and only works on I

[dpdk-dev] Redirection Table

2014-01-07 Thread Stefan Baranoff
All, Does this mean that an application looking at traffic in something like an IP/IP or GRE tunnel with only two endpoints on the tunnels but many clients behind them must do software load balancing as the packets would IP only (not TCP/UDP) with the same two addresses? How much of a penalty is

[dpdk-dev] rte_mempools / rte_rings thread safe?

2014-01-07 Thread Olivier MATZ
Hi Jyotiswarup, On 12/28/2013 03:55 PM, Jyotiswarup Raiturkar wrote: > The rte_mempool and rte_ring libs have > multi-producer/multi-consumer versions. But it's also mentioned > in the header files that the implementation is not > pre-emtable : " Note: the mempool implementation is not > pree