From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [net-2.6 PATCH 3/3] net: dcb: application priority is per net_device Date: Mon, 31 Jan 2011 20:43:08 -0800 (PST) Message-ID: <20110131.204308.104080355.davem@davemloft.net> References: <20110131220048.29758.22379.stgit@jf-dev1-dcblab> <20110131220059.29758.17857.stgit@jf-dev1-dcblab> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: john.r.fastabend@intel.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:59775 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753554Ab1BAEmc (ORCPT ); Mon, 31 Jan 2011 23:42:32 -0500 In-Reply-To: <20110131220059.29758.17857.stgit@jf-dev1-dcblab> Sender: netdev-owner@vger.kernel.org List-ID: From: John Fastabend Date: Mon, 31 Jan 2011 14:00:59 -0800 > The app_data priority may not be the same for all net devices. > In order for stacks with application notifiers to identify the > specific net device dcb_app_type should be passed in the ptr. > > This allows handlers to use dev_get_by_name() to pin priority > to net devices. > > Signed-off-by: John Fastabend Given your track record with the previous two patches (ie. they need work or are nonsense) I want someone who understands this dcbnl stuff to review this third patch before I'm willing to apply it.