virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
From: Jens Osterkamp <jens@linux.vnet.ibm.com>
To: e1000-eedc@lists.sourceforge.net,
	virtualization@lists.linux-foundation.org, evb@yahoogroups.com
Cc: chrisw@redhat.com
Subject: implementation of IEEE 802.1Qbg in lldpad, part2
Date: Thu, 17 Jun 2010 15:57:08 +0200	[thread overview]
Message-ID: <1276783031-10239-1-git-send-email-jens@linux.vnet.ibm.com> (raw)

Hi,

This series of patches contains the second part of an initial implementation of
the IEEE 802.1Qbg standard: code for the exchange of VDP VSI TLVs between a
host with virtual machines and an adjacent switch.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool.
A way to deliver profiles to lldpad from libvirt using netlink messages is
currently under development and not yet included in this series.

The profiles are then processed through the VDP/VSI and ECP state machines and
sent out as ECP frames.
ACK frames are received and processed through ECP and VDP/VSI state machines.

It implements a bridge role for a port together with a lldptool command to
switch a port to the bridge role.

The patch applies to lldpad 0.9.34 and still contains code to log low-level
protocol activity more verbosely than it would be necessary in the final
version.

Things that are still missing but planned:

	   - adapt to final ECP ethertype. code currently uses extended
		ethertype (0x88b7) plus OUI.
	   - more testing

Next steps

	   - interface to allow registration of profiles with libvirt
	   - implementation of CDCP

Please review and comment !

Thanks !

	            Jens

_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization

             reply	other threads:[~2010-06-17 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 13:57 Jens Osterkamp [this message]
2010-06-17 13:57 ` [PATCH 1/3] ECP implementation Jens Osterkamp
2010-06-17 13:57 ` [PATCH 2/3] implementation of vdp Jens Osterkamp
2010-06-17 13:57 ` [PATCH 3/3] VDP commandline interface Jens Osterkamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276783031-10239-1-git-send-email-jens@linux.vnet.ibm.com \
    --to=jens@linux.vnet.ibm.com \
    --cc=chrisw@redhat.com \
    --cc=e1000-eedc@lists.sourceforge.net \
    --cc=evb@yahoogroups.com \
    --cc=virtualization@lists.linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).