CVSROOT:        /cvs
Module name:    src
Changes by:     mi...@cvs.openbsd.org   2016/01/13 11:56:26

Modified files:
        sys/dev/pv     : if_xnf.c xen.c 

Log message:
Create rx and tx fragment maps with a page size boundary restriction

We need to ensure that rx and tx fragments do not cross page boundary
since grant table reference can only point to a complete page. Add a
couple of kernel assertions in the dma map loading code to catch these
problems early in the future.

Reply via email to