[dpdk-users] DPDK port interrupt based link state notification

anupam kapoor anupam.kapoor at gmail.com
Tue Aug 23 12:27:57 CEST 2016


>>>>> [2016-08-23T14:39:03+0530]: "Kapil Adhikesavalu" (kapil-adhikesavalu):
,----[ kapil-adhikesavalu ]
| How can i use this application along with openvswitch; should i write some
| code within ovs to register for ISR ? or is there a another way i can run
| this as a separate application without modifying ovs.
`----
each dpdk application would need to manage this on it's own.

concretely, for dpdk enabled ovs, you would need to implement
link-state-notification handlers via canonical
'rte_eth_dev_callback_register(...)' for each of the dpdk ports that ovs
uses.


---
thanks
anupam


More information about the users mailing list