search for: rx_comms_area

Displaying 2 results from an estimated 2 matches for "rx_comms_area".

Did you mean: tx_comms_area
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
...t_ref, &op); - - if (op.status != GNTST_okay) { - DPRINTK(" Gnttab failure mapping tx_ring_ref %d!\n", (int)op.status); - return -EINVAL; - } - - netif->tx_shmem_ref = tx_ring_ref; - netif->tx_shmem_handle = op.handle; - - gnttab_set_map_op(&op, (unsigned long)netif->rx_comms_area->addr, - GNTMAP_host_map, rx_ring_ref, netif->domid); - gnttab_check_GNTST_eagain_do_while(GNTTABOP_map_grant_ref, &op); - - if (op.status != GNTST_okay) { - struct gnttab_unmap_grant_ref unop; - - gnttab_set_unmap_op(&unop, - (unsigned long)netif->tx_comms_area->ad...
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick, there following patches fix xenpaging for me. Granttable handling is incomplete. If a page is gone, a GNTST_eagain should be returned to the caller to inidcate the hypercall has to be retried after a while, until the page is available again. Please review. Olaf _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com