]> xenbits.xensource.com Git - people/julieng/freebsd.git/commit
xen-netfront: purge page flipping support
authorroyger <royger@FreeBSD.org>
Mon, 19 Oct 2015 14:20:06 +0000 (14:20 +0000)
committerroyger <royger@FreeBSD.org>
Mon, 19 Oct 2015 14:20:06 +0000 (14:20 +0000)
commit91477c56a8fbba8f2e824bf41319f19e9b9d90a3
tree8b7eaf04ed0216f5b610afbf17f3a1bf716c9234
parent971892030881b03acaf927cfb3437e6fc6511760
xen-netfront: purge page flipping support

Currently neither Linux nor FreeBSD netback supports page flipping. NetBSD
still supports that. It is not sure how many people actually use page
flipping, but page flipping is supposed to be slower than copying nowadays.
It will also shatter frontend / backend address space.

Overall this feature is more of a burden than a benefit.

Submitted by: Wei Liu <wei.liu2@citrix.com>
Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D3888
Sponsored by: Citrix Systems R&D
sys/dev/xen/netfront/netfront.c