* [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates
@ 2011-03-14 19:01 John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: John Fastabend @ 2011-03-14 19:01 UTC (permalink / raw)
To: davem; +Cc: mark.d.rustad, netdev, shmulikr
From: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
---
include/linux/dcbnl.h | 2 +-
net/dcb/dcbnl.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h
index a3680a1..97c90b9 100644
--- a/include/linux/dcbnl.h
+++ b/include/linux/dcbnl.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Intel Corporation.
+ * Copyright (c) 2008-2011, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
diff --git a/net/dcb/dcbnl.c b/net/dcb/dcbnl.c
index 118392f..3609eac 100644
--- a/net/dcb/dcbnl.c
+++ b/net/dcb/dcbnl.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, Intel Corporation.
+ * Copyright (c) 2008-2011, Intel Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings
2011-03-14 19:01 [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates John Fastabend
@ 2011-03-14 19:01 ` John Fastabend
2011-03-15 0:03 ` David Miller
2011-03-14 19:01 ` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions John Fastabend
2011-03-15 0:03 ` [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates David Miller
2 siblings, 1 reply; 6+ messages in thread
From: John Fastabend @ 2011-03-14 19:01 UTC (permalink / raw)
To: davem; +Cc: mark.d.rustad, netdev, shmulikr
From: Mark Rustad <mark.d.rustad@intel.com>
Fix a few spelling errors in dcbnl.h.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
---
include/linux/dcbnl.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h
index 97c90b9..eedf79b 100644
--- a/include/linux/dcbnl.h
+++ b/include/linux/dcbnl.h
@@ -26,13 +26,13 @@
#define IEEE_8021QAZ_MAX_TCS 8
#define IEEE_8021QAZ_TSA_STRICT 0
-#define IEEE_8021QAZ_TSA_CB_SHABER 1
+#define IEEE_8021QAZ_TSA_CB_SHAPER 1
#define IEEE_8021QAZ_TSA_ETS 2
#define IEEE_8021QAZ_TSA_VENDOR 255
/* This structure contains the IEEE 802.1Qaz ETS managed object
*
- * @willing: willing bit in ETS configuratin TLV
+ * @willing: willing bit in ETS configuration TLV
* @ets_cap: indicates supported capacity of ets feature
* @cbs: credit based shaper ets algorithm supported
* @tc_tx_bw: tc tx bandwidth indexed by traffic class
@@ -92,7 +92,7 @@ struct ieee_pfc {
#define CEE_DCBX_MAX_PRIO 8
/**
- * struct cee_pg - CEE Prioity-Group managed object
+ * struct cee_pg - CEE Priority-Group managed object
*
* @willing: willing bit in the PG tlv
* @error: error bit in the PG tlv
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions
2011-03-14 19:01 [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
@ 2011-03-14 19:01 ` John Fastabend
2011-03-15 0:03 ` David Miller
2011-03-15 0:03 ` [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates David Miller
2 siblings, 1 reply; 6+ messages in thread
From: John Fastabend @ 2011-03-14 19:01 UTC (permalink / raw)
To: davem; +Cc: mark.d.rustad, netdev, shmulikr
From: Mark Rustad <mark.d.rustad@intel.com>
This adds defines for the app selector values currently
defined in the IEEE 802.1Qaz specification.
Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
---
include/linux/dcbnl.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/linux/dcbnl.h b/include/linux/dcbnl.h
index eedf79b..c522800 100644
--- a/include/linux/dcbnl.h
+++ b/include/linux/dcbnl.h
@@ -125,6 +125,11 @@ struct cee_pfc {
__u8 tcs_supported;
};
+/* IEEE 802.1Qaz std supported values */
+#define IEEE_8021QAZ_APP_SEL_ETHERTYPE 1
+#define IEEE_8021QAZ_APP_SEL_STREAM 2
+#define IEEE_8021QAZ_APP_SEL_DGRAM 3
+#define IEEE_8021QAZ_APP_SEL_ANY 4
/* This structure contains the IEEE 802.1Qaz APP managed object. This
* object is also used for the CEE std as well. There is no difference
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates
2011-03-14 19:01 [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions John Fastabend
@ 2011-03-15 0:03 ` David Miller
2 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-03-15 0:03 UTC (permalink / raw)
To: john.r.fastabend; +Cc: mark.d.rustad, netdev, shmulikr
From: John Fastabend <john.r.fastabend@intel.com>
Date: Mon, 14 Mar 2011 12:01:02 -0700
> From: Mark Rustad <mark.d.rustad@intel.com>
>
> Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
> Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
@ 2011-03-15 0:03 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-03-15 0:03 UTC (permalink / raw)
To: john.r.fastabend; +Cc: mark.d.rustad, netdev, shmulikr
From: John Fastabend <john.r.fastabend@intel.com>
Date: Mon, 14 Mar 2011 12:01:08 -0700
> From: Mark Rustad <mark.d.rustad@intel.com>
>
> Fix a few spelling errors in dcbnl.h.
>
> Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
> Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions
2011-03-14 19:01 ` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions John Fastabend
@ 2011-03-15 0:03 ` David Miller
0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2011-03-15 0:03 UTC (permalink / raw)
To: john.r.fastabend; +Cc: mark.d.rustad, netdev, shmulikr
From: John Fastabend <john.r.fastabend@intel.com>
Date: Mon, 14 Mar 2011 12:01:15 -0700
> From: Mark Rustad <mark.d.rustad@intel.com>
>
> This adds defines for the app selector values currently
> defined in the IEEE 802.1Qaz specification.
>
> Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
> Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Applied.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-03-15 0:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 19:01 [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates John Fastabend
2011-03-14 19:01 ` [net-next-2.6 PATCH 2/3] net: dcbnl: Fix misspellings John Fastabend
2011-03-15 0:03 ` David Miller
2011-03-14 19:01 ` [net-next-2.6 PATCH 3/3] net: dcbnl: Add IEEE app selector value definitions John Fastabend
2011-03-15 0:03 ` David Miller
2011-03-15 0:03 ` [net-next-2.6 PATCH 1/3] net: dcbnl: Update copyright dates David Miller
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).