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 2884643E4E for ; Fri, 12 Apr 2024 09:51:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 92AE440299; Fri, 12 Apr 2024 09:51:15 +0200 (CEST) Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) by mails.dpdk.org (Postfix) with ESMTP id 3034140295 for ; Fri, 12 Apr 2024 09:51:14 +0200 (CEST) Received: by mail-lj1-f172.google.com with SMTP id 38308e7fff4ca-2d8743ecebdso5973861fa.1 for ; Fri, 12 Apr 2024 00:51:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1712908273; x=1713513073; darn=dpdk.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=Aw02X0Zcnhlpr4fDynFhMA77Ez3UAGuQtVZ9OMvdrXY=; b=Qz2Jdvb1DOSeOlV8kJ5VY2DSP5WvbF51BsFHRSuG19OVF3hsW8hayQ8RJqrlpw+o46 +ht994pgTxJ2fhgzAJ+sJRRaPqh8QfJLtyr4epRgN8tiZB84r1AgYEbnDDj0wyC/2mGM r+RjessfSlHO77UzW55eVZ2VdQI/1miZTJFqE+O5e09VPDKLfI5Q6OqK5pU6k3/kEpF6 l2tfXJFR3LLrvILT1C8DyqMJZGqRnphntFoIpF3RZEqPpc6Xh3E4TxH1GX5zwSepn8/a YT9gDF+DwC3rtfAdu/o+PUX+Yw4fRu4ZtbFj3N1bZaaO/Kr2KoNBYRUp7D6A4NUkFnLn 05bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712908273; x=1713513073; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=Aw02X0Zcnhlpr4fDynFhMA77Ez3UAGuQtVZ9OMvdrXY=; b=Atsl0SMtbEwFiFeJz/AKBfTenAIBBQHaOYzbetXlMTHDI9af5cqO+dyaMj1mz+c1xH hFo5fyOcKSPAkyDzZRlaWu3o7fCx1gyLPV/6VyvwmII0DuWXBR0KGHOc46ItOOEtYBCD QnTMGGfZZqWgOM2Io7Z7WzM+mP6kaIeHeqOKYPOQ9xFWzFYpiSBnFuw8ZH0846NiQhuk ExzRBFhO4P0tublSsJzkSB4LzTWMoslFNZ1TWIyfGeLARgnc7Fp2XvfU5I0knUEJ6oLY hd2jxUddvoovYx8SgZdzh84K1COU3ZFjjoBKSg3QZcxfK0E0f9qvHjXSQPT1Bb+5gAQ5 GGUg== X-Gm-Message-State: AOJu0YwpSvRSenAvYgPHDG8p/eysQ+4vULR8UhQoH5nEYDScyaaWc9NT 69CamPepVmhPYJm3hLHqgIOy1fcUFrBDf0Eyqg1DOACfgnjMjhOzxZdL64ytOuFM1jhkVh+Fk1L 9msEnTV9rAaEaOaO1DFrksDxKzJrbX9X2 X-Google-Smtp-Source: AGHT+IGSBEwenPuAkF3lGNnbPUzwPHcIllkN1K0MTE5l6Ocstxs9aWGrs0WdY49Xx5pTEwwfXdvzLkwmhgF0zSONfLc= X-Received: by 2002:a05:651c:502:b0:2d8:5e35:6076 with SMTP id o2-20020a05651c050200b002d85e356076mr1079647ljp.51.1712908273136; Fri, 12 Apr 2024 00:51:13 -0700 (PDT) MIME-Version: 1.0 From: hao wang Date: Fri, 12 Apr 2024 15:51:01 +0800 Message-ID: Subject: cannot trx when use testpmd To: users@dpdk.org Content-Type: multipart/alternative; boundary="000000000000273d990615e18914" X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org --000000000000273d990615e18914 Content-Type: text/plain; charset="UTF-8" I have a pmd that I am upstreaming to DPDK and currently testing. When I use testpmd to test my pmd, I found that my pmd could trx in DPDK 23.07, but it cannot in DPDK 23.11. After comparing the atlantic pmd between DPDK 23.07 and 23.11, I see nearly no changes. I see the testpmd difference between DPDK 23.07 and DPDK 23.11 and think these changes may not cause the problem. But when I use pktgen to test the pmd, it's ok. Any suggestions? Thank you very much! --000000000000273d990615e18914 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have a pmd that I am upstreaming to DPDK and currently t= esting. When I use testpmd to test my pmd, I found that my pmd could trx in= DPDK 23.07, but it cannot in DPDK 23.11. After comparing the atlantic pmd = between DPDK 23.07 and 23.11, I see nearly no changes. I see the testpmd di= fference between DPDK 23.07 and DPDK 23.11 and think these changes may not = cause the problem.

But when I use pktgen to test the pmd, it&#= 39;s ok.

Any=C2=A0suggestions?

= Thank you very much!
--000000000000273d990615e18914--