[ovs-discuss] connection tracking

Gregory Rose gvrose8192 at gmail.com
Tue Jul 21 20:30:02 UTC 2020


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
> discuss at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
> 


More information about the discuss mailing list