Hi
I m using pxie1095 chassis with Pxie 8861controller and Pxie 8238 10g ethernet card.
I have enabled jumbo frames and tested the 10 G throughput with nttcp and in task manager I m able to see that the ethernet throughput reaches 9.9 Gb/s. I want to stream UDP data at 10 g speed using LabVIEW host code. I am using a while loop for which I m controlling the iteration speed using high precision wait function. Inside the while loop the UDP write function is present. In every iteration I m sending 65507 bytes of data. I m not able to achieve 10 g streaming with this case, because of error code 55 (network operation busy) occasionally coming from UDP write function error out terminal.
I really appreciate any suggestions on how to make this 10g streaming throughput possible using LabVIEW host code with UDP protocol.
Thankyou!