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

Nagaraj Trivedi nagaraj.trivedi at tcs.com
Fri Feb 12 12:31:05 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.

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




More information about the users mailing list