You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
dcb: add DCBX mode to event notifier attributes
Add DCBX mode to event notifiers so listeners can learn currently enabled mode. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
e290ed8130
commit
6bd0e1cb10
@@ -26,6 +26,7 @@ struct dcb_app_type {
|
||||
int ifindex;
|
||||
struct dcb_app app;
|
||||
struct list_head list;
|
||||
u8 dcbx;
|
||||
};
|
||||
|
||||
int dcb_setapp(struct net_device *, struct dcb_app *);
|
||||
|
||||
Reference in New Issue
Block a user