search for: vbond

Displaying 5 results from an estimated 5 matches for "vbond".

Did you mean: bond
2018 Jan 03
0
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...net/core/dev.c? No, I would think about starting a new driver file in "/drivers/net/". The idea is this driver would be utilized to create a bond automatically and set the appropriate registration hooks. If nothing else you could probably just call it something generic like virt-bond or vbond or whatever. > Also, if we want to go with a solution that creates a bond device, do we > want virtio_net/netvsc > drivers to create a upper device? Such a solution is already possible via > config scripts that can > create a bond with virtio and a VF net device as slaves. netvsc...
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
On 1/3/2018 8:59 AM, Alexander Duyck wrote: > On Tue, Jan 2, 2018 at 6:16 PM, Jakub Kicinski <kubakici at wp.pl> wrote: >> On Tue, 2 Jan 2018 16:35:36 -0800, Sridhar Samudrala wrote: >>> This patch series enables virtio to switch over to a VF datapath when a VF >>> netdev is present with the same MAC address. It allows live migration of a VM >>> with a
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
On Tue, Jan 2, 2018 at 6:16 PM, Jakub Kicinski <kubakici at wp.pl> wrote: > On Tue, 2 Jan 2018 16:35:36 -0800, Sridhar Samudrala wrote: >> This patch series enables virtio to switch over to a VF datapath when a VF >> netdev is present with the same MAC address. It allows live migration of a VM >> with a direct attached VF without the need to setup a bond/team between a
2018 Jan 03
2
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
On Tue, Jan 2, 2018 at 6:16 PM, Jakub Kicinski <kubakici at wp.pl> wrote: > On Tue, 2 Jan 2018 16:35:36 -0800, Sridhar Samudrala wrote: >> This patch series enables virtio to switch over to a VF datapath when a VF >> netdev is present with the same MAC address. It allows live migration of a VM >> with a direct attached VF without the need to setup a bond/team between a
2018 Jan 22
0
[PATCH net-next 0/2] Enable virtio to act as a master for a passthru device
...gt;>> The idea is this driver would be utilized to create a bond >>>>>>> automatically and set the appropriate registration hooks. If nothing >>>>>>> else you could probably just call it something generic like virt-bond >>>>>>> or vbond or whatever. >>>>>> >>>>>> >>>>>> We are trying to avoid creating another driver or a device. Can we >>>>>> look >>>>>> into >>>>>> consolidation of the 2 implementations(virtio & netvsc...