From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Fastabend Subject: Re: [net-next-2.6 PATCH v2 1/4] dcbnl: adding DCBX engine capability Date: Thu, 30 Dec 2010 10:54:24 -0800 Message-ID: <4D1CD560.3000609@intel.com> References: <1293726408.29378.92.camel@lb-tlvb-shmulik.il.broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "davem@davemloft.net" , Eilon Greenstein , "Liu, Lucy" , "netdev@vger.kernel.org" To: Shmulik Ravid Return-path: Received: from mga01.intel.com ([192.55.52.88]:32075 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755220Ab0L3Syu (ORCPT ); Thu, 30 Dec 2010 13:54:50 -0500 In-Reply-To: <1293726408.29378.92.camel@lb-tlvb-shmulik.il.broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: On 12/30/2010 8:26 AM, Shmulik Ravid wrote: > Adding an optional DCBX capability and a pair for get-set routines for > setting the device DCBX mode. The DCBX capability is a bit field of > supported attributes. The user is expected to set the DCBX mode with a > subset of the advertised attributes. > > This patch is dependent on the following patches: > [net-next-2.6 PATCH 1/3] dcbnl: add support for ieee8021Qaz attributes > [net-next-2.6 PATCH 2/3] dcbnl: add appliction tlv handlers > [net-next-2.6 PATCH 3/3] net_dcb: add application notifiers > > Signed-off-by: Shmulik Ravid > --- Acked-by: John Fastabend Thanks for doing this Shmulik.