mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
qed/qede: Add UDP ports in bulletin board
This patch adds support for UDP ports in bulletin board to notify UDP ports change to the VFs Signed-off-by: Manish Chopra <manish.chopra@cavium.com> Signed-off-by: Yuval Mintz <yuval.mintz@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
327a2b750c
commit
97379f15c2
9 changed files with 84 additions and 1 deletions
|
@ -158,6 +158,7 @@ struct qed_tunn_params {
|
|||
struct qed_eth_cb_ops {
|
||||
struct qed_common_cb_ops common;
|
||||
void (*force_mac) (void *dev, u8 *mac, bool forced);
|
||||
void (*ports_update)(void *dev, u16 vxlan_port, u16 geneve_port);
|
||||
};
|
||||
|
||||
#define QED_MAX_PHC_DRIFT_PPB 291666666
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue