commit | 7ec79270d7de0c8ca602c47cb25a9652ec28f37f | [log] [tgz] |
---|---|---|
author | John Fastabend <john.r.fastabend@intel.com> | Mon Jan 31 12:00:59 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 13 11:02:39 2011 -0800 |
tree | 77386b7e90fa4891589ec139790579fb8b791d01 | |
parent | 8a870178c0ad1bae9994c99bd01eb10c9903e616 [diff] |
net: dcb: application priority is per net_device 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 <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>