Displaying 2 results from an estimated 2 matches for "netfront_accelerator_call_remove".
2007 Oct 03
0
[PATCH 6/6] Network acceleration improvements
...gain
- */
- vif_state->hooks = NULL;
-
- netif_tx_unlock_bh(vif_state->np->netdev);
- netif_poll_enable(vif_state->np->netdev);
+ accelerator_remove_single_hook(accelerator, vif_state);
/*
* Remove the reference taken when the vif_state hooks
@@ -623,6 +634,8 @@ int netfront_accelerator_call_remove(str
int netfront_accelerator_call_remove(struct netfront_info *np,
struct xenbus_device *dev)
{
+ struct netfront_accelerator *accelerator = np->accelerator;
+ struct netfront_accel_vif_state *tmp_vif_state;
struct netfront_accel_hooks *hooks;
unsigned flags;
int rc = 0;
@@ -63...
2007 Jul 12
2
unresolved symbols in PV driver for HVM
...f: Unknown symbol netfront_check_accelerator_queue_busy
xen_vnif: Unknown symbol netfront_accelerator_call_backend_changed
xen_vnif: Unknown symbol netif_init_accel
xen_vnif: Unknown symbol netfront_accelerator_call_suspend
xen_vnif: Unknown symbol netfront_load_accelerator
xen_vnif: Unknown symbol netfront_accelerator_call_remove
xen_vnif: Unknown symbol init_accelerator_vif
xen_vnif: Unknown symbol balloon_release_driver_page
netfront/accel.c is not included in Kbuild, but still has unsolved symbol after
add accel.o in Kbuild.
Changes in PV side easily break PV driver on HVM:(
Thanks,
--
best rgds,
edwin
___________...