[dpdk-users] callbacks for pktgen commands are not being invoked

Wiles, Keith keith.wiles at intel.com
Fri Feb 12 16:32:59 CET 2016


>Hi, I am facing the issue that none of the callbacks for the respective 
>commands in the pktgen application are being executed.
>
>Further debug showed me that from the macro
>
>foreach_port(_portlist, _action) from the file pktgen.h
>
>the statement 
>
>if (info->seq_pkt == NULL) { \
>    continue; \
>} \
>_action; \
>
>always yeilds NULL and hence repeats the loop. Due to this the statement
>_action
>never gets executed. Hence the callbacks for none of the commands are 
>invoked.
>Let me know what could be the reason for info->seq_pkt to become NULL 
>always.

Not sure I can debug your problem without more details, I do see info->seq_pkt being valid, is some specific commands not working or more details would be great. I need to know version of DPDK and Pktgen you are using and the console startup output plus the command line would be helpful.
>
>Thanks & Regards
>Nagaraj Trivedi
>=====-----=====-----=====
>Notice: The information contained in this e-mail
>message and/or attachments to it may contain 
>confidential or privileged information. If you are 
>not the intended recipient, any dissemination, use, 
>review, distribution, printing or copying of the 
>information contained in this e-mail message 
>and/or attachments to it are strictly prohibited. If 
>you have received this communication in error, 
>please notify us by reply e-mail or telephone and 
>immediately and permanently delete the message 
>and any attachments. Thank you
>
>
>


Regards,
Keith






More information about the users mailing list