[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.1005102058200.4272@vk>
Date: Tue, 11 May 2010 10:15:35 -0700 (PDT)
From: Vivek Kashyap <kashyapv@...ibm.com>
To: Scott Feldman <scofeldm@...co.com>
cc: Arnd Bergmann <arnd@...db.de>, Stefan Berger <stefanb@...ibm.com>,
netdev@...r.kernel.org
Subject: Re: [PATCH] virtif: initial interface extensions
>
> I'm don't think this is going in the right direction. We're talking a
> pretty simple concept of a port-profile used to configure the virtual port
> backing a VM i/f to something that's trying to munge disjoint protocols
> based on pre-standard work into a single API. It's forcing all those
The multi-channel setup and VDP can live, and are designed to live
together:
- multiple channels per link (setup by the bridge) -- CDCP
- association of a vsi (virtual interface) to bridge ports -- VDP
However, their implementation can be pursued separately.
> pre-standard protocol details into the API, into the XML, and into the mgmt
> software (libvirt), and into the admin's lap.
>
> I want the API to pass a port-profile name plus other information associated
The problem with defining a 'name' as the lookup key to another database is
that one then requires additional management mechanisms to describe,
maintain, and map to the real values needed. It lands in admin's lap
anyway by a different path.
> with the VM i/f to some mgmt object which can setup the virtual port backing
> the VM i/f. (And unset it). Using netlink for API let's that object be in
> user- or kernel-space software, hardware or firmware. How the object sets
> up the virtual port based on the passed port-profile is beyond the scope of
> the API.
Agree. See Stefan's last patch in libvirt - it converges 802.1Qbh/portprofile
and 802.1Qbg quite well. The netlink message can be deciphered by the
recipient and meets the advantages below. (Or, one could use a direct
unix domain socket to communicate with a daemon as well).
>
> My last port-profile patch is this API. It gives us this:
>
> 1) single netlink msg for kernel- and user-space
> 2) single parameter set from sender's perspective (libvirt)
> 3) single XML representation of parameters
> 4) single code path in kernel and libvirt
> 5) (potential) cross-vendor-switch VM migration
> 6) admin-friendly port-profile names
> 7) allows pre-standard (802.1Qbg/bh) details to change
> without bogging down the API
>
> What I proposed on the libvirt list is to maintain a mapping database from
> port-profile to vendor-specific or protocol-specific parameters. Using VDP
> as an example, a port-profile would resolve the VDP tuple:
>
> port-profile: "joes-garage" ---> VSI Manager ID: 15
> VSI Type ID: 12345
> VSI Type ID Ver: 1
> other VSI settings (preassociate)
>
> How the mapping database is maintained is beyond the scope of the API.
Yes, but that will add another mechanism to set the mappings. The
xml posted (on libvirt) defines the vsi values and avoids this
additional management. It also allows for port-profile name for 802.1Qbh.
thanks
Vivek
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists