Jesse,
On 06/29/2013 12:44 AM, Jesse Gross wrote:
Pravin pointed out that the RHEL6 openvswitch_handle_frame_hook
unregister is happening from the RCU callback, which means that we
immediately free the vport after removing the handler. This seems
racy. I also noticed that we have asymmetric use
Thomas,
Pravin pointed out that the RHEL6 openvswitch_handle_frame_hook
unregister is happening from the RCU callback, which means that we
immediately free the vport after removing the handler. This seems
racy. I also noticed that we have asymmetric use of
netdev_rx_handler_register/unregister (I