Implement SPCI_RXTX_MAP to replace hf_vm_configure.

Bug: 132421502
Change-Id: I699f412f5090dead6a4c0dbfdc12f40b5aa8fe20
diff --git a/test/linux/hftest_socket.c b/test/linux/hftest_socket.c
index 2e89d2b..1e55551 100644
--- a/test/linux/hftest_socket.c
+++ b/test/linux/hftest_socket.c
@@ -66,7 +66,7 @@
 	/* Prepare the context. */
 
 	/* Set up the mailbox. */
-	hf_vm_configure(send_addr, recv_addr);
+	spci_rxtx_map(send_addr, recv_addr);
 
 	spci_rx_release();