<div>Hello,</div><div><br></div><div>      Am working on a project which is some thing like i receive the RPC message over USB, and redirect this message to SUNRPC server or network file server NFS(by manually decoding the RPC messages using XDR libs). So is this feasible or should i proceed with writing my own NFS in the user space.</div>

<div><br></div><div>Background:</div><div><br></div><div>       I have written the USB device drivers and a network driver, which successfully return the data received via USB, to the user space program which has opened a socket to the address family and a protocol family i have implemented.</div>

<div><br></div><div>      I have gone though the source code of net/sunrpc and fs/nfsd</div>