"Well 250MB/s is a theoretical limit that youy will never reach but yes if both NICs are pushed to a maximum you could get 200-210MB/s.But there are several factors that can limit the throughput on your NICs. Size of the data being transmitted can make a huge difference in througput. 4K blocks of data causes more IOPS but lower MB/s, 32K blocks of data has fewer IOPS but more MB/s. Also, reads will usually push more data per second than writes. And of course sequential is faster than random (read or write) So with 32K blocks, 100% read, 0% random, with 2 NICs enabled you would probably get 170 - 190MB/s (roughly)."