>>>>> [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
