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 26086A0546; Wed, 26 May 2021 13:17:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F29BA40698; Wed, 26 May 2021 13:17:40 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id DB6FA410E6 for ; Wed, 26 May 2021 13:17:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1622027858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Sg4s+PlfA7g7sFN4+BblElHUqRIpyKb4wVouOjuwTs4=; b=B4N8bZ/p/L7bwn6xI5QXeZn9gUKbmSx3k9dKbSdZpxKbn1N2faOSBwaoFoP+lUe7kyWkjB DVNS7DlcEMS3Dsn4OJWquINxAk9zK/3nKUtBzqwinWpNX8wOKZMBEqRM3fMB3Kr/oHWcpC UuAvt+W+J0GkXBvrM3wRjtHt+IWv8ZE= Received: from mail-ua1-f70.google.com (mail-ua1-f70.google.com [209.85.222.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-519-jgriBraoNOGGsfRmNqHyQQ-1; Wed, 26 May 2021 07:17:34 -0400 X-MC-Unique: jgriBraoNOGGsfRmNqHyQQ-1 Received: by mail-ua1-f70.google.com with SMTP id z43-20020a9f372e0000b029020dcb32d820so581961uad.2 for ; Wed, 26 May 2021 04:17:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Sg4s+PlfA7g7sFN4+BblElHUqRIpyKb4wVouOjuwTs4=; b=DL8TQ7JYdQniMW6OWEvOpQoBlciFzcL5uY8/QCfYO4S/iQcONcEUXXNGBf4R1fb0tn y2EBneHRbcQIJ/4yuTxy33PpB+7eP6igE3Lh6rIyKLJ4VD/SmVWUkzqqysH96x6fipuy SJk3UxIknRKAFBe5WT7mN6l2hjysDwP4Kah41hWx8YuvmoNkvD5VuqDQ0bVVIt8BMKh3 Rduq1zoQG05fIXstQ1V+Cl4CX2Bs0YvDC075o0SEh3KcijQDUlrXIBneIYfgNnvgk4Oz tJLytSaCgOlmQonNlgD1ztrmtQqH7CMvPhQ2yYLJ8w4Mo/1YNA7t6Cwwm4nsyMRuKTaK uVIw== X-Gm-Message-State: AOAM530i1CKceGgn2snTaIUyvMYm8+ZXdqrVuPxMqhryRKs6sF8Ivd8Z EZrM9FuS1nJbxI4DZx5NITJq5j9PNxnlytzOnKAK7YpkykAnc6Spk8L3o1Bu6j+xkogEVZT5B6y Aeu4HRAlgSkJ/k1y5S+U= X-Received: by 2002:a67:e344:: with SMTP id s4mr30563462vsm.18.1622027854045; Wed, 26 May 2021 04:17:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz1YVqevlka0MhNdknxwkN/m7OgRbvz7gzLPXs7Pl+DvMoAr467fQMlaQBSmNvuQHYNq4+rYxCpU9h0kkTdKtY= X-Received: by 2002:a67:e344:: with SMTP id s4mr30563435vsm.18.1622027853883; Wed, 26 May 2021 04:17:33 -0700 (PDT) MIME-Version: 1.0 References: <20210506151015.418101-1-BoX.C.Chen@intel.com> In-Reply-To: <20210506151015.418101-1-BoX.C.Chen@intel.com> From: David Marchand Date: Wed, 26 May 2021 13:17:22 +0200 Message-ID: To: Bo Chen Cc: dts@dpdk.org, techboard@dpdk.org, dev , Qi Zhang , =?UTF-8?Q?Juraj_Linke=C5=A1?= , Honnappa Nagarahalli , Aaron Conole Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [dts] [PATCH V1] tests/generic_filter: use flow api replace legancy 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 Sender: "dev" On Thu, May 6, 2021 at 9:08 AM Bo Chen wrote: > > use flow api replace legancy filter command > > Signed-off-by: Bo Chen > --- > tests/TestSuite_generic_filter.py | 41 ++++++++++++++++++------------- > 1 file changed, 24 insertions(+), 17 deletions(-) > > diff --git a/tests/TestSuite_generic_filter.py b/tests/TestSuite_generic_filter.py > index d4ea8926..f3ea9774 100644 > --- a/tests/TestSuite_generic_filter.py > +++ b/tests/TestSuite_generic_filter.py > @@ -119,6 +119,12 @@ class TestGeneric_filter(TestCase): > """ > Run before each test case. > """ > + if self._suite_result.test_case == "test_128_queues": > + print('will rebuild dpdk') > + self.dut.send_expect( > + "sed -i -e 's/#define IXGBE_NONE_MODE_TX_NB_QUEUES 64$/#define IXGBE_NONE_MODE_TX_NB_QUEUES 128/' drivers/net/ixgbe/ixgbe_ethdev.h", Patching dpdk to pass a test means there is something wrong either in dpdk or in the test. -- David Marchand