Modify the transpose application to use replace the giet_fat_read() / giet_fat_write() system calls by the giet_far_mmap() system call, in order to avoid one copy of data in user space.
The read/write version is still available as transpose_rw.c