]> git.baikalelectronics.ru Git - kernel.git/commit
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry
authorJohn Fastabend <john.r.fastabend@intel.com>
Tue, 21 Jun 2011 07:34:48 +0000 (07:34 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jun 2011 23:06:11 +0000 (16:06 -0700)
commitad6dd3b30cb327c3e4f4823e1b235fb9da02e33f
treecb8bd9dee3075be4a9278ba4f5f5eb0eb41e32b0
parent0bb622f948c8de6796e9ba15367568b7d5b0933c
dcb: Add ieee_dcb_delapp() and dcb op to delete app entry

Now that we allow multiple IEEE App entries we need a way
to remove specific entries. To do this add the ieee_dcb_delapp()
routine.

Additionaly drivers may need to remove the APP entry from
their firmware tables. Add dcb ops routine to handle this.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/dcbnl.h
include/net/dcbnl.h
net/dcb/dcbnl.c