INSTALLATION GUIDE FOR THE PERFTEST TOOL

In order to properly install the perftest tool and use it
for testing of irdma driver and libirdma library following
steps must be fulfilled:

1. unzip the perftest-master.zip
2. install automake and libtool tools in the FreeBSD system:
   pkg install automake libtool
3. apply patch to configure.ac The patch is available in
   patches/perftest_configureac.patch of the irdma driver
4. apply patch to Makefile.am The patch is available in
   patches/perftest_makefileam.patch of the irdma driver
5. run ./autogen.sh
6. run ./configure
7. run make && make install
8. verification: to check if the building was correct do:
   grep -nr libirdma ib_*
   The command should return:
       Binary file ib_atomic_bw matches
       Binary file ib_atomic_lat matches
       Binary file ib_read_bw matches
       Binary file ib_read_lat matches
       Binary file ib_send_bw matches
       Binary file ib_send_lat matches
       Binary file ib_write_bw matches
       Binary file ib_write_lat matches
       Binary file raw_ethernet_burst_lat matches
       Binary file raw_ethernet_bw matches
       Binary file raw_ethernet_fs_rate matches
       Binary file raw_ethernet_lat matches

