virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-11-08 16:11 Jens Osterkamp
  2010-11-08 16:11 ` [PATCH 1/9] consolidation of MIN and MAX macros in common.h Jens Osterkamp
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-11-08 16:11 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

These patches apply against lldpad 0.9.38. Protocol debug messages are now logged
to syslog via LLDPAD_* macros and no longer to console. If you want to see them,
configure your syslog daemon to collect debug messages and start lldpad with -V 7.

Changes since last posting:

 - fix to prevent parsing of TLVs across frame boundary
 - fixed two minor memleaks in lldp_vdp_cmds.c and event_iface.c
 - fixed typo

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thanks !

                        Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-11-22 15:50 Jens Osterkamp
  0 siblings, 0 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-11-22 15:50 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

These patches apply against lldpad 0.9.38. Protocol debug messages are now logged
to syslog via LLDPAD_* macros and no longer to console. If you want to see them,
configure your syslog daemon to collect debug messages and start lldpad with -V 7.

Changes since last posting:

 - implementation of VDP keepalive
 - better handling of response/reason codes by the switch
 - better handling of deassoc frame sent by switch
 - improved (human readable) printout of profile
 - bugfix to corrected wrong instance strlen
 - cleanup of vdp state machine
 - zero out unused part of ack frame
 - simplify handling of pending profile changes
 - simplify handling of response to libvirt
 - bugfix to prevent duplicate sending of TLVs

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thanks !

                        Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-10-22 11:26 Jens Osterkamp
  0 siblings, 0 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-10-22 11:26 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

These patches apply against lldpad 0.9.38. Protocol debug messages are now logged
to syslog via LLDPAD_* macros and no longer to console. If you want to see them,
configure your syslog daemon to collect debug messages and start lldpad with -V 7.

 - improved cleanup in case of interface down
 - improved checking if a port really exists
 - converted all our code to use LLDPAD_ log messages
 - addressed Johns comments
 - modified EVB TLV defaults
 - increase max number of VSIs to 64k
 - fixed a number of bugs and memleaks

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thank you !

                        Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-09-28 15:10 Jens Osterkamp
  0 siblings, 0 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-09-28 15:10 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

These patches apply against lldpad 0.9.38 and still contain code to log
low-level protocol activity more verbosely than necessary.

In comparison to the last posted series, several changes have been made:

 - ECP and VDP implementation patches have been merged. Now ECP/VDP only consists
   of 2 patches: ECP/VDP and VDP commandline interface
 - VDP sequence numbering has been fixed
 - profile is removed in case VDP state machine reaches VSI_EXIT
 - reduced debug verbosity in VDP code
 - network byte order in sequence numbering was fixed
 - fixed bug in profile comparison
 - fixed default values for EVB supported mode and capabilities
 - increased test coverage
 - addressed John's comments on my last series
 - many other small bug fixes

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thanks !

                        Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-08-25 12:27 Jens Osterkamp
  0 siblings, 0 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-08-25 12:27 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

this set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

The patches have been rebased to lldpad 0.9.38 and still contain code to log
low-level protocol activity more verbosely than necessary.

In comparison to the last posted series, several changes have been made:

 - all EVB TLV patches have been folded into one

 - ECP and VDP implementation now only consists of 3 patches: ECP, VDP and VDP
   commandline interface

 - the protocol specific ecp structure has been moved away from the general
   port structure

 - the non-standard ECP_TX_IDLE state has been removed from the ECP TX state
   machine which causes ecp frames to be sent out immediately to allow sequence
   synchronization

 - VDP subtype has changed from 0 to 2

 - some network byte order in the VSI tlv have been fixed

 - vdp config variables are now saved in subsection "vdp" under the interface
   in lldpad.conf

 - some compiler warnings have been fixed

 - many other small bug fixes

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thanks !

                        Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread
* implementation of IEEE 802.1Qbg in lldpad
@ 2010-07-23 10:34 Jens Osterkamp
  0 siblings, 0 replies; 15+ messages in thread
From: Jens Osterkamp @ 2010-07-23 10:34 UTC (permalink / raw)
  To: e1000-eedc, virtualization, evb; +Cc: chrisw

Hi,

This set of patches contains the initial implementation of the IEEE 802.1Qbg
standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI
capabalities as well as VDP VSI TLVs between a host with virtual machines
and an adjacent switch.

It supports setting the parameters of the TLV exchange from the command
line using lldptool.

VDP profiles consisting of mode,mgrid,typeid,typeidversion,instanceid,mac,vlan
can be given to lldpad with lldptool or sent to lldpad via netlink messages from
the kernel or another program, e.g. libvirt.

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

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

The patches have been rebased to lldpad 0.9.38 and still contain code to log
low-level protocol activity more verbosely than necessary.

For more information about lldpad take a look at

http://sourceforge.net/projects/e1000/files/DCB%20Tools/lldpad/

Please review and comment.

Thanks !

	                Jens

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-11-22 15:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-08 16:11 implementation of IEEE 802.1Qbg in lldpad Jens Osterkamp
2010-11-08 16:11 ` [PATCH 1/9] consolidation of MIN and MAX macros in common.h Jens Osterkamp
2010-11-08 16:11 ` [PATCH 2/9] implementation of IEEE 802.1Qbg in lldpad, part 1 Jens Osterkamp
2010-11-08 16:11 ` [PATCH 3/9] BUGFIX: check for existence of ifup Jens Osterkamp
2010-11-08 16:11 ` [PATCH 4/9] implementation of IEEE 802.1Qbg in lldpad, part 2 Jens Osterkamp
2010-11-08 16:11 ` [PATCH 5/9] VDP commandline interface Jens Osterkamp
2010-11-08 16:11 ` [PATCH 6/9] add libnl dependency to configure.ac Jens Osterkamp
2010-11-08 16:11 ` [PATCH 7/9] use connect instead of bind Jens Osterkamp
2010-11-08 16:11 ` [PATCH 8/9] lldpad support for libvirt netlink message Jens Osterkamp
2010-11-08 16:12 ` [PATCH 9/9] do not use macv[tap/lan] interfaces as ports Jens Osterkamp
  -- strict thread matches above, loose matches on Subject: below --
2010-11-22 15:50 implementation of IEEE 802.1Qbg in lldpad Jens Osterkamp
2010-10-22 11:26 Jens Osterkamp
2010-09-28 15:10 Jens Osterkamp
2010-08-25 12:27 Jens Osterkamp
2010-07-23 10:34 Jens Osterkamp

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).