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 7BBD045655; Fri, 19 Jul 2024 15:34:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 69CE340E5A; Fri, 19 Jul 2024 15:34:53 +0200 (CEST) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by mails.dpdk.org (Postfix) with ESMTP id 81FB040E24 for ; Fri, 19 Jul 2024 15:34:37 +0200 (CEST) Received: by mail-pj1-f52.google.com with SMTP id 98e67ed59e1d1-2ca8dfa2cceso1017322a91.2 for ; Fri, 19 Jul 2024 06:34:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1721396077; x=1722000877; darn=dpdk.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=cJZn8qRodXc9DOK/C+bg/EH3grJKHXq57FTgYsrPy7Y=; b=TSk0gy9bkqmZp4MkeVEJ+eG40TQF7Pg0tSiTpisfx50cXy98+cKfAKK8Cd395YL+vI tKLDpll2Vn/7Dx+IFGInZ7tcs/WARqqMVdiwIty26JehKS5HgVDV+WcYH+xMue4h3ldl NRNFR8f4x12mowi9BF8WD0McPYz5OGYu0CIy8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1721396077; x=1722000877; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cJZn8qRodXc9DOK/C+bg/EH3grJKHXq57FTgYsrPy7Y=; b=oYZJcY0oh7n3ptpP4llIrq1HleYono5G04VwfPy3rdi90IZQTkci/i3pGW1yeiR5mZ DBW6xoWD0gkiKIN2WElm10BuFynI72SEdp8mo0F0qxz7uMnR7+nz2CMfbIQCnIywu9rh W5Khzi4OlEhrwZczog8iM3WCfcaPdpYPBUHuM+N12T1DscTdG8SKEWXxj3FXykuPpcsu 9nAJlZcIQCsSM2YbRwNqOuXGHYjPPEwf/U9gKTr6x/THJdK4xpnQKDrwFO6AsYfPw4QD qOxmCjM3aBNX9HfzXJ8Lc3y4yA9Kh2qtz1AQqpE1cBuEHtLJkdQK1ltirnFBBvrRghcS MwsQ== X-Forwarded-Encrypted: i=1; AJvYcCVUuhByXVImrYOyyCiCNgYfhX6F+yrDGigC+Eyx48iDXTMA4WYFGy6BtgsLxICvnSzkBOJkaQUuSp3EE9Q= X-Gm-Message-State: AOJu0YyyHsXIfuPkj7Hj+E11qYD2hPi++G9iCBVOJVXaFJ/+Feqjm7JE ZIVHPOrUcvwfonFx+cBlxB2h7jB+EHSDbmQZcdIY3cyNonZp8fbJT5Adyx1D1Gmxc5NkVg332qI lwX56FVwzEpH38faIHLzBdss9D5DrthZBMK4flw== X-Google-Smtp-Source: AGHT+IEkqv6wNlpg5kIDvQux5LdYInDj8FT+Rkfll5J3xlO0wZJ89QWM92HqNz4yMgrl21y32cPI0biIDA/igiD75XI= X-Received: by 2002:a17:90b:1b44:b0:2c9:9a80:572e with SMTP id 98e67ed59e1d1-2cd15d0bfa8mr33462a91.2.1721396076612; Fri, 19 Jul 2024 06:34:36 -0700 (PDT) MIME-Version: 1.0 References: <20240617194638.12926-2-dmarx@iol.unh.edu> <20240717202331.27443-1-dmarx@iol.unh.edu> <20240717202331.27443-2-dmarx@iol.unh.edu> In-Reply-To: <20240717202331.27443-2-dmarx@iol.unh.edu> From: Jeremy Spewock Date: Fri, 19 Jul 2024 09:34:25 -0400 Message-ID: Subject: Re: [PATCH v7 2/3] dts: initial queue start/stop suite implementation To: Dean Marx Cc: Honnappa.Nagarahalli@arm.com, juraj.linkes@pantheon.tech, probb@iol.unh.edu, paul.szczepanek@arm.com, yoan.picchi@foss.arm.com, bruce.richardson@intel.com, luca.vizzarro@arm.com, dev@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 On Wed, Jul 17, 2024 at 4:23=E2=80=AFPM Dean Marx wrote= : > > This suite tests the ability of the Poll Mode Driver to enable > and disable Rx/Tx queues on a port. > > Signed-off-by: Dean Marx Reviewed-by: Jeremy Spewock