You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using the TCPDirect library, I face an issue when reading a tcp packet of size 524. The call to zft_recv is able to read only 464 bytes. I've verified that the packet is available to read by running the same setup without using TCPDirect library which suggests the area of concern is the software interface.
I'm guessing it has to do with the max. size of the packet buffer. Is it a limitation of the library or packet buffer size can be customized? The configurable attributes listed only deal with number of packet buffers and size of rx/tx ring.
The text was updated successfully, but these errors were encountered:
While using the TCPDirect library, I face an issue when reading a tcp packet of size 524. The call to zft_recv is able to read only 464 bytes. I've verified that the packet is available to read by running the same setup without using TCPDirect library which suggests the area of concern is the software interface.
I'm guessing it has to do with the max. size of the packet buffer. Is it a limitation of the library or packet buffer size can be customized? The configurable attributes listed only deal with number of packet buffers and size of rx/tx ring.
The text was updated successfully, but these errors were encountered: