Re: Data Center Bridging?

2014-11-24 Thread Juan Mojica
Was there any progress made on DCB?

We need a way to classify specific flows from the application and mark them
with a priority.  Not only do we need a bit of work on the driver, but also
a way to tag frames all the way down to the driver.  I imagine this would
entail a socket option to mark a given flow and a mbuf flag to carry the
request for priority classification to the driver.

-Juan

On Wed, Feb 6, 2013 at 5:53 AM, Randall Stewart r...@lakerest.net wrote:

 Lars/Jack:

 I am pretty sure that my company would be interested in it as well.. and I
 can
 help out here too ;-)

 Jack: are there particular versions of Intel cards that this needs to
   be on (we have both igb and ix cards in my office now).. thanks.

 R


 On Jan 22, 2013, at 10:43 AM, Eggert, Lars wrote:

  Hi,
 
  on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is
 this also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?
 
  Thanks,
  Lars
  ___
  freebsd-net@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-net
  To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
 

 --
 Randall Stewart
 803-317-4952 (cell)

 ___
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org




-- 
Juan Mojica
Email: jmoj...@gmail.com
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2014-11-24 Thread Jack Vogel
No, I'm sorry but I've been kept very busy in development of our 40G driver,
however, now that its complete we have been taking on a variety of other
tasks,
so this is one that I can have the team look into.

Jack


On Mon, Nov 24, 2014 at 5:56 AM, Juan Mojica jmoj...@gmail.com wrote:

 Was there any progress made on DCB?

 We need a way to classify specific flows from the application and mark
 them with a priority.  Not only do we need a bit of work on the driver, but
 also a way to tag frames all the way down to the driver.  I imagine this
 would entail a socket option to mark a given flow and a mbuf flag to carry
 the request for priority classification to the driver.

 -Juan

 On Wed, Feb 6, 2013 at 5:53 AM, Randall Stewart r...@lakerest.net wrote:

 Lars/Jack:

 I am pretty sure that my company would be interested in it as well.. and
 I can
 help out here too ;-)

 Jack: are there particular versions of Intel cards that this needs to
   be on (we have both igb and ix cards in my office now).. thanks.

 R


 On Jan 22, 2013, at 10:43 AM, Eggert, Lars wrote:

  Hi,
 
  on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is
 this also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?
 
  Thanks,
  Lars
  ___
  freebsd-net@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-net
  To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
 

 --
 Randall Stewart
 803-317-4952 (cell)

 ___
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org




 --
 Juan Mojica
 Email: jmoj...@gmail.com

___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-02-06 Thread Eggert, Lars
Hi Jack,

On Jan 22, 2013, at 19:23, Jack Vogel jfvo...@gmail.com wrote:
 I have never implemented this in the FreeBSD drivers primarily because the
 motivation for it say, in Linux,
 was to handle multiple traffic classes, for instance FCOE or iSCSI, but
 FreeBSD has not had these features
 to implement this for.  Give me a reason to do it, and I can see about
 adding it :)

I'm interested in seeing if DCB can be used for lossless IP communication over 
a simple and private LAN fabric. I have some student cycles that I can direct 
at helping with the implementation, if that's useful?

Lars
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-02-06 Thread Randall Stewart
Lars/Jack:

I am pretty sure that my company would be interested in it as well.. and I can
help out here too ;-)

Jack: are there particular versions of Intel cards that this needs to
  be on (we have both igb and ix cards in my office now).. thanks.

R


On Jan 22, 2013, at 10:43 AM, Eggert, Lars wrote:

 Hi,
 
 on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is this 
 also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?
 
 Thanks,
 Lars
 ___
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
 

--
Randall Stewart
803-317-4952 (cell)

___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-23 Thread Eggert, Lars
Hi,

On Jan 22, 2013, at 19:23, Jack Vogel jfvo...@gmail.com wrote:
 I have never implemented this in the FreeBSD drivers primarily because the
 motivation for it say, in Linux,
 was to handle multiple traffic classes, for instance FCOE or iSCSI, but
 FreeBSD has not had these features
 to implement this for.  Give me a reason to do it, and I can see about
 adding it :)

well, my motivation for asking was that I'll soon have some students 
investigate various options for low-latency reliable communication over a 
private fabric. DCB is one candidate.

On Jan 22, 2013, at 19:49, Navdeep Parhar npar...@gmail.com wrote:
 cxgbe(4) hardware supports DCB/DCBX, but I haven't looked at what it
 would take to add driver + OS support.

Driver support for either Intel or Chelsio NICs would be great!

Lars
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Data Center Bridging?

2013-01-22 Thread Eggert, Lars
Hi,

on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is this also 
available under FreeBSD? Do *any* NICs support DCB under FreeBSD?

Thanks,
Lars
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-22 Thread Julian Elischer

On 1/22/13 8:43 AM, Eggert, Lars wrote:

Hi,

on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is this also 
available under FreeBSD? Do *any* NICs support DCB under FreeBSD?

Thanks,
Lars
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


that really depends on what you want to do
given a freebsd command line and a kernel with the right options I 
could probably bridge two networks in about 15 minutes.

(I have done it in the past).
if DCB is a specific protocol then we may need to do some work to 
support it. as I've not heard of it.



___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-22 Thread Julian Elischer

On 1/22/13 9:32 AM, Julian Elischer wrote:

On 1/22/13 8:43 AM, Eggert, Lars wrote:

Hi,

on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. 
Is this also available under FreeBSD? Do *any* NICs support DCB 
under FreeBSD?


Thanks,
Lars
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


that really depends on what you want to do
given a freebsd command line and a kernel with the right options I 
could probably bridge two networks in about 15 minutes.

(I have done it in the past).
if DCB is a specific protocol then we may need to do some work to 
support it. as I've not heard of it.


google to the answer.
I have not seen any support for that.
I would check with the driver writers from intel and/or broadcom etc. 
(they should be here somewhere).

  Jack?




___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org




___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-22 Thread Jim Thompson

On Jan 22, 2013, at 10:32 AM, Julian Elischer jul...@freebsd.org wrote:

 On 1/22/13 8:43 AM, Eggert, Lars wrote:
 Hi,
 
 on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is this 
 also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?
 
 Thanks,
 Lars
 ___
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org
 
 that really depends on what you want to do
 given a freebsd command line and a kernel with the right options I could 
 probably bridge two networks in about 15 minutes.
 (I have done it in the past).
 if DCB is a specific protocol then we may need to do some work to support it. 
 as I've not heard of it.

DCB is yet another attempt to 'fix' Ethernet, by eliminating queue overflow and 
providing bandwidth allocation on individual links.
It was intended to be mostly about storage.

Linux uses lldpad and dcbtool to manage the settings.

Jim

___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-22 Thread Jack Vogel
On Tue, Jan 22, 2013 at 8:40 AM, Julian Elischer jul...@freebsd.org wrote:

 On 1/22/13 9:32 AM, Julian Elischer wrote:

 On 1/22/13 8:43 AM, Eggert, Lars wrote:

 Hi,

 on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is
 this also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?

 Thanks,
 Lars
 __**_
 freebsd-net@freebsd.org mailing list
 http://lists.freebsd.org/**mailman/listinfo/freebsd-nethttp://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to 
 freebsd-net-unsubscribe@**freebsd.orgfreebsd-net-unsubscr...@freebsd.org
 

  that really depends on what you want to do
 given a freebsd command line and a kernel with the right options I could
 probably bridge two networks in about 15 minutes.
 (I have done it in the past).
 if DCB is a specific protocol then we may need to do some work to support
 it. as I've not heard of it.


 google to the answer.
 I have not seen any support for that.
 I would check with the driver writers from intel and/or broadcom etc.
 (they should be here somewhere).
   Jack?


I have never implemented this in the FreeBSD drivers primarily because the
motivation for it say, in Linux,
was to handle multiple traffic classes, for instance FCOE or iSCSI, but
FreeBSD has not had these features
to implement this for.  Give me a reason to do it, and I can see about
adding it :)

Jack
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


Re: Data Center Bridging?

2013-01-22 Thread Navdeep Parhar
On 01/22/13 07:43, Eggert, Lars wrote:
 Hi,
 
 on Linux, various NICs (e.g., ixgbe) support Data Center Bridging. Is this 
 also available under FreeBSD? Do *any* NICs support DCB under FreeBSD?

cxgbe(4) hardware supports DCB/DCBX, but I haven't looked at what it
would take to add driver + OS support.

Regards,
Navdeep
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org