K 10 svn:author V 9 vmaffione K 8 svn:date V 27 2018-04-04T21:31:12.184404Z K 7 svn:log V 401 netmap: align if_ptnet guest driver to the upstream code (commit 0e15788) The change upgrades the driver to use the split Communication Status Block (CSB) format. In this way the variables written by the guest and read by the host are allocated in a different cacheline than the variables written by the host and read by the guest; this is needed to avoid cache thrashing. Approved by: hrs (mentor) END