I have a server with a 10G connection to a central switch. One NFS client has (2) gigabit NICS connected to the same switch. I'd like the NFS client to receive bandwidth of 2Gbps from the 10G server at any given time.
The main application that I use is NFS, and uses many threads. I know with LACP bonding I can enable mode 6 which round-robins based on source/destination IP and port. Since my client is running NFS, I'm wondering if I can get each NFS connection to use a variety of source ports so that each thread is load-balanced?