From: John Fastabend <john.r.fastabend@intel.com>
To: davem@davemloft.net
Cc: john.r.fastabend@intel.com, netdev@vger.kernel.org,
lucy.liu@intel.com, shmulikr@broadcom.com
Subject: [net-next-2.6 PATCH v2 0/3] Series short description
Date: Thu, 30 Dec 2010 11:25:40 -0800 [thread overview]
Message-ID: <20101230192449.21487.9764.stgit@jf-dev1-dcblab> (raw)
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
next reply other threads:[~2010-12-30 19:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-30 19:25 John Fastabend [this message]
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
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=20101230192449.21487.9764.stgit@jf-dev1-dcblab \
--to=john.r.fastabend@intel.com \
--cc=davem@davemloft.net \
--cc=lucy.liu@intel.com \
--cc=netdev@vger.kernel.org \
--cc=shmulikr@broadcom.com \
/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).