On 7/21/2020 12:32 AM, bindiya Kurle wrote:
Hi , Is there any reason why connection tracking is developed per datapath instead of per pmd? Just like emc caching /classifiers are per pmd not per dp. Regards, Bindiya
pmd = polling mode driver using threads datapath = (generally speaking) is an interface where data is sent/received. Multiple RX queues, each with it's own polling thread, can be configured for a single interface. http://docs.openvswitch.org/en/latest/topics/dpdk/pmd/ - Greg
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
_______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
