netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next-2.6 PATCH v2 0/3] Series short description
@ 2010-12-30 19:25 John Fastabend
  2010-12-30 19:25 ` [net-next-2.6 PATCH v2 1/3] dcbnl: add support for ieee8021Qaz attributes John Fastabend
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: John Fastabend @ 2010-12-30 19:25 UTC (permalink / raw)
  To: davem; +Cc: john.r.fastabend, netdev, lucy.liu, shmulikr

Version 2 adds the recommended tlv attributes to the ets struct this will
be needed for offloaded LLDP engines. Host controlled LLDP agents will most
likely not use these fields.

Also Shmulik Ravid caught an error with a spin_lock on kmalloc failure.

---

John Fastabend (3):
      net_dcb: add application notifiers
      dcbnl: add appliction tlv handlers
      dcbnl: add support for ieee8021Qaz attributes


 include/linux/dcbnl.h  |  108 ++++++++++++++++++++
 include/net/dcbevent.h |   31 ++++++
 include/net/dcbnl.h    |   20 ++++
 net/dcb/Makefile       |    2 
 net/dcb/dcbevent.c     |   40 +++++++
 net/dcb/dcbnl.c        |  260 +++++++++++++++++++++++++++++++++++++++++++++++-
 6 files changed, 453 insertions(+), 8 deletions(-)
 create mode 100644 include/net/dcbevent.h
 create mode 100644 net/dcb/dcbevent.c

-- 
Signature

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

end of thread, other threads:[~2011-01-03  2:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-30 19:25 [net-next-2.6 PATCH v2 0/3] Series short description John Fastabend
2010-12-30 19:25 ` [net-next-2.6 PATCH v2 1/3] dcbnl: add support for ieee8021Qaz attributes John Fastabend
2010-12-30 19:26 ` [net-next-2.6 PATCH v2 2/3] dcbnl: add appliction tlv handlers John Fastabend
2010-12-30 19:26 ` [net-next-2.6 PATCH v2 3/3] net_dcb: add application notifiers John Fastabend
2010-12-31 18:49 ` [net-next-2.6 PATCH v2 0/3] Series short description David Miller
2011-01-03  2:27   ` John Fastabend

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