Hi, Anil:
You do not need to consider which PDSP to configure. The LLD API will determine the command destination (cmdDest) for you. For example:
MAC Entry: DSP0 (LUT1_0)
IP Entry with L2 link or no link: PDSP1(LUT1_1)
IP entry with L3 link: PDSP2 (LUT1_2)
The caller can overwrite the default destination by specifying the parameter lutInst to the desired LUT.
To specify an IP/SCTP entry, the caller can specify both the IP parameters and SCTP destination port number. If you want to send all IP/SCTP packets to a single queue, you can set the IP protocl number (proto) to SCTP (132).
Best regards,
Eric