CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/22 12:47:57
Modified files:
sys/dev/pv : if_xnf.c
Log message:
Setup interface features based on capabilities provided by the backend
Instead of just setting bits that we think we need, do a better job of
figuring out what's supported by the backend and what's not and what do
we really need. The following improvements were implemented:
o fallback for when scatter gather I/O is not supported by Dom0;
o tcp/udp checksum offloading;
o larger mtu up to 9000: an experimental feature;
o stop requesting multicast control feature that we don't support.