Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard

2014-12-08 Thread Ben Pfaff
On Fri, Nov 14, 2014 at 07:42:07AM -0500, drfl...@avaya.com wrote: > From: Dennis Flynn > > This commit provides the initial delivery of support for the Auto-Attach > standard to Open vSwitch. This standard describes a compact method of using > IEEE 802.1AB Link Layer Discovery Protocol (LLDP) wi

Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard

2014-10-31 Thread Ben Pfaff
On Fri, Oct 31, 2014 at 10:05:48AM -0400, Ludovic Beliveau wrote: > +#ifdef __LITTLE_ENDIAN > +u_int16_t conn_type:4; > +u_int16_t smlt_id:12; > +#else > +u_int16_t smlt_id:12; > +u_int16_t conn_type:4; > +#endif I only have a couple of minutes today, so this isn't a full review, b

Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard

2014-10-14 Thread Flynn, Dennis R (Dennis)
To: Ludovic Beliveau Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard On Thu, Oct 02, 2014 at 06:42:24PM -0400, Ludovic Beliveau wrote: > This commit provides the initial delivery of support for the > Auto-Attach standard t

Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard

2014-10-13 Thread Ben Pfaff
On Thu, Oct 02, 2014 at 06:42:24PM -0400, Ludovic Beliveau wrote: > This commit provides the initial delivery of support for the Auto-Attach > standard to Open vSwitch. This standard describes a compact method of using > IEEE 802.1AB Link Layer Discovery Protocol (LLDP) with a IEEE 802.1aq Shortest

Re: [ovs-dev] [PATCH 1/3] auto-attach: Initial support for Auto-Attach standard

2014-10-01 Thread Ben Pfaff
On Wed, Oct 01, 2014 at 02:42:52PM +, Flynn, Dennis R (Dennis) wrote: > This commit provides the initial delivery of support for the Auto-Attach > standard to Open vSwitch. This standard describes a compact method of using > IEEE 802.1AB Link Layer Discovery Protocol (LLDP) with a IEEE 802.1aq