> Hi All, > > I just bought a 10Gb ethernet card (Chelsio S310E), but I got problems > with > receiving udp packages. > > I installed the card and drivers for a windows computer, everything is > fine, > the 10Gb card looks just like another normal network local connection. > Then > I ran Jason's 10GbE tutorial design on roach board, instead of loop back > connection (from port 1 to port 3), I connected the roach 10Gb port 1 > directly to the windows computer. > I ran a LabVIEW program to receive the udp packets just like I did before > for receiving udp packets from fast ethernet port. But I didn't receive > any > udp packets. > I checked with Wireshark, I can see all the packets, and the data are also > right number (linear increasing number in Jason's design). I just can not > receive them in my LabVIEW program. > > Is there any difference between 10Gb and fast ethernet udp packets?
Most if not all of the 10 GbE CASPER packet designs use jumbo packets, instead of the 1500 byte MTU that is usual with fast Ethernet. There's probably a jumbo packet setting somewhere. Hopefully labview or the driver supports such a thing. I'm afraid I don't know anything about Windows stuff at that level. John > > Zhiwei >

