Hi Ti Folks,
I want to use PA to send one consolidated data at the end. Kindly let me know its limitations.
1. I have four buffers of lengths 42,512,2048, 128 [all are in byte units] [each buffer is attached to a host descriptor respectively ] scattered buffers. 42 bytes buffer is network header [ethernet header containing mac,ip,udp headers] and rest are propietary data. I want PA to handle the ipchecksm, udpchecksm and fragmentation.
2. I will link all the descriptors d1,d2,d3,d4.
3. I will push the descriptor d1 [ofcourse rest are all linked] and in that i will fill the command for doing ipchecksm, udpchecksm and fragmentation, route.
will the above work?
please note i will give pseudochecksum to prepare the command to be copied in d1. so is the udp checksum [computed over entire data payload] is possible in this case [linked descriptors]?
let me know how to handle this situation? [scattered descriptor+buffer pair to be sent out of PA with proper ipchecksm and udpchecksm and possible fragmentation].
Thanks
RC Reddy