DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] callbacks for pktgen commands are not being invoked
@ 2016-02-12 11:31 Nagaraj Trivedi
  2016-02-12 15:32 ` Wiles, Keith
  0 siblings, 1 reply; 4+ messages in thread
From: Nagaraj Trivedi @ 2016-02-12 11:31 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-15 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12 11:31 [dpdk-users] callbacks for pktgen commands are not being invoked Nagaraj Trivedi
2016-02-12 15:32 ` Wiles, Keith
2016-02-15 12:02   ` Nagaraj Trivedi
2016-02-15 14:36     ` Nagaraj Trivedi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).