.\" Automatically generated by Pandoc 3.1.11.1
.\"
.TH "MLX5DV_DUMP API" "3" "2019\-11\-18" "mlx5" "mlx5 Programmer\[cq]s Manual"
.SH NAME
mlx5dv_dump_dr_domain \- Dump DR Domain
.PP
mlx5dv_dump_dr_table \- Dump DR Table
.PP
mlx5dv_dump_dr_matcher \- Dump DR Matcher
.PP
mlx5dv_dump_dr_rule \- Dump DR Rule
.SH SYNOPSIS
.IP
.EX
#include <infiniband/mlx5dv.h>

int mlx5dv_dump_dr_domain(FILE *fout, struct mlx5dv_dr_domain *domain);
int mlx5dv_dump_dr_table(FILE *fout, struct mlx5dv_dr_table *table);
int mlx5dv_dump_dr_matcher(FILE *fout, struct mlx5dv_dr_matcher *matcher);
int mlx5dv_dump_dr_rule(FILE *fout, struct mlx5dv_dr_rule *rule);
.EE
.SH DESCRIPTION
The Dump API (mlx5dv_dump_*) allows the dumping of the existing
rdma\-core resources to the provided file.
The output file format is vendor specific.
.PP
\f[I]mlx5dv_dump_dr_domain()\f[R] dumps a DR Domain object properties to
a specified file.
.PP
\f[I]mlx5dv_dump_dr_table()\f[R] dumps a DR Table object properties to a
specified file.
.PP
\f[I]mlx5dv_dump_dr_matcher()\f[R] dumps a DR Matcher object properties
to a specified file.
.PP
\f[I]mlx5dv_dump_dr_rule()\f[R] dumps a DR Rule object properties to a
specified file.
.SH RETURN VALUE
The API calls returns 0 on success, or the value of errno on failure
(which indicates the failure reason).
The calls are blocking \- function returns only when all related
resources info is written to the file.
.SH AUTHOR
Yevgeny Kliteynik \c
.MT kliteyn@mellanox.com
.ME \c
\ Muhammad Sammar \c
.MT muhammads@mellanox.com
.ME \c
