all:
	gcc rc_write_bw_server.c -o rc_write_bw_server -lpthread -libverbs
	gcc rc_write_bw_client.c -o rc_write_bw_client -libverbs
