[dpdk-dev] How to set the multiple queues per port in Virtual Machine

2017-07-07 Thread Mohanraj Venkat
Hi, We are using the ubuntu VM in openstack environment. We have set the below option in Openstack to enable multi queue per port. hw_vif_multiqueue_enabled=true After launching the instance, we set the queue using the command "ethtool -L ens4 combined 3". While checking the same as below. ro

[dpdk-dev] Crash during rte_acl_classify while other core is building the filter context using rte_acl_build()

2018-02-05 Thread Mohanraj Venkat
Hi, How to resolve the following crash without using lock in dpdk ? Crash occurs while a core is doing rte_acl_classify() for a packet when other core is trying to build the same filter context using rte_acl_build(). How to resolve this issue without using lock as lock affects the performance ?