From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) by dpdk.org (Postfix) with ESMTP id CF4E21CFF3 for ; Sat, 9 Jun 2018 09:32:12 +0200 (CEST) Received: by mail-qk0-f180.google.com with SMTP id c131-v6so1611323qkb.0 for ; Sat, 09 Jun 2018 00:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=il55TRZ6xOn8Yx9IZnTdL74IhQV47DfA3FbNt6Wwh24=; b=sHtF9LeShjVrpq5uG2uVimcthJgUMBp9/Yhw91NmpiSiV+B3yPhmjYXhEAmEXy2MCg cf8R06hBl4UXSLJ6gFD9Jcx7kU4hOdXWaGd/lpdCBkErwZqST5zK54bWWx4UiwUOMhPq dI2zq0lf+8by7rpcxVxryEpXqxIfQUOXzB1+QBBSi/iZDH1egRmUeFmtu8nazn6s7nMX Edpmri3AswwOit/INSJoL62UufMHHPm0PB9Bo3HJdhdmqHjJTTomeFV/sElQaxwil1Dm EkkBpS+0KhJW1HP27vJm6ydgFU2tbRTi0mWnD+Vfejesbap172sXoQD/5te8cY1+pyNx mQ6Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=il55TRZ6xOn8Yx9IZnTdL74IhQV47DfA3FbNt6Wwh24=; b=mx9xa3FuhgOd9W5WgwvpiaqjYM5TY5wRJPz7tExPivbtLNn3z5sV1ob9DEI6ASoag3 qhbXteJ1Gri5G0p4pIswQrWiRm/tR39AhooLyW02DGH9e03DTvqC5Zltn/Ak8dOA5ora tVu/J6m5OTqKWOq4Cgc9buQE1swFa+QdlZCfg+6VXYhH5kQpu5cGaCDJTPw81UFHCBt5 32Ej15w0Z5f7OEWwmriq3hJB0z68QmAyiIFhOTYfkqWV5RtQipdU++F0hqBDNNsouk9H ZIbzLg/YGMwWmFYAjmGyr1lqEzhtdq0Nf7GfLpmvqoW1Neoco/FMYVpneTSVmp7feYiH TpCg== X-Gm-Message-State: APt69E2mqgywN2MyDM7xVQE7Mne84DwIT61+AAQE4rXiENYQlQXsuxf2 CufcPE9NOCyMKEkDRUAB307gSZsvC1LEcQdJRYM8EA== X-Google-Smtp-Source: ADUXVKJeCZT6oQjGbjzElFiylwluUoUtNDsXYInioDfmP3LHxqa9KWqEtUMhrkOUK1hrFPGyd7E8xXQcYQc55brH0eY= X-Received: by 2002:a37:7c07:: with SMTP id x7-v6mr8323596qkc.224.1528529532055; Sat, 09 Jun 2018 00:32:12 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:aed:3843:0:0:0:0:0 with HTTP; Sat, 9 Jun 2018 00:32:11 -0700 (PDT) From: Kevin Wilson Date: Sat, 9 Jun 2018 10:32:11 +0300 Message-ID: To: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Subject: [dpdk-dev] Starting pktgen in Tx mode only, without calling RX handler - is it possible ? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2018 07:32:13 -0000 Hi, Is it possible to configure dpdk-pktgen so that it will start only transmitting packets, without Rx mode ? I could not find a way to achieve it. More specifically, I mean starting dpdk-pktgen so that it won't call rte_eth_rx_burst() ? (rte_eth_rx_burst() is called from pktgen_main_receive(), which is in turn invoked from pktgen_main_rxtx_loop() and from pktgen_main_rx_loop() in app/pktgen.c ? Regards, KW