Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rdma-core for openSUSE:Factory 
checked in at 2023-07-26 13:22:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rdma-core (Old)
 and      /work/SRC/openSUSE:Factory/.rdma-core.new.15225 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rdma-core"

Wed Jul 26 13:22:09 2023 rev:57 rq:1100645 version:47.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rdma-core/rdma-core.changes      2023-05-25 
23:52:24.595566321 +0200
+++ /work/SRC/openSUSE:Factory/.rdma-core.new.15225/rdma-core.changes   
2023-07-26 13:22:22.463459470 +0200
@@ -1,0 +2,6 @@
+Mon Jul 24 07:54:40 UTC 2023 - Nicolas Morey <nicolas.mo...@suse.com>
+
+- Update to v47.0
+  - Fixes for all providers
+
+-------------------------------------------------------------------

Old:
----
  rdma-core-45.0.0.53ee89b4abb1.tar.gz

New:
----
  rdma-core-47.0.0.ccb120cc7b7f.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rdma-core.spec ++++++
--- /var/tmp/diff_new_pack.IMI6KY/_old  2023-07-26 13:22:25.103474412 +0200
+++ /var/tmp/diff_new_pack.IMI6KY/_new  2023-07-26 13:22:25.107474434 +0200
@@ -30,9 +30,9 @@
 %define _modprobedir /lib/modprobe.d
 %endif
 
-%define         git_ver .0.53ee89b4abb1
+%define         git_ver .0.ccb120cc7b7f
 Name:           rdma-core
-Version:        45.0
+Version:        47.0
 Release:        0
 Summary:        RDMA core userspace libraries and daemons
 License:        BSD-2-Clause OR GPL-2.0-only

++++++ _service ++++++
--- /var/tmp/diff_new_pack.IMI6KY/_old  2023-07-26 13:22:25.155474706 +0200
+++ /var/tmp/diff_new_pack.IMI6KY/_new  2023-07-26 13:22:25.159474728 +0200
@@ -8,7 +8,7 @@
     <param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>
-    <param name="revision">53ee89b4abb1463e7ae713103f552b2bef1307ce</param>
+    <param name="revision">ccb120cc7b7faceca90cfa55189a1b35b0adc78d</param>
        <param name="extract">suse/rdma-core.spec</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ prebuilt-pandoc.tgz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/001bea411ada6a47d74e22817c3478b4b5cbe0cb 
new/pandoc-prebuilt/001bea411ada6a47d74e22817c3478b4b5cbe0cb
--- old/pandoc-prebuilt/001bea411ada6a47d74e22817c3478b4b5cbe0cb        
2023-04-19 10:19:15.196772209 +0200
+++ new/pandoc-prebuilt/001bea411ada6a47d74e22817c3478b4b5cbe0cb        
1970-01-01 01:00:00.000000000 +0100
@@ -1,104 +0,0 @@
-.\" Automatically generated by Pandoc 2.17.1.1
-.\"
-.\" Define V font for inline verbatim, using C font in formats
-.\" that render this, and otherwise B font.
-.ie "\f[CB]x\f[]"x" \{\
-. ftr V B
-. ftr VI BI
-. ftr VB B
-. ftr VBI BI
-.\}
-.el \{\
-. ftr V CR
-. ftr VI CI
-. ftr VB CB
-. ftr VBI CBI
-.\}
-.TH "EFADV_QUERY_DEVICE" "3" "2019-04-22" "efa" "EFA Direct Verbs Manual"
-.hy
-.SH NAME
-.PP
-efadv_query_device - Query device capabilities
-.SH SYNOPSIS
-.IP
-.nf
-\f[C]
-#include <infiniband/efadv.h>
-
-int efadv_query_device(struct ibv_context *ibvctx,
-               struct efadv_device_attr *attr,
-               uint32_t inlen);
-\f[R]
-.fi
-.SH DESCRIPTION
-.PP
-\f[B]efadv_query_device()\f[R] Queries EFA device specific attributes.
-.PP
-Compatibility is handled using the comp_mask and inlen fields.
-.IP
-.nf
-\f[C]
-struct efadv_device_attr {
-    uint64_t comp_mask;
-    uint32_t max_sq_wr;
-    uint32_t max_rq_wr;
-    uint16_t max_sq_sge;
-    uint16_t max_rq_sge;
-    uint16_t inline_buf_size;
-    uint8_t reserved[2];
-    uint32_t device_caps;
-    uint32_t max_rdma_size;
-};
-\f[R]
-.fi
-.TP
-\f[I]inlen\f[R]
-In: Size of struct efadv_device_attr.
-.TP
-\f[I]comp_mask\f[R]
-Compatibility mask.
-.TP
-\f[I]max_sq_wr\f[R]
-Maximum Send Queue (SQ) Work Requests (WRs).
-.TP
-\f[I]max_rq_wr\f[R]
-Maximum Receive Queue (RQ) Work Requests (WRs).
-.TP
-\f[I]max_sq_sge\f[R]
-Maximum Send Queue (SQ) Scatter Gather Elements (SGEs).
-.TP
-\f[I]max_rq_sge\f[R]
-Maximum Receive Queue (RQ) Scatter Gather Elements (SGEs).
-.TP
-\f[I]inline_buf_size\f[R]
-Maximum inline buffer size.
-.TP
-\f[I]device_caps\f[R]
-Bitmask of device capabilities:
-.RS
-.PP
-EFADV_DEVICE_ATTR_CAPS_RDMA_READ: RDMA read is supported.
-.PP
-EFADV_DEVICE_ATTR_CAPS_RNR_RETRY: RNR retry is supported for SRD QPs.
-.PP
-EFADV_DEVICE_ATTR_CAPS_CQ_WITH_SGID: Reading source address (SGID) from
-receive completion descriptors is supported.
-Valid only for unknown AH.
-.RE
-.TP
-\f[I]max_rdma_size\f[R]
-Maximum RDMA transfer size in bytes.
-.SH RETURN VALUE
-.PP
-\f[B]efadv_query_device()\f[R] returns 0 on success, or the value of
-errno on failure (which indicates the failure reason).
-.SH SEE ALSO
-.PP
-\f[B]efadv\f[R](7)
-.SH NOTES
-.IP \[bu] 2
-Compatibility mask (comp_mask) is an out field and currently has no
-values.
-.SH AUTHORS
-.PP
-Gal Pressman <galpr...@amazon.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/00b1d0691cdea71ca370160f85854622bfef1e92 
new/pandoc-prebuilt/00b1d0691cdea71ca370160f85854622bfef1e92
--- old/pandoc-prebuilt/00b1d0691cdea71ca370160f85854622bfef1e92        
2023-04-19 10:19:15.016770987 +0200
+++ new/pandoc-prebuilt/00b1d0691cdea71ca370160f85854622bfef1e92        
2023-07-24 09:53:05.220845764 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/03680fe180ea50ca7a257bae4e9229a77c5bee39 
new/pandoc-prebuilt/03680fe180ea50ca7a257bae4e9229a77c5bee39
--- old/pandoc-prebuilt/03680fe180ea50ca7a257bae4e9229a77c5bee39        
2023-04-19 10:19:15.172772046 +0200
+++ new/pandoc-prebuilt/03680fe180ea50ca7a257bae4e9229a77c5bee39        
2023-07-24 09:53:05.384842556 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/0ba59aab27e17cce9897cc6bb8b15983f98d220c 
new/pandoc-prebuilt/0ba59aab27e17cce9897cc6bb8b15983f98d220c
--- old/pandoc-prebuilt/0ba59aab27e17cce9897cc6bb8b15983f98d220c        
2023-04-19 10:19:16.196778999 +0200
+++ new/pandoc-prebuilt/0ba59aab27e17cce9897cc6bb8b15983f98d220c        
2023-07-24 09:53:06.412822857 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/0dd548b42932b3f7aed8438c414ff64484ece216 
new/pandoc-prebuilt/0dd548b42932b3f7aed8438c414ff64484ece216
--- old/pandoc-prebuilt/0dd548b42932b3f7aed8438c414ff64484ece216        
2023-04-19 10:19:15.816776418 +0200
+++ new/pandoc-prebuilt/0dd548b42932b3f7aed8438c414ff64484ece216        
2023-07-24 09:53:06.024830058 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
@@ -107,6 +107,7 @@
 .IP
 .nf
 \f[C]
+
 struct mlx5dv_dci_streams {
     uint8_t log_num_concurent;
     uint8_t log_num_errored;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/10cc2151fa6d9310030f90db8112aa7b9773508e 
new/pandoc-prebuilt/10cc2151fa6d9310030f90db8112aa7b9773508e
--- old/pandoc-prebuilt/10cc2151fa6d9310030f90db8112aa7b9773508e        
2023-04-19 10:19:15.572774762 +0200
+++ new/pandoc-prebuilt/10cc2151fa6d9310030f90db8112aa7b9773508e        
2023-07-24 09:53:05.784834731 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/15509ed914ee358ac026220db5abf5f9fe1737de 
new/pandoc-prebuilt/15509ed914ee358ac026220db5abf5f9fe1737de
--- old/pandoc-prebuilt/15509ed914ee358ac026220db5abf5f9fe1737de        
2023-04-19 10:19:14.596768136 +0200
+++ new/pandoc-prebuilt/15509ed914ee358ac026220db5abf5f9fe1737de        
2023-07-24 09:53:04.816853666 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/162c504f31acfe07dc7c4eed5abd1c873ac2f734 
new/pandoc-prebuilt/162c504f31acfe07dc7c4eed5abd1c873ac2f734
--- old/pandoc-prebuilt/162c504f31acfe07dc7c4eed5abd1c873ac2f734        
2023-04-19 10:19:16.036777912 +0200
+++ new/pandoc-prebuilt/162c504f31acfe07dc7c4eed5abd1c873ac2f734        
2023-07-24 09:53:06.260825677 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/177697d3a0829174dba026d04c8eba60b5a27007 
new/pandoc-prebuilt/177697d3a0829174dba026d04c8eba60b5a27007
--- old/pandoc-prebuilt/177697d3a0829174dba026d04c8eba60b5a27007        
2023-04-19 10:19:15.096771530 +0200
+++ new/pandoc-prebuilt/177697d3a0829174dba026d04c8eba60b5a27007        
2023-07-24 09:53:05.312843964 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/1c3f51131206bb1a7ed34fbdc897910d313df687 
new/pandoc-prebuilt/1c3f51131206bb1a7ed34fbdc897910d313df687
--- old/pandoc-prebuilt/1c3f51131206bb1a7ed34fbdc897910d313df687        
2023-04-19 10:19:15.944777287 +0200
+++ new/pandoc-prebuilt/1c3f51131206bb1a7ed34fbdc897910d313df687        
2023-07-24 09:53:06.160827534 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/1f21cdca514c6383ef7e95bac3153183b43b43f9 
new/pandoc-prebuilt/1f21cdca514c6383ef7e95bac3153183b43b43f9
--- old/pandoc-prebuilt/1f21cdca514c6383ef7e95bac3153183b43b43f9        
2023-04-19 10:19:14.608768217 +0200
+++ new/pandoc-prebuilt/1f21cdca514c6383ef7e95bac3153183b43b43f9        
2023-07-24 09:53:04.820853588 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/2082c9e75706a10a0c0c9925f5108736249d8368 
new/pandoc-prebuilt/2082c9e75706a10a0c0c9925f5108736249d8368
--- old/pandoc-prebuilt/2082c9e75706a10a0c0c9925f5108736249d8368        
2023-04-19 10:19:14.692768788 +0200
+++ new/pandoc-prebuilt/2082c9e75706a10a0c0c9925f5108736249d8368        
2023-07-24 09:53:04.884852336 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/20bb05893074311222ee111bdbb5f232376d1fdd 
new/pandoc-prebuilt/20bb05893074311222ee111bdbb5f232376d1fdd
--- old/pandoc-prebuilt/20bb05893074311222ee111bdbb5f232376d1fdd        
2023-04-19 10:19:16.288779623 +0200
+++ new/pandoc-prebuilt/20bb05893074311222ee111bdbb5f232376d1fdd        
2023-07-24 09:53:06.512821000 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/23046225aae54879fdd2d044ba307096e412d64c 
new/pandoc-prebuilt/23046225aae54879fdd2d044ba307096e412d64c
--- old/pandoc-prebuilt/23046225aae54879fdd2d044ba307096e412d64c        
2023-04-19 10:19:16.124778510 +0200
+++ new/pandoc-prebuilt/23046225aae54879fdd2d044ba307096e412d64c        
2023-07-24 09:53:06.344824118 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/23660644c7d16519530ca5d9fe12f0f800e1f1c0 
new/pandoc-prebuilt/23660644c7d16519530ca5d9fe12f0f800e1f1c0
--- old/pandoc-prebuilt/23660644c7d16519530ca5d9fe12f0f800e1f1c0        
2023-04-19 10:19:15.856776690 +0200
+++ new/pandoc-prebuilt/23660644c7d16519530ca5d9fe12f0f800e1f1c0        
2023-07-24 09:53:06.068829242 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/27eaa419d1bb46824097bffdf0ae970f24c1f0eb 
new/pandoc-prebuilt/27eaa419d1bb46824097bffdf0ae970f24c1f0eb
--- old/pandoc-prebuilt/27eaa419d1bb46824097bffdf0ae970f24c1f0eb        
2023-04-19 10:19:16.196778999 +0200
+++ new/pandoc-prebuilt/27eaa419d1bb46824097bffdf0ae970f24c1f0eb        
2023-07-24 09:53:06.408822930 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/2a9899c3a62b0c9164f7f76f08930a7e80ea9e51 
new/pandoc-prebuilt/2a9899c3a62b0c9164f7f76f08930a7e80ea9e51
--- old/pandoc-prebuilt/2a9899c3a62b0c9164f7f76f08930a7e80ea9e51        
2023-04-19 10:19:16.392780329 +0200
+++ new/pandoc-prebuilt/2a9899c3a62b0c9164f7f76f08930a7e80ea9e51        
2023-07-24 09:53:06.620818996 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/2cd4402b920e0a57d92dcf281f2091ee6e4ac141 
new/pandoc-prebuilt/2cd4402b920e0a57d92dcf281f2091ee6e4ac141
--- old/pandoc-prebuilt/2cd4402b920e0a57d92dcf281f2091ee6e4ac141        
2023-04-19 10:19:14.336766371 +0200
+++ new/pandoc-prebuilt/2cd4402b920e0a57d92dcf281f2091ee6e4ac141        
2023-07-24 09:53:04.536859144 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/2d8bf0753443ec6498bc7a90d728d90110707533 
new/pandoc-prebuilt/2d8bf0753443ec6498bc7a90d728d90110707533
--- old/pandoc-prebuilt/2d8bf0753443ec6498bc7a90d728d90110707533        
2023-04-19 10:19:15.748775956 +0200
+++ new/pandoc-prebuilt/2d8bf0753443ec6498bc7a90d728d90110707533        
2023-07-24 09:53:05.964831210 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/34cf0e59f60dd9af279902148ab5180325339afc 
new/pandoc-prebuilt/34cf0e59f60dd9af279902148ab5180325339afc
--- old/pandoc-prebuilt/34cf0e59f60dd9af279902148ab5180325339afc        
2023-04-19 10:19:14.596768136 +0200
+++ new/pandoc-prebuilt/34cf0e59f60dd9af279902148ab5180325339afc        
2023-07-24 09:53:04.784854293 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/35de5f25ab929eed324046bc74a2a953f3b8a47b 
new/pandoc-prebuilt/35de5f25ab929eed324046bc74a2a953f3b8a47b
--- old/pandoc-prebuilt/35de5f25ab929eed324046bc74a2a953f3b8a47b        
2023-04-19 10:19:14.696768814 +0200
+++ new/pandoc-prebuilt/35de5f25ab929eed324046bc74a2a953f3b8a47b        
2023-07-24 09:53:04.920851632 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/3865c6ff8e50f4f1a36b3a37c147c9bd26d7eb21 
new/pandoc-prebuilt/3865c6ff8e50f4f1a36b3a37c147c9bd26d7eb21
--- old/pandoc-prebuilt/3865c6ff8e50f4f1a36b3a37c147c9bd26d7eb21        
2023-04-19 10:19:16.464780818 +0200
+++ new/pandoc-prebuilt/3865c6ff8e50f4f1a36b3a37c147c9bd26d7eb21        
2023-07-24 09:53:06.696817585 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/387bcd897d46908fd6f21b68160ba3e043958131 
new/pandoc-prebuilt/387bcd897d46908fd6f21b68160ba3e043958131
--- old/pandoc-prebuilt/387bcd897d46908fd6f21b68160ba3e043958131        
2023-04-19 10:19:15.356773295 +0200
+++ new/pandoc-prebuilt/387bcd897d46908fd6f21b68160ba3e043958131        
2023-07-24 09:53:05.564839035 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/41bbb0bed7a781be59e8c0dcd8b7278af2ce6882 
new/pandoc-prebuilt/41bbb0bed7a781be59e8c0dcd8b7278af2ce6882
--- old/pandoc-prebuilt/41bbb0bed7a781be59e8c0dcd8b7278af2ce6882        
2023-04-19 10:19:14.248765772 +0200
+++ new/pandoc-prebuilt/41bbb0bed7a781be59e8c0dcd8b7278af2ce6882        
2023-07-24 09:53:04.436861100 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/4616c6e33f45add7c8e0b9e86d978fb01250c8c1 
new/pandoc-prebuilt/4616c6e33f45add7c8e0b9e86d978fb01250c8c1
--- old/pandoc-prebuilt/4616c6e33f45add7c8e0b9e86d978fb01250c8c1        
2023-04-19 10:19:15.700775631 +0200
+++ new/pandoc-prebuilt/4616c6e33f45add7c8e0b9e86d978fb01250c8c1        
2023-07-24 09:53:05.912832227 +0200
@@ -1,5 +1,5 @@
 '\" t
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/48ca0bd526e135788ce126d7a5ba285a6e144407 
new/pandoc-prebuilt/48ca0bd526e135788ce126d7a5ba285a6e144407
--- old/pandoc-prebuilt/48ca0bd526e135788ce126d7a5ba285a6e144407        
2023-04-19 10:19:14.408766858 +0200
+++ new/pandoc-prebuilt/48ca0bd526e135788ce126d7a5ba285a6e144407        
2023-07-24 09:53:04.600857892 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/4a2fda3e7e3b15e84396f81e6aae0bde38dcfb98 
new/pandoc-prebuilt/4a2fda3e7e3b15e84396f81e6aae0bde38dcfb98
--- old/pandoc-prebuilt/4a2fda3e7e3b15e84396f81e6aae0bde38dcfb98        
2023-04-19 10:19:14.416766914 +0200
+++ new/pandoc-prebuilt/4a2fda3e7e3b15e84396f81e6aae0bde38dcfb98        
2023-07-24 09:53:04.588858126 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/4aefe6ec699efe9cbeab3f78569c8ed5da970a2e 
new/pandoc-prebuilt/4aefe6ec699efe9cbeab3f78569c8ed5da970a2e
--- old/pandoc-prebuilt/4aefe6ec699efe9cbeab3f78569c8ed5da970a2e        
2023-04-19 10:19:16.032777886 +0200
+++ new/pandoc-prebuilt/4aefe6ec699efe9cbeab3f78569c8ed5da970a2e        
2023-07-24 09:53:06.252825826 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/4d2afe628b50572105e0483d1f946091a6a6388f 
new/pandoc-prebuilt/4d2afe628b50572105e0483d1f946091a6a6388f
--- old/pandoc-prebuilt/4d2afe628b50572105e0483d1f946091a6a6388f        
2023-04-19 10:19:15.704775659 +0200
+++ new/pandoc-prebuilt/4d2afe628b50572105e0483d1f946091a6a6388f        
2023-07-24 09:53:05.904832384 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/50f6e71e397cf5410c315ea80d7bd3a967080647 
new/pandoc-prebuilt/50f6e71e397cf5410c315ea80d7bd3a967080647
--- old/pandoc-prebuilt/50f6e71e397cf5410c315ea80d7bd3a967080647        
2023-04-19 10:19:14.504767510 +0200
+++ new/pandoc-prebuilt/50f6e71e397cf5410c315ea80d7bd3a967080647        
2023-07-24 09:53:04.692856092 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/5149808f7f084016a7e6ee8afa1b217bcd78f25d 
new/pandoc-prebuilt/5149808f7f084016a7e6ee8afa1b217bcd78f25d
--- old/pandoc-prebuilt/5149808f7f084016a7e6ee8afa1b217bcd78f25d        
2023-04-19 10:19:14.784769412 +0200
+++ new/pandoc-prebuilt/5149808f7f084016a7e6ee8afa1b217bcd78f25d        
2023-07-24 09:53:05.008849910 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/515c4ddf52e644f7f347c40deac43d5ddb5bb19d 
new/pandoc-prebuilt/515c4ddf52e644f7f347c40deac43d5ddb5bb19d
--- old/pandoc-prebuilt/515c4ddf52e644f7f347c40deac43d5ddb5bb19d        
2023-04-19 10:19:15.264772671 +0200
+++ new/pandoc-prebuilt/515c4ddf52e644f7f347c40deac43d5ddb5bb19d        
2023-07-24 09:53:05.476840756 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/532c7a2d93d5555e2b0b1403669a2be45ec851d4 
new/pandoc-prebuilt/532c7a2d93d5555e2b0b1403669a2be45ec851d4
--- old/pandoc-prebuilt/532c7a2d93d5555e2b0b1403669a2be45ec851d4        
2023-04-19 10:19:14.696768814 +0200
+++ new/pandoc-prebuilt/532c7a2d93d5555e2b0b1403669a2be45ec851d4        
2023-07-24 09:53:04.920851632 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/561ea56de897d453a681e70cd2be7d0c0335e784 
new/pandoc-prebuilt/561ea56de897d453a681e70cd2be7d0c0335e784
--- old/pandoc-prebuilt/561ea56de897d453a681e70cd2be7d0c0335e784        
2023-04-19 10:19:15.840776582 +0200
+++ new/pandoc-prebuilt/561ea56de897d453a681e70cd2be7d0c0335e784        
2023-07-24 09:53:06.056829464 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/58748d44e47709c08982c6349ef8fc8891398ef3 
new/pandoc-prebuilt/58748d44e47709c08982c6349ef8fc8891398ef3
--- old/pandoc-prebuilt/58748d44e47709c08982c6349ef8fc8891398ef3        
2023-04-19 10:19:16.304779732 +0200
+++ new/pandoc-prebuilt/58748d44e47709c08982c6349ef8fc8891398ef3        
2023-07-24 09:53:06.532820629 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/5d67297aeec84eb513d984263139efe7f71750d5 
new/pandoc-prebuilt/5d67297aeec84eb513d984263139efe7f71750d5
--- old/pandoc-prebuilt/5d67297aeec84eb513d984263139efe7f71750d5        
1970-01-01 01:00:00.000000000 +0100
+++ new/pandoc-prebuilt/5d67297aeec84eb513d984263139efe7f71750d5        
2023-07-24 09:53:05.196846233 +0200
@@ -0,0 +1,106 @@
+.\" Automatically generated by Pandoc 2.18
+.\"
+.\" Define V font for inline verbatim, using C font in formats
+.\" that render this, and otherwise B font.
+.ie "\f[CB]x\f[]"x" \{\
+. ftr V B
+. ftr VI BI
+. ftr VB B
+. ftr VBI BI
+.\}
+.el \{\
+. ftr V CR
+. ftr VI CI
+. ftr VB CB
+. ftr VBI CBI
+.\}
+.TH "ibv_query_qp_data_in_order" "3" "2020-3-3" "libibverbs" "Libibverbs 
Programmer\[cq]s Manual"
+.hy
+.SH NAME
+.PP
+ibv_query_qp_data_in_order - check if qp data is guaranteed to be in
+order.
+.SH SYNOPSIS
+.IP
+.nf
+\f[C]
+#include <infiniband/verbs.h>
+
+int ibv_query_qp_data_in_order(struct ibv_qp *qp, enum ibv_wr_opcode op, 
uint32_t flags);
+\f[R]
+.fi
+.SH DESCRIPTION
+.PP
+\f[B]ibv_query_qp_data_in_order()\f[R] Checks whether WQE data is
+guaranteed to be written in-order, and thus reader may poll for data
+instead of poll for completion.
+This function indicates data is written in-order within each WQE, but
+cannot be used to determine ordering between separate WQEs.
+This function describes ordering at the receiving side of the QP, not
+the sending side.
+.SH ARGUMENTS
+.TP
+\f[I]qp\f[R]
+.IP
+.nf
+\f[C]
+The local queue pair (QP) to query.
+\f[R]
+.fi
+.TP
+\f[I]op\f[R]
+.IP
+.nf
+\f[C]
+The operation type to query about. Different operation types may write data in 
a different order.
+\f[R]
+.fi
+.RS
+For RDMA read operations: describes ordering of RDMA reads posted on
+this local QP.
+For RDMA write operations: describes ordering of remote RDMA writes
+being done into this local QP.
+For RDMA send operations: describes ordering of remote RDMA sends being
+done into this local QP.
+This function should not be used to determine ordering of other
+operation types.
+.RE
+.TP
+\f[I]flags\f[R]
+Flags are used to select a query type.
+Supported values:
+.PP
+IBV_QUERY_QP_DATA_IN_ORDER_RETURN_CAPS - Query for supported
+capabilities and return a capabilities vector.
+.PP
+Passing 0 is equivalent to using IBV_QUERY_QP_DATA_IN_ORDER_RETURN_CAPS
+and checking for IBV_QUERY_QP_DATA_IN_ORDER_WHOLE_MSG support.
+.SH RETURN VALUE
+.PP
+\f[B]ibv_query_qp_data_in_order()\f[R] Return value is determined by
+flags.
+For each capability bit, 1 is returned if the data is guaranteed to be
+written in-order for selected operation and type, 0 otherwise.
+If IBV_QUERY_QP_DATA_IN_ORDER_RETURN_CAPS flag is used, return value can
+consist of following capabilities:
+.PP
+IBV_QUERY_QP_DATA_IN_ORDER_WHOLE_MSG - All data is being written in
+order.
+.PP
+IBV_QUERY_QP_DATA_IN_ORDER_ALIGNED_128_BYTES - Each 128 bytes aligned
+block is being written in order.
+.PP
+If flags is 0, the function will return 1 if
+IBV_QUERY_QP_DATA_IN_ORDER_WHOLE_MSG is supported and 0 otherwise.
+.SH NOTES
+.PP
+Return value is valid only when the data is read by the CPU and relaxed
+ordering MR is not the target of the transfer.
+.SH SEE ALSO
+.PP
+\f[B]ibv_query_qp\f[R](3)
+.SH AUTHOR
+.PP
+Patrisious Haddad <phad...@nvidia.com>
+.PP
+Yochai Cohen <yoc...@nvidia.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/61284d8d064b74fa3d2b4f791a7498fed5d4fbb0 
new/pandoc-prebuilt/61284d8d064b74fa3d2b4f791a7498fed5d4fbb0
--- old/pandoc-prebuilt/61284d8d064b74fa3d2b4f791a7498fed5d4fbb0        
2023-04-19 10:19:15.560774680 +0200
+++ new/pandoc-prebuilt/61284d8d064b74fa3d2b4f791a7498fed5d4fbb0        
2023-07-24 09:53:05.772834966 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/624de381c4dd90a5061dfb899e33d1aff4f8af1c 
new/pandoc-prebuilt/624de381c4dd90a5061dfb899e33d1aff4f8af1c
--- old/pandoc-prebuilt/624de381c4dd90a5061dfb899e33d1aff4f8af1c        
2023-04-19 10:19:16.108778401 +0200
+++ new/pandoc-prebuilt/624de381c4dd90a5061dfb899e33d1aff4f8af1c        
2023-07-24 09:53:06.316824638 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/6962baf519ab44a4635fd03f70c3033b30b7467e 
new/pandoc-prebuilt/6962baf519ab44a4635fd03f70c3033b30b7467e
--- old/pandoc-prebuilt/6962baf519ab44a4635fd03f70c3033b30b7467e        
2023-04-19 10:19:15.372773404 +0200
+++ new/pandoc-prebuilt/6962baf519ab44a4635fd03f70c3033b30b7467e        
2023-07-24 09:53:05.576838800 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/697d7ae1cfe1af4b9264377df95979884266183b 
new/pandoc-prebuilt/697d7ae1cfe1af4b9264377df95979884266183b
--- old/pandoc-prebuilt/697d7ae1cfe1af4b9264377df95979884266183b        
2023-04-19 10:19:14.424766967 +0200
+++ new/pandoc-prebuilt/697d7ae1cfe1af4b9264377df95979884266183b        
2023-07-24 09:53:04.624857422 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/6a82b0bc695f8fd980a86aefaf5890804a010761 
new/pandoc-prebuilt/6a82b0bc695f8fd980a86aefaf5890804a010761
--- old/pandoc-prebuilt/6a82b0bc695f8fd980a86aefaf5890804a010761        
2023-04-19 10:19:14.784769412 +0200
+++ new/pandoc-prebuilt/6a82b0bc695f8fd980a86aefaf5890804a010761        
2023-07-24 09:53:04.980850459 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/6de8298d2452a2503f893112a0955baf560008c1 
new/pandoc-prebuilt/6de8298d2452a2503f893112a0955baf560008c1
--- old/pandoc-prebuilt/6de8298d2452a2503f893112a0955baf560008c1        
2023-04-19 10:19:14.784769412 +0200
+++ new/pandoc-prebuilt/6de8298d2452a2503f893112a0955baf560008c1        
2023-07-24 09:53:05.000850067 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/71b9f30576194f743a340f6eaef13c674b4019d5 
new/pandoc-prebuilt/71b9f30576194f743a340f6eaef13c674b4019d5
--- old/pandoc-prebuilt/71b9f30576194f743a340f6eaef13c674b4019d5        
2023-04-19 10:19:15.068771340 +0200
+++ new/pandoc-prebuilt/71b9f30576194f743a340f6eaef13c674b4019d5        
2023-07-24 09:53:05.288844434 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/725864760a9e952fbea0aae78ed6b048c9f7ff73 
new/pandoc-prebuilt/725864760a9e952fbea0aae78ed6b048c9f7ff73
--- old/pandoc-prebuilt/725864760a9e952fbea0aae78ed6b048c9f7ff73        
2023-04-19 10:19:15.248772562 +0200
+++ new/pandoc-prebuilt/725864760a9e952fbea0aae78ed6b048c9f7ff73        
2023-07-24 09:53:05.472840834 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/72e3fc8ebb7e504f7d36ce7478cd7cff2fa1ee75 
new/pandoc-prebuilt/72e3fc8ebb7e504f7d36ce7478cd7cff2fa1ee75
--- old/pandoc-prebuilt/72e3fc8ebb7e504f7d36ce7478cd7cff2fa1ee75        
2023-04-19 10:19:16.508781117 +0200
+++ new/pandoc-prebuilt/72e3fc8ebb7e504f7d36ce7478cd7cff2fa1ee75        
2023-07-24 09:53:06.732816916 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/740ff287af59dd58577c3c7910e7778286773efb 
new/pandoc-prebuilt/740ff287af59dd58577c3c7910e7778286773efb
--- old/pandoc-prebuilt/740ff287af59dd58577c3c7910e7778286773efb        
2023-04-19 10:19:16.564781497 +0200
+++ new/pandoc-prebuilt/740ff287af59dd58577c3c7910e7778286773efb        
2023-07-24 09:53:06.804815580 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/77100c5a6ee765b51de802a3368e8e9fdea4914c 
new/pandoc-prebuilt/77100c5a6ee765b51de802a3368e8e9fdea4914c
--- old/pandoc-prebuilt/77100c5a6ee765b51de802a3368e8e9fdea4914c        
2023-04-19 10:19:14.512767565 +0200
+++ new/pandoc-prebuilt/77100c5a6ee765b51de802a3368e8e9fdea4914c        
2023-07-24 09:53:04.716855623 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/771e81c03946e49b29d803afc6498a1c2c346ce8 
new/pandoc-prebuilt/771e81c03946e49b29d803afc6498a1c2c346ce8
--- old/pandoc-prebuilt/771e81c03946e49b29d803afc6498a1c2c346ce8        
2023-04-19 10:19:16.592781688 +0200
+++ new/pandoc-prebuilt/771e81c03946e49b29d803afc6498a1c2c346ce8        
2023-07-24 09:53:06.824815209 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/77e091fce9252614b7c6136f15917606746eac44 
new/pandoc-prebuilt/77e091fce9252614b7c6136f15917606746eac44
--- old/pandoc-prebuilt/77e091fce9252614b7c6136f15917606746eac44        
2023-04-19 10:19:16.480780927 +0200
+++ new/pandoc-prebuilt/77e091fce9252614b7c6136f15917606746eac44        
2023-07-24 09:53:06.712817288 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/7acddf75dff9731ca765052c431e5fde2039ed35 
new/pandoc-prebuilt/7acddf75dff9731ca765052c431e5fde2039ed35
--- old/pandoc-prebuilt/7acddf75dff9731ca765052c431e5fde2039ed35        
2023-04-19 10:19:15.472774083 +0200
+++ new/pandoc-prebuilt/7acddf75dff9731ca765052c431e5fde2039ed35        
2023-07-24 09:53:05.696836452 +0200
@@ -1,5 +1,5 @@
 '\" t
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/7d3edfef629d9dea0b4104ab062e4db1ce3aa45f 
new/pandoc-prebuilt/7d3edfef629d9dea0b4104ab062e4db1ce3aa45f
--- old/pandoc-prebuilt/7d3edfef629d9dea0b4104ab062e4db1ce3aa45f        
2023-04-19 10:19:14.432767022 +0200
+++ new/pandoc-prebuilt/7d3edfef629d9dea0b4104ab062e4db1ce3aa45f        
2023-07-24 09:53:04.628857344 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/7dd9f0d248b5c12ac0798c7c4ddf8579cb36d2fa 
new/pandoc-prebuilt/7dd9f0d248b5c12ac0798c7c4ddf8579cb36d2fa
--- old/pandoc-prebuilt/7dd9f0d248b5c12ac0798c7c4ddf8579cb36d2fa        
2023-04-19 10:19:15.340773186 +0200
+++ new/pandoc-prebuilt/7dd9f0d248b5c12ac0798c7c4ddf8579cb36d2fa        
2023-07-24 09:53:05.564839035 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/8105741e009ee9c0458701d0170810358fd59887 
new/pandoc-prebuilt/8105741e009ee9c0458701d0170810358fd59887
--- old/pandoc-prebuilt/8105741e009ee9c0458701d0170810358fd59887        
2023-04-19 10:19:16.504781089 +0200
+++ new/pandoc-prebuilt/8105741e009ee9c0458701d0170810358fd59887        
2023-07-24 09:53:06.732816916 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/83ca97f720a75fe4c0d36125d47b3cced6413e6d 
new/pandoc-prebuilt/83ca97f720a75fe4c0d36125d47b3cced6413e6d
--- old/pandoc-prebuilt/83ca97f720a75fe4c0d36125d47b3cced6413e6d        
2023-04-19 10:19:15.916777097 +0200
+++ new/pandoc-prebuilt/83ca97f720a75fe4c0d36125d47b3cced6413e6d        
2023-07-24 09:53:06.116828351 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/87bcbf2b86c31bd9ac6bf9e31aeb0c2c46f31d9c 
new/pandoc-prebuilt/87bcbf2b86c31bd9ac6bf9e31aeb0c2c46f31d9c
--- old/pandoc-prebuilt/87bcbf2b86c31bd9ac6bf9e31aeb0c2c46f31d9c        
2023-04-19 10:19:14.804769547 +0200
+++ new/pandoc-prebuilt/87bcbf2b86c31bd9ac6bf9e31aeb0c2c46f31d9c        
2023-07-24 09:53:05.012849833 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/8b66ab581ae97d421270efd7663ff0e978bf4d0f 
new/pandoc-prebuilt/8b66ab581ae97d421270efd7663ff0e978bf4d0f
--- old/pandoc-prebuilt/8b66ab581ae97d421270efd7663ff0e978bf4d0f        
2023-04-19 10:19:16.020777803 +0200
+++ new/pandoc-prebuilt/8b66ab581ae97d421270efd7663ff0e978bf4d0f        
2023-07-24 09:53:06.220826420 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/972a32a8debfec8e394c32769fd0d69e06a946ef 
new/pandoc-prebuilt/972a32a8debfec8e394c32769fd0d69e06a946ef
--- old/pandoc-prebuilt/972a32a8debfec8e394c32769fd0d69e06a946ef        
2023-04-19 10:19:14.244765745 +0200
+++ new/pandoc-prebuilt/972a32a8debfec8e394c32769fd0d69e06a946ef        
2023-07-24 09:53:04.436861100 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/983dc82fa7ae24ca010e5d6e9d76e86725041150 
new/pandoc-prebuilt/983dc82fa7ae24ca010e5d6e9d76e86725041150
--- old/pandoc-prebuilt/983dc82fa7ae24ca010e5d6e9d76e86725041150        
2023-04-19 10:19:14.244765745 +0200
+++ new/pandoc-prebuilt/983dc82fa7ae24ca010e5d6e9d76e86725041150        
2023-07-24 09:53:04.436861100 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/9f5424fb7c398a6f74bb3dd4acc250ca6e0040bc 
new/pandoc-prebuilt/9f5424fb7c398a6f74bb3dd4acc250ca6e0040bc
--- old/pandoc-prebuilt/9f5424fb7c398a6f74bb3dd4acc250ca6e0040bc        
2023-04-19 10:19:15.596774924 +0200
+++ new/pandoc-prebuilt/9f5424fb7c398a6f74bb3dd4acc250ca6e0040bc        
2023-07-24 09:53:05.792834575 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/a2e90b674819f826146fc161bc8b59535fa9bb50 
new/pandoc-prebuilt/a2e90b674819f826146fc161bc8b59535fa9bb50
--- old/pandoc-prebuilt/a2e90b674819f826146fc161bc8b59535fa9bb50        
2023-04-19 10:19:15.480774137 +0200
+++ new/pandoc-prebuilt/a2e90b674819f826146fc161bc8b59535fa9bb50        
2023-07-24 09:53:05.680836765 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/a6e351c703e8e37dd34435cd99d002090744d0d0 
new/pandoc-prebuilt/a6e351c703e8e37dd34435cd99d002090744d0d0
--- old/pandoc-prebuilt/a6e351c703e8e37dd34435cd99d002090744d0d0        
2023-04-19 10:19:15.104771584 +0200
+++ new/pandoc-prebuilt/a6e351c703e8e37dd34435cd99d002090744d0d0        
2023-07-24 09:53:05.312843964 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/a91b9346f932b9f38e4ce3ec5ee815fd39fa0a91 
new/pandoc-prebuilt/a91b9346f932b9f38e4ce3ec5ee815fd39fa0a91
--- old/pandoc-prebuilt/a91b9346f932b9f38e4ce3ec5ee815fd39fa0a91        
2023-04-19 10:19:16.396780356 +0200
+++ new/pandoc-prebuilt/a91b9346f932b9f38e4ce3ec5ee815fd39fa0a91        
2023-07-24 09:53:06.624818921 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/aaadc388b36ef43bafc2846dde6cc6f8777cca48 
new/pandoc-prebuilt/aaadc388b36ef43bafc2846dde6cc6f8777cca48
--- old/pandoc-prebuilt/aaadc388b36ef43bafc2846dde6cc6f8777cca48        
2023-04-19 10:19:15.288772833 +0200
+++ new/pandoc-prebuilt/aaadc388b36ef43bafc2846dde6cc6f8777cca48        
2023-07-24 09:53:05.488840521 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b2c1ec202a4c332e7919503e03427fea00df3cfe 
new/pandoc-prebuilt/b2c1ec202a4c332e7919503e03427fea00df3cfe
--- old/pandoc-prebuilt/b2c1ec202a4c332e7919503e03427fea00df3cfe        
2023-04-19 10:19:14.964770634 +0200
+++ new/pandoc-prebuilt/b2c1ec202a4c332e7919503e03427fea00df3cfe        
1970-01-01 01:00:00.000000000 +0100
@@ -1,87 +0,0 @@
-.\" Automatically generated by Pandoc 2.17.1.1
-.\"
-.\" Define V font for inline verbatim, using C font in formats
-.\" that render this, and otherwise B font.
-.ie "\f[CB]x\f[]"x" \{\
-. ftr V B
-. ftr VI BI
-. ftr VB B
-. ftr VBI BI
-.\}
-.el \{\
-. ftr V CR
-. ftr VI CI
-. ftr VB CB
-. ftr VBI CBI
-.\}
-.TH "ibv_query_qp_data_in_order" "3" "2020-3-3" "libibverbs" "Libibverbs 
Programmer\[cq]s Manual"
-.hy
-.SH NAME
-.PP
-ibv_query_qp_data_in_order - check if qp data is guaranteed to be in
-order.
-.SH SYNOPSIS
-.IP
-.nf
-\f[C]
-#include <infiniband/verbs.h>
-
-int ibv_query_qp_data_in_order(struct ibv_qp *qp, enum ibv_wr_opcode op, 
uint32_t flags);
-\f[R]
-.fi
-.SH DESCRIPTION
-.PP
-\f[B]ibv_query_qp_data_in_order()\f[R] Checks whether WQE data is
-guaranteed to be written in-order, and thus reader may poll for data
-instead of poll for completion.
-This function indicates data is written in-order within each WQE, but
-cannot be used to determine ordering between separate WQEs.
-This function describes ordering at the receiving side of the QP, not
-the sending side.
-.SH ARGUMENTS
-.TP
-\f[I]qp\f[R]
-.IP
-.nf
-\f[C]
-The local queue pair (QP) to query.
-\f[R]
-.fi
-.TP
-\f[I]op\f[R]
-.IP
-.nf
-\f[C]
-The operation type to query about. Different operation types may write data in 
a different order.
-\f[R]
-.fi
-.RS
-For RDMA read operations: describes ordering of RDMA reads posted on
-this local QP.
-For RDMA write operations: describes ordering of remote RDMA writes
-being done into this local QP.
-For RDMA send operations: describes ordering of remote RDMA sends being
-done into this local QP.
-This function should not be used to determine ordering of other
-operation types.
-.RE
-.TP
-\f[I]flags\f[R]
-Extra field for future input.
-For now must be 0.
-.SH RETURN VALUE
-.PP
-\f[B]ibv_query_qp_data_in_order()\f[R] Returns 1 if the data is
-guaranteed to be written in-order, 0 otherwise.
-.SH NOTES
-.PP
-Return value is valid only when the data is read by the CPU and relaxed
-ordering MR is not the target of the transfer.
-.SH SEE ALSO
-.PP
-\f[B]ibv_query_qp\f[R](3)
-.SH AUTHOR
-.PP
-Patrisious Haddad <phad...@nvidia.com>
-.PP
-Yochai Cohen <yoc...@nvidia.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b374d10efc75dbb83fd6b6f4c9ea706162ce974f 
new/pandoc-prebuilt/b374d10efc75dbb83fd6b6f4c9ea706162ce974f
--- old/pandoc-prebuilt/b374d10efc75dbb83fd6b6f4c9ea706162ce974f        
2023-04-19 10:19:16.124778510 +0200
+++ new/pandoc-prebuilt/b374d10efc75dbb83fd6b6f4c9ea706162ce974f        
2023-07-24 09:53:06.352823970 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b3d9d854e425936e8c2dafb5f2689701bb71462a 
new/pandoc-prebuilt/b3d9d854e425936e8c2dafb5f2689701bb71462a
--- old/pandoc-prebuilt/b3d9d854e425936e8c2dafb5f2689701bb71462a        
2023-04-19 10:19:15.976777505 +0200
+++ new/pandoc-prebuilt/b3d9d854e425936e8c2dafb5f2689701bb71462a        
2023-07-24 09:53:06.180827162 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b4a6bc6bbb2f05ddc2593766851a6aaf9fd4d306 
new/pandoc-prebuilt/b4a6bc6bbb2f05ddc2593766851a6aaf9fd4d306
--- old/pandoc-prebuilt/b4a6bc6bbb2f05ddc2593766851a6aaf9fd4d306        
2023-04-19 10:19:15.508774327 +0200
+++ new/pandoc-prebuilt/b4a6bc6bbb2f05ddc2593766851a6aaf9fd4d306        
2023-07-24 09:53:05.704836296 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b6088f7c78e9b3da664dc6c5eb0c290e3e75613e 
new/pandoc-prebuilt/b6088f7c78e9b3da664dc6c5eb0c290e3e75613e
--- old/pandoc-prebuilt/b6088f7c78e9b3da664dc6c5eb0c290e3e75613e        
2023-04-19 10:19:16.108778401 +0200
+++ new/pandoc-prebuilt/b6088f7c78e9b3da664dc6c5eb0c290e3e75613e        
2023-07-24 09:53:06.324824489 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b774fc986511ba9f337151177587179e2df9588d 
new/pandoc-prebuilt/b774fc986511ba9f337151177587179e2df9588d
--- old/pandoc-prebuilt/b774fc986511ba9f337151177587179e2df9588d        
2023-04-19 10:19:14.520767619 +0200
+++ new/pandoc-prebuilt/b774fc986511ba9f337151177587179e2df9588d        
2023-07-24 09:53:04.716855623 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/b8fed3ca75d836aab593a3062616fb4ca61058fc 
new/pandoc-prebuilt/b8fed3ca75d836aab593a3062616fb4ca61058fc
--- old/pandoc-prebuilt/b8fed3ca75d836aab593a3062616fb4ca61058fc        
2023-04-19 10:19:16.340779976 +0200
+++ new/pandoc-prebuilt/b8fed3ca75d836aab593a3062616fb4ca61058fc        
2023-07-24 09:53:06.568819961 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
@@ -86,6 +86,7 @@
 .IP
 .nf
 \f[C]
+
 struct mlx5dv_sched_attr {
     struct mlx5dv_sched_node *parent;
     uint32_t flags;
@@ -148,6 +149,7 @@
 .IP
 .nf
 \f[C]
+
 struct mlx5dv_sched_node *root;
 struct mlx5dv_sched_leaf *leaf_g1, *leaf_g2;
 struct mlx5dv_sched_attr;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/ba541f84e3e4aee84dcf1896a54e1da9b8aa8392 
new/pandoc-prebuilt/ba541f84e3e4aee84dcf1896a54e1da9b8aa8392
--- old/pandoc-prebuilt/ba541f84e3e4aee84dcf1896a54e1da9b8aa8392        
2023-04-19 10:19:16.308779758 +0200
+++ new/pandoc-prebuilt/ba541f84e3e4aee84dcf1896a54e1da9b8aa8392        
2023-07-24 09:53:06.528820703 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/bc330f50986a4c202ab66bc12d82b6904bff909f 
new/pandoc-prebuilt/bc330f50986a4c202ab66bc12d82b6904bff909f
--- old/pandoc-prebuilt/bc330f50986a4c202ab66bc12d82b6904bff909f        
2023-04-19 10:19:15.284772806 +0200
+++ new/pandoc-prebuilt/bc330f50986a4c202ab66bc12d82b6904bff909f        
2023-07-24 09:53:05.488840521 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/bde0f0fb11d80958e182842cb166935bb5be3347 
new/pandoc-prebuilt/bde0f0fb11d80958e182842cb166935bb5be3347
--- old/pandoc-prebuilt/bde0f0fb11d80958e182842cb166935bb5be3347        
2023-04-19 10:19:14.336766371 +0200
+++ new/pandoc-prebuilt/bde0f0fb11d80958e182842cb166935bb5be3347        
2023-07-24 09:53:04.524859378 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/bf558bfc93b590797fd71edcf80cae0068622805 
new/pandoc-prebuilt/bf558bfc93b590797fd71edcf80cae0068622805
--- old/pandoc-prebuilt/bf558bfc93b590797fd71edcf80cae0068622805        
2023-04-19 10:19:16.388780303 +0200
+++ new/pandoc-prebuilt/bf558bfc93b590797fd71edcf80cae0068622805        
2023-07-24 09:53:06.616819070 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c0c239f1fb706358d4ee439f21164f7fb0662c86 
new/pandoc-prebuilt/c0c239f1fb706358d4ee439f21164f7fb0662c86
--- old/pandoc-prebuilt/c0c239f1fb706358d4ee439f21164f7fb0662c86        
2023-04-19 10:19:14.592768108 +0200
+++ new/pandoc-prebuilt/c0c239f1fb706358d4ee439f21164f7fb0662c86        
2023-07-24 09:53:04.780854371 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c10b498742b7bd02b349331d8ab6ed7a2951bbc5 
new/pandoc-prebuilt/c10b498742b7bd02b349331d8ab6ed7a2951bbc5
--- old/pandoc-prebuilt/c10b498742b7bd02b349331d8ab6ed7a2951bbc5        
2023-04-19 10:19:15.156771938 +0200
+++ new/pandoc-prebuilt/c10b498742b7bd02b349331d8ab6ed7a2951bbc5        
2023-07-24 09:53:05.380842633 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c20e5e8509a68bd427c4300f25e71112e7c0d7cd 
new/pandoc-prebuilt/c20e5e8509a68bd427c4300f25e71112e7c0d7cd
--- old/pandoc-prebuilt/c20e5e8509a68bd427c4300f25e71112e7c0d7cd        
2023-04-19 10:19:16.232779243 +0200
+++ new/pandoc-prebuilt/c20e5e8509a68bd427c4300f25e71112e7c0d7cd        
2023-07-24 09:53:06.456822039 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c41c950912e4d1f32e01fbf73716d1122a2e66a6 
new/pandoc-prebuilt/c41c950912e4d1f32e01fbf73716d1122a2e66a6
--- old/pandoc-prebuilt/c41c950912e4d1f32e01fbf73716d1122a2e66a6        
2023-04-19 10:19:15.880776853 +0200
+++ new/pandoc-prebuilt/c41c950912e4d1f32e01fbf73716d1122a2e66a6        
2023-07-24 09:53:06.084828945 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c6c59b5def9ab3d0083324e4053a36a863365865 
new/pandoc-prebuilt/c6c59b5def9ab3d0083324e4053a36a863365865
--- old/pandoc-prebuilt/c6c59b5def9ab3d0083324e4053a36a863365865        
2023-04-19 10:19:14.872770009 +0200
+++ new/pandoc-prebuilt/c6c59b5def9ab3d0083324e4053a36a863365865        
2023-07-24 09:53:05.096848190 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/c6cf51c33703f96d23549f640ab1e80205143daf 
new/pandoc-prebuilt/c6cf51c33703f96d23549f640ab1e80205143daf
--- old/pandoc-prebuilt/c6cf51c33703f96d23549f640ab1e80205143daf        
2023-04-19 10:19:14.896770173 +0200
+++ new/pandoc-prebuilt/c6cf51c33703f96d23549f640ab1e80205143daf        
2023-07-24 09:53:05.096848190 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/ca22a60969c4c2b09f35bd74358cc9247766569b 
new/pandoc-prebuilt/ca22a60969c4c2b09f35bd74358cc9247766569b
--- old/pandoc-prebuilt/ca22a60969c4c2b09f35bd74358cc9247766569b        
2023-04-19 10:19:15.068771340 +0200
+++ new/pandoc-prebuilt/ca22a60969c4c2b09f35bd74358cc9247766569b        
2023-07-24 09:53:05.280844589 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea 
new/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea
--- old/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea        
2023-04-19 10:19:15.196772209 +0200
+++ new/pandoc-prebuilt/caaca7667f40fff2095c23c0f40c925f1ff3edea        
2023-07-24 09:53:05.400842243 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/cbf7103380d562ab4c0ca6b71d0c6e06c1729ecf 
new/pandoc-prebuilt/cbf7103380d562ab4c0ca6b71d0c6e06c1729ecf
--- old/pandoc-prebuilt/cbf7103380d562ab4c0ca6b71d0c6e06c1729ecf        
2023-04-19 10:19:15.764776065 +0200
+++ new/pandoc-prebuilt/cbf7103380d562ab4c0ca6b71d0c6e06c1729ecf        
2023-07-24 09:53:05.980830897 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/cf4e4cd11a7895e2b33c4b3e1625393ebf105452 
new/pandoc-prebuilt/cf4e4cd11a7895e2b33c4b3e1625393ebf105452
--- old/pandoc-prebuilt/cf4e4cd11a7895e2b33c4b3e1625393ebf105452        
2023-04-19 10:19:15.660775359 +0200
+++ new/pandoc-prebuilt/cf4e4cd11a7895e2b33c4b3e1625393ebf105452        
2023-07-24 09:53:05.872833010 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/d3b0093ed7a124b560e5c23c4b6adc7732f49e30 
new/pandoc-prebuilt/d3b0093ed7a124b560e5c23c4b6adc7732f49e30
--- old/pandoc-prebuilt/d3b0093ed7a124b560e5c23c4b6adc7732f49e30        
2023-04-19 10:19:15.488774191 +0200
+++ new/pandoc-prebuilt/d3b0093ed7a124b560e5c23c4b6adc7732f49e30        
2023-07-24 09:53:05.688836609 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/d5c7e7b0425b7c207ee41b58a93e749b88d7afee 
new/pandoc-prebuilt/d5c7e7b0425b7c207ee41b58a93e749b88d7afee
--- old/pandoc-prebuilt/d5c7e7b0425b7c207ee41b58a93e749b88d7afee        
2023-04-19 10:19:15.940777260 +0200
+++ new/pandoc-prebuilt/d5c7e7b0425b7c207ee41b58a93e749b88d7afee        
2023-07-24 09:53:06.156827608 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/dde42016fc7808c9fd87d819ed0f34905949155b 
new/pandoc-prebuilt/dde42016fc7808c9fd87d819ed0f34905949155b
--- old/pandoc-prebuilt/dde42016fc7808c9fd87d819ed0f34905949155b        
2023-04-19 10:19:15.792776255 +0200
+++ new/pandoc-prebuilt/dde42016fc7808c9fd87d819ed0f34905949155b        
2023-07-24 09:53:05.996830584 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e0502bf533577076861b355485ba3ac4587c1f7b 
new/pandoc-prebuilt/e0502bf533577076861b355485ba3ac4587c1f7b
--- old/pandoc-prebuilt/e0502bf533577076861b355485ba3ac4587c1f7b        
1970-01-01 01:00:00.000000000 +0100
+++ new/pandoc-prebuilt/e0502bf533577076861b355485ba3ac4587c1f7b        
2023-07-24 09:53:05.400842243 +0200
@@ -0,0 +1,106 @@
+.\" Automatically generated by Pandoc 2.18
+.\"
+.\" Define V font for inline verbatim, using C font in formats
+.\" that render this, and otherwise B font.
+.ie "\f[CB]x\f[]"x" \{\
+. ftr V B
+. ftr VI BI
+. ftr VB B
+. ftr VBI BI
+.\}
+.el \{\
+. ftr V CR
+. ftr VI CI
+. ftr VB CB
+. ftr VBI CBI
+.\}
+.TH "EFADV_QUERY_DEVICE" "3" "2019-04-22" "efa" "EFA Direct Verbs Manual"
+.hy
+.SH NAME
+.PP
+efadv_query_device - Query device capabilities
+.SH SYNOPSIS
+.IP
+.nf
+\f[C]
+#include <infiniband/efadv.h>
+
+int efadv_query_device(struct ibv_context *ibvctx,
+               struct efadv_device_attr *attr,
+               uint32_t inlen);
+\f[R]
+.fi
+.SH DESCRIPTION
+.PP
+\f[B]efadv_query_device()\f[R] Queries EFA device specific attributes.
+.PP
+Compatibility is handled using the comp_mask and inlen fields.
+.IP
+.nf
+\f[C]
+struct efadv_device_attr {
+    uint64_t comp_mask;
+    uint32_t max_sq_wr;
+    uint32_t max_rq_wr;
+    uint16_t max_sq_sge;
+    uint16_t max_rq_sge;
+    uint16_t inline_buf_size;
+    uint8_t reserved[2];
+    uint32_t device_caps;
+    uint32_t max_rdma_size;
+};
+\f[R]
+.fi
+.TP
+\f[I]inlen\f[R]
+In: Size of struct efadv_device_attr.
+.TP
+\f[I]comp_mask\f[R]
+Compatibility mask.
+.TP
+\f[I]max_sq_wr\f[R]
+Maximum Send Queue (SQ) Work Requests (WRs).
+.TP
+\f[I]max_rq_wr\f[R]
+Maximum Receive Queue (RQ) Work Requests (WRs).
+.TP
+\f[I]max_sq_sge\f[R]
+Maximum Send Queue (SQ) Scatter Gather Elements (SGEs).
+.TP
+\f[I]max_rq_sge\f[R]
+Maximum Receive Queue (RQ) Scatter Gather Elements (SGEs).
+.TP
+\f[I]inline_buf_size\f[R]
+Maximum inline buffer size.
+.TP
+\f[I]device_caps\f[R]
+Bitmask of device capabilities:
+.RS
+.PP
+EFADV_DEVICE_ATTR_CAPS_RDMA_READ: RDMA read is supported.
+.PP
+EFADV_DEVICE_ATTR_CAPS_RNR_RETRY: RNR retry is supported for SRD QPs.
+.PP
+EFADV_DEVICE_ATTR_CAPS_CQ_WITH_SGID: Reading source address (SGID) from
+receive completion descriptors is supported.
+Valid only for unknown AH.
+.PP
+EFADV_DEVICE_ATTR_CAPS_RDMA_WRITE: RDMA write is supported
+.RE
+.TP
+\f[I]max_rdma_size\f[R]
+Maximum RDMA transfer size in bytes.
+.SH RETURN VALUE
+.PP
+\f[B]efadv_query_device()\f[R] returns 0 on success, or the value of
+errno on failure (which indicates the failure reason).
+.SH SEE ALSO
+.PP
+\f[B]efadv\f[R](7)
+.SH NOTES
+.IP \[bu] 2
+Compatibility mask (comp_mask) is an out field and currently has no
+values.
+.SH AUTHORS
+.PP
+Gal Pressman <galpr...@amazon.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e17edb66e91620850eb7da65f8e01f7fd1d1ddfd 
new/pandoc-prebuilt/e17edb66e91620850eb7da65f8e01f7fd1d1ddfd
--- old/pandoc-prebuilt/e17edb66e91620850eb7da65f8e01f7fd1d1ddfd        
2023-04-19 10:19:15.580774817 +0200
+++ new/pandoc-prebuilt/e17edb66e91620850eb7da65f8e01f7fd1d1ddfd        
2023-07-24 09:53:05.788834653 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee 
new/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee
--- old/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee        
2023-04-19 10:19:14.984770769 +0200
+++ new/pandoc-prebuilt/e2cfc53feeefa2927ad8741ae5964165b27d6aee        
2023-07-24 09:53:05.188846390 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e321cdac4bc27b15425028ce3a7c8f96cf78ae1b 
new/pandoc-prebuilt/e321cdac4bc27b15425028ce3a7c8f96cf78ae1b
--- old/pandoc-prebuilt/e321cdac4bc27b15425028ce3a7c8f96cf78ae1b        
2023-04-19 10:19:15.652775305 +0200
+++ new/pandoc-prebuilt/e321cdac4bc27b15425028ce3a7c8f96cf78ae1b        
2023-07-24 09:53:05.864833166 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e44e94a238c3c63d976a79adb52e34fb24140a85 
new/pandoc-prebuilt/e44e94a238c3c63d976a79adb52e34fb24140a85
--- old/pandoc-prebuilt/e44e94a238c3c63d976a79adb52e34fb24140a85        
2023-04-19 10:19:14.508767538 +0200
+++ new/pandoc-prebuilt/e44e94a238c3c63d976a79adb52e34fb24140a85        
2023-07-24 09:53:04.688856170 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/e4d776d0b6f839435f0db61df3122af0280416e6 
new/pandoc-prebuilt/e4d776d0b6f839435f0db61df3122af0280416e6
--- old/pandoc-prebuilt/e4d776d0b6f839435f0db61df3122af0280416e6        
2023-04-19 10:19:14.976770716 +0200
+++ new/pandoc-prebuilt/e4d776d0b6f839435f0db61df3122af0280416e6        
2023-07-24 09:53:05.196846233 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/f31915665317aa73d3c9d93494ac44fd7d538866 
new/pandoc-prebuilt/f31915665317aa73d3c9d93494ac44fd7d538866
--- old/pandoc-prebuilt/f31915665317aa73d3c9d93494ac44fd7d538866        
2023-04-19 10:19:16.572781551 +0200
+++ new/pandoc-prebuilt/f31915665317aa73d3c9d93494ac44fd7d538866        
2023-07-24 09:53:06.804815580 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/f343716d5e324a4b411a5857268bb68666db217b 
new/pandoc-prebuilt/f343716d5e324a4b411a5857268bb68666db217b
--- old/pandoc-prebuilt/f343716d5e324a4b411a5857268bb68666db217b        
2023-04-19 10:19:14.716768950 +0200
+++ new/pandoc-prebuilt/f343716d5e324a4b411a5857268bb68666db217b        
2023-07-24 09:53:04.908851867 +0200
@@ -1,5 +1,5 @@
 '\" t
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/f951af66c47de282e7c5fede594de5d30db0292a 
new/pandoc-prebuilt/f951af66c47de282e7c5fede594de5d30db0292a
--- old/pandoc-prebuilt/f951af66c47de282e7c5fede594de5d30db0292a        
2023-04-19 10:19:14.876770036 +0200
+++ new/pandoc-prebuilt/f951af66c47de282e7c5fede594de5d30db0292a        
2023-07-24 09:53:05.092848267 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/fb486f334f1d8babe1559fcfd46ceb93e1387e02 
new/pandoc-prebuilt/fb486f334f1d8babe1559fcfd46ceb93e1387e02
--- old/pandoc-prebuilt/fb486f334f1d8babe1559fcfd46ceb93e1387e02        
2023-04-19 10:19:15.416773703 +0200
+++ new/pandoc-prebuilt/fb486f334f1d8babe1559fcfd46ceb93e1387e02        
2023-07-24 09:53:05.608838174 +0200
@@ -1,5 +1,5 @@
 '\" t
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/fe1de88695b9f8551b1f861987b4188fdd592002 
new/pandoc-prebuilt/fe1de88695b9f8551b1f861987b4188fdd592002
--- old/pandoc-prebuilt/fe1de88695b9f8551b1f861987b4188fdd592002        
2023-04-19 10:19:14.896770173 +0200
+++ new/pandoc-prebuilt/fe1de88695b9f8551b1f861987b4188fdd592002        
2023-07-24 09:53:05.100848111 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pandoc-prebuilt/fed8d43c3078914b2141c0cf655d840638a9e921 
new/pandoc-prebuilt/fed8d43c3078914b2141c0cf655d840638a9e921
--- old/pandoc-prebuilt/fed8d43c3078914b2141c0cf655d840638a9e921        
2023-04-19 10:19:16.212779107 +0200
+++ new/pandoc-prebuilt/fed8d43c3078914b2141c0cf655d840638a9e921        
2023-07-24 09:53:06.440822336 +0200
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.17.1.1
+.\" Automatically generated by Pandoc 2.18
 .\"
 .\" Define V font for inline verbatim, using C font in formats
 .\" that render this, and otherwise B font.

++++++ rdma-core-45.0.0.53ee89b4abb1.tar.gz -> 
rdma-core-47.0.0.ccb120cc7b7f.tar.gz ++++++
++++ 7753 lines of diff (skipped)

Reply via email to