[dpdk-dev] Issues with running multicore

2015-11-25 Thread Sugumaran, Varthamanan
Hi All, Iam trying to create multi core application by mapping separate function for each core. I had followed Multi process example and I had used pthread. The use case is: 1. In a single process, launch pthread and run rte_eal_init 2. Once rte_eal_init is done, create 3 pthreads 3.

[dpdk-dev] ACL: Creation of ACL context with multiple tries

2015-07-20 Thread Sugumaran, Varthamanan
Hi All, Need your inputs on the following queries on ACL contexts. 1. Has anyone tried creating ACL context with multiple tries? 2. The document/code mentioned that we can have the maximum of 8 tries(RTE_ACL_MAX_TRIES) per ACL context. What is the use case for having more than single trie? 3

[dpdk-dev] ACL Libraries

2015-07-17 Thread Sugumaran, Varthamanan
Hi, Iam exploring librte_acl libraries. I have a query on the usage of number of tries per context when we build a acl context. 1. Can we have more than one trie per context? Though it has mentioned that we can have 8 tries(RTE_ACL_MAX_TRIES), what is the use case for having more than one

[dpdk-dev] ACL-Dynamic Adding or Deleting rules

2015-06-05 Thread Sugumaran, Varthamanan
Hi, Is there is a way to add/delete a single ACL rule in librte_acl? I had looked at the library and found no method to add/delete a rule dynamically to the existing ACL context. Please let me know if there are any alternate ways of doing it. Thanks Vartha