netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: davem@davemloft.net, netdev@vger.kernel.org, jeff@garzik.org,
	Alexander Duyck <alexander.h.duyck@intel.com>,
	Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Subject: Re: [NET-NEXT v4 PATCH 1/5] ixgbe: this patch adds support for DCB to the	kernel and ixgbe driver
Date: Fri, 21 Nov 2008 14:06:52 +0100	[thread overview]
Message-ID: <4926B26C.7010200@trash.net> (raw)
In-Reply-To: <20081121020055.22180.24154.stgit@gitlost.lost>

Jeff Kirsher wrote:
> From: Alexander Duyck <alexander.h.duyck@intel.com>
> 
> This adds support for Data Center Bridging (DCB) features in the ixgbe driver and adds an rtnetlink interface for configuring DCB to the kernel.  The DCB feature support included are Priority Grouping (PG) - which allows bandwidth guarantees to be allocated to groups to traffic based on the 802.1q priority, and Priority Based Flow Control (PFC) - which introduces a new MAC control PAUSE frame which works at granularity of the 802.1p priority instead of the link (IEEE 802.3x).
> 
> --- /dev/null
> +++ b/net/dcb/Kconfig
> @@ -0,0 +1,12 @@
> +config DCB
> +        tristate "Data Center Bridging support"

A help text would be nice to have.

> +
> +config DCBNL
> +	bool "Data Center Bridging netlink interface support"
> +	depends on DCB
> +	default n
> +	---help---
> +	  This option turns on the netlink interface
> +	  (dcbnl) for Data Center Bridging capable devices.
> +
> +	  If unsure, say N.

  parent reply	other threads:[~2008-11-21 13:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-21  2:00 [NET-NEXT v4 PATCH 1/5] ixgbe: this patch adds support for DCB to the kernel and ixgbe driver Jeff Kirsher
2008-11-21  2:01 ` [NET-NEXT v4 PATCH 2/5] DCB: Add interface to query for the DCB capabilities of an device Jeff Kirsher
2008-11-21  5:07   ` David Miller
2008-11-21  2:01 ` [NET-NEXT v4 PATCH 3/5] DCB: Add interface to query # of TCs supported by device Jeff Kirsher
2008-11-21  5:08   ` David Miller
2008-11-21  2:01 ` [NET-NEXT v4 PATCH 4/5] DCB: Add interface to query the state of PFC feature Jeff Kirsher
2008-11-21  5:09   ` David Miller
2008-11-21  2:02 ` [NET-NEXT v4 PATCH 5/5] DCB: Add support for DCB BCN Jeff Kirsher
2008-11-21  5:10   ` David Miller
2008-11-21  5:02 ` [NET-NEXT v4 PATCH 1/5] ixgbe: this patch adds support for DCB to the kernel and ixgbe driver David Miller
2008-11-21  9:14 ` Wang Chen
2008-11-21  9:21   ` David Miller
2008-11-21  9:32     ` [NET-NEXT PATCH] ixgbe: convert directly reference of netdev->priv Wang Chen
2008-11-21  9:57       ` David Miller
2008-11-21 13:06 ` Patrick McHardy [this message]
2008-11-21 17:58   ` [NET-NEXT v4 PATCH 1/5] ixgbe: this patch adds support for DCB to the kernel and ixgbe driver Roland Dreier
2008-11-21 22:20     ` Jeff Kirsher
2008-11-22  0:48     ` David Miller
2008-11-22  0:57       ` Jeff Kirsher

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=4926B26C.7010200@trash.net \
    --to=kaber@trash.net \
    --cc=alexander.h.duyck@intel.com \
    --cc=davem@davemloft.net \
    --cc=jeff@garzik.org \
    --cc=jeffrey.t.kirsher@intel.com \
    --cc=netdev@vger.kernel.org \
    --cc=peter.p.waskiewicz.jr@intel.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).