From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CF9E7A0560; Mon, 17 Oct 2022 16:41:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 903264021D; Mon, 17 Oct 2022 16:41:41 +0200 (CEST) Received: from shelob.oktetlabs.ru (shelob.oktetlabs.ru [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id A0A6140143 for ; Mon, 17 Oct 2022 16:41:40 +0200 (CEST) Received: by shelob.oktetlabs.ru (Postfix, from userid 115) id 1C9EE8B; Mon, 17 Oct 2022 17:41:40 +0300 (MSK) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mail1.oktetlabs.ru X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=ALL_TRUSTED, DKIM_ADSP_DISCARD autolearn=no autolearn_force=no version=3.4.6 Received: from aros.oktetlabs.ru (aros.oktetlabs.ru [192.168.38.17]) by shelob.oktetlabs.ru (Postfix) with ESMTP id A6FD284; Mon, 17 Oct 2022 17:41:39 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru A6FD284 Authentication-Results: shelob.oktetlabs.ru/A6FD284; dkim=none; dkim-atps=neutral From: Andrew Rybchenko To: Aman Singh , Yuying Zhang Cc: dev@dpdk.org Subject: [PATCH 0/2] app/testpmd: support TCP TSO in Tx only mode Date: Mon, 17 Oct 2022 17:41:31 +0300 Message-Id: <20221017144133.1899052-1-andrew.rybchenko@oktetlabs.ru> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Add command-line option to generate TSO packets with specified MSS in txonly mode. I'm not sure that it is a good idea to enable TSO offload automaticaly when the options is specified, but it is convenient. Andrew Rybchenko (2): app/testpmd: prepare to support TCP in Tx only mode app/testpmd: support TCP TSO in Tx only mode app/test-pmd/parameters.c | 16 +++- app/test-pmd/testpmd.c | 12 +++ app/test-pmd/testpmd.h | 5 +- app/test-pmd/txonly.c | 127 ++++++++++++++++++-------- doc/guides/testpmd_app_ug/run_app.rst | 4 + 5 files changed, 123 insertions(+), 41 deletions(-) -- 2.30.2