qede: Add dcbnl support.
This patch adds the interfaces for ieee/cee dcbnl callbacks and registers them with the kernel. Signed-off-by: Sudarsana Reddy Kalluru <sudarsana.kalluru@qlogic.com> Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a1d8d8a51e
commit
489e45ae42
@@ -304,6 +304,9 @@ union qede_reload_args {
|
||||
u16 mtu;
|
||||
};
|
||||
|
||||
#ifdef CONFIG_DCB
|
||||
void qede_set_dcbnl_ops(struct net_device *ndev);
|
||||
#endif
|
||||
void qede_config_debug(uint debug, u32 *p_dp_module, u8 *p_dp_level);
|
||||
void qede_set_ethtool_ops(struct net_device *netdev);
|
||||
void qede_reload(struct qede_dev *edev,
|
||||
|
Reference in New Issue
Block a user