Eric,
We had a discussion about a work-around to the fact that the PA LLD requires a single linear buffer but I was wanting to make use of 256 byte buffers linked to descriptors so that when the host sends packets to the PA it makes use of a linked set of these buffers. I have attached a link to the previous discussion thread for your info.
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/166399.aspx
I just wanted to run by you what I am planning on doing to make sure that their is no gotcha to what I intend to do.
I found that only the setCustomLUT2 command requires a buffer greater than 256 bytes for the call to the PA LLD and so if I made the size of the buffers 256 bytes long and overwrote the buffer (by allowing writing into the next consecutive buffer) that is tied to a particular descriptor, I could then push the descriptor with the length modified to be 512 instead of 256. In other words cmdSize = 512 and so is the buffLen in the host descriptor. As the configuration of the PA is happening at the beginning I Do not see any issue with doing this. If I needed to use the setCustomLUT2 rule in the middle then I guess it is possible that the next buffer to the buffer that is popped is currently being used and so my writing into it could cause problems.
BTW thanks for all your previous help on the PA side. I have been able to get the PA programmed to handle UDP and ICMP packets on 8 cores for IPv4 and IPv6 getting to individual cores based on UDP port #s.
Is there any document etc. that describes in more detail the .cfg files that are part of the projects as I want to modify them extensively and they appear quite different from the cdb files in older versions of Code composer studio.
Thanks, Aamir