diff options
| author | David S. Miller <davem@davemloft.net> | 2021-06-10 23:38:46 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2021-06-10 23:38:46 +0300 |
| commit | 388fa7f13d61074ba3aaedce0f47ff92441c0b1a (patch) | |
| tree | 5d5acdba964081eb00a8f5f23c61386de539f6f5 /include | |
| parent | 6cde05ab93df76746ab1141d48032d7a62133cd8 (diff) | |
| parent | 54e1217b90486c94b26f24dcee1ee5ef5372f832 (diff) | |
| download | linux-388fa7f13d61074ba3aaedce0f47ff92441c0b1a.tar.xz | |
Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-fixes-2021-06-09
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx5/transobj.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mlx5/transobj.h b/include/linux/mlx5/transobj.h index 028f442530cf..60ffeb6b67ae 100644 --- a/include/linux/mlx5/transobj.h +++ b/include/linux/mlx5/transobj.h @@ -85,4 +85,5 @@ mlx5_core_hairpin_create(struct mlx5_core_dev *func_mdev, struct mlx5_hairpin_params *params); void mlx5_core_hairpin_destroy(struct mlx5_hairpin *pair); +void mlx5_core_hairpin_clear_dead_peer(struct mlx5_hairpin *hp); #endif /* __TRANSOBJ_H__ */ |
