Searched hist:"6 fe3faf86757eb7f078ff06b23b206f17dc4fb36" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | if_tap.h | diff 6fe3faf86757eb7f078ff06b23b206f17dc4fb36 Fri Feb 10 18:03:49 CST 2017 Sainath Grandhi <sainath.grandhi@intel.com> tap: Abstract type of virtual interface from tap implementation
macvlan object is re-structured to hold tap related elements in a separate entity, tap_dev. Upon NETDEV_REGISTER device_event, tap_dev is registered with idr and fetched again on tap_open. Few of the tap functions are modified to accepted tap_dev as argument. tap_dev object includes callbacks to be used by underlying virtual interface to take care of tx and rx accounting.
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | tap.c | diff 6fe3faf86757eb7f078ff06b23b206f17dc4fb36 Fri Feb 10 18:03:49 CST 2017 Sainath Grandhi <sainath.grandhi@intel.com> tap: Abstract type of virtual interface from tap implementation
macvlan object is re-structured to hold tap related elements in a separate entity, tap_dev. Upon NETDEV_REGISTER device_event, tap_dev is registered with idr and fetched again on tap_open. Few of the tap functions are modified to accepted tap_dev as argument. tap_dev object includes callbacks to be used by underlying virtual interface to take care of tx and rx accounting.
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | macvlan.c | diff 6fe3faf86757eb7f078ff06b23b206f17dc4fb36 Fri Feb 10 18:03:49 CST 2017 Sainath Grandhi <sainath.grandhi@intel.com> tap: Abstract type of virtual interface from tap implementation
macvlan object is re-structured to hold tap related elements in a separate entity, tap_dev. Upon NETDEV_REGISTER device_event, tap_dev is registered with idr and fetched again on tap_open. Few of the tap functions are modified to accepted tap_dev as argument. tap_dev object includes callbacks to be used by underlying virtual interface to take care of tx and rx accounting.
Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|