.\" Automatically generated by Pandoc 2.5
.\"
.TH "MLX5DV_DUMP API" "3" "2019\-11\-18" "mlx5" "mlx5 Programmer\[cq]s Manual"
.hy
.SH NAME
.PP
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
.nf
\f[C]
#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);
\f[R]
.fi
.SH DESCRIPTION
.PP
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
.PP
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
.PP
Yevgeny Kliteynik <kliteyn@mellanox.com> Muhammad Sammar
<muhammads@mellanox.com>
