Xilinx / xup_vitis_network_example

VNx: Vitis Network Examples
Other
137 stars 43 forks source link

How to set UDP MTU size and the UDP size in VNx? #116

Open liubenyuan opened 1 year ago

liubenyuan commented 1 year ago

Hi, I found that in VNx, the Netlayer only have two AXIS stream interface. We can send a packet of UDP data by manually insert a TLAST.

I read the code and found no where in specifying the udp_lengtht (2 Bytes in the UDP header) and the MTU size parameter.

So, how could we set udp_lengtht? and do can we config the MTU parameter? Thanks!