From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from inblrg02.tcs.com (inblrg02.tcs.com [121.242.48.116]) by dpdk.org (Postfix) with ESMTP id 256A193FE for ; Fri, 12 Feb 2016 12:31:23 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DMAQAZwL1W/6fBE6xdjVSxMgENgWeIARQBAQEBAQEBgQqEQyxxAQiBChe5XAEBAZAhhhGJNIJfgQ8FjhqIXYE6mxGOPh4BAYF4gjaJAQEBAQ X-IPAS-Result: A2DMAQAZwL1W/6fBE6xdjVSxMgENgWeIARQBAQEBAQEBgQqEQyxxAQiBChe5XAEBAZAhhhGJNIJfgQ8FjhqIXYE6mxGOPh4BAYF4gjaJAQEBAQ X-IronPort-AV: E=Sophos;i="5.22,435,1449513000"; d="scan'208";a="13313271" To: users@dpdk.org MIME-Version: 1.0 X-KeepSent: A428C8AA:34250A6D-65257F57:003DA26E; type=4; name=$KeepSent X-Mailer: IBM Notes Release 9.0 March 08, 2013 From: Nagaraj Trivedi Message-ID: Date: Fri, 12 Feb 2016 17:01:05 +0530 X-MIMETrack: Serialize by Router on InBlrM08/TCS(Release 9.0.1FP4|June 07, 2015) at 02/12/2016 17:01:06, Serialize complete at 02/12/2016 17:01:06 Content-Type: text/plain; charset="US-ASCII" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] callbacks for pktgen commands are not being invoked X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2016 11:31:24 -0000 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