Greg, Thanks for your interest on this.
Actually I mentioned PMD threads are DPDK specific netdev interfaces. Which i couldn't use for my data path class. I'm looking for alternate way to do polling to receive packets at high data rate. Thanks. On Fri, 2017-05-05 at 12:45 -0700, Greg Rose wrote: > My mistake - wrong link. > > DPDK is part of the OVS project on github here: > > https://github.com/openvswitch/ovs > > Sorry about the wrong link. > > On Fri, May 5, 2017 at 12:42 PM, Greg Rose <[email protected]> > wrote: > > > > To be clear I'm referring to this: > > > > https://github.com/01org/dpdk-ovs > > > > > > On Fri, May 5, 2017 at 12:15 PM, Greg Rose <[email protected]> > > wrote: > > > > > > On Thu, May 4, 2017 at 8:35 PM, Kumar <[email protected]> > > > wrote: > > > > > > > > Hi Geeks, > > > > > > > > I'm looking for help on OVS implementation, how can I implement > > > > a poll > > > > mode thread for my application. > > > > > > > > Thread one: > > > > receive the packets from NIC card directly (Poll > > > > mode) > > > > Thread two: > > > > Classify the packets and represent one packet > > > > to > > > > upcall process. > > > > > > > > Both threads should be in poll mode because the packet rates > > > > from NIC > > > > interface will be very high. > > > > > > > > Normal threads create issues in OVS functionality execution. > > > > > > > > My device uses it's own dpif-class so I couldn't directly use > > > > netdev- > > > > pmd for my application. > > > > > > > > - Thanks in advance. > > > Have you looked at OVS-DPDK? > > > > > > - Greg > > > > > > > > > > > > > > > Regards, > > > > Kumar. > > > > _______________________________________________ > > > > 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
