bnx2x: use dcb_setapp to manage negotiated application tlvs
authorShmulik Ravid <shmulikr@broadcom.com>
Mon, 28 Feb 2011 20:19:55 +0000 (12:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Feb 2011 20:19:55 +0000 (12:19 -0800)
commit1bb4d899a576c8ffe0b0deafef4d2317fdd52eed
tree1b7f36339144742cf596776e4a88fb1b491f34c7
parentc5390376c5ac067e3c16c483a22668ac40dcc0e5
bnx2x: use dcb_setapp to manage negotiated application tlvs

With this patch the bnx2x uses the generic dcbnl application tlv list
instead of implementing its own get-app handler. When the driver is
alerted to a change in the DCB negotiated parameters, it calls
dcb_setapp to update the dcbnl application tlvs list making it available
to user mode applications and registered notifiers.

Signed-off-by: Shmulik Ravid <shmulikr@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x/bnx2x.h
drivers/net/bnx2x/bnx2x_dcb.c
drivers/net/bnx2x/bnx2x_dcb.h
drivers/net/bnx2x/bnx2x_main.c