mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
dcbnl: add support for retrieving peer configuration - cee
This patch adds the support for retrieving the remote or peer DCBX configuration via dcbnl for embedded DCBX stacks supporting the CEE DCBX standard. Signed-off-by: Shmulik Ravid <shmulikr@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
eed84713bc
commit
dc6ed1df5a
3 changed files with 155 additions and 4 deletions
|
@ -84,6 +84,9 @@ struct dcbnl_rtnl_ops {
|
|||
u16 *);
|
||||
int (*peer_getapptable)(struct net_device *, struct dcb_app *);
|
||||
|
||||
/* CEE peer */
|
||||
int (*cee_peer_getpg) (struct net_device *, struct cee_pg *);
|
||||
int (*cee_peer_getpfc) (struct net_device *, struct cee_pfc *);
|
||||
};
|
||||
|
||||
#endif /* __NET_DCBNL_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue