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
