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 2C54445825; Fri, 23 Aug 2024 22:22:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED2B14337F; Fri, 23 Aug 2024 22:22:26 +0200 (CEST) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) by mails.dpdk.org (Postfix) with ESMTP id 047D143379 for ; Fri, 23 Aug 2024 22:22:24 +0200 (CEST) Received: by mail-qk1-f170.google.com with SMTP id af79cd13be357-7a1da036d35so150717085a.0 for ; Fri, 23 Aug 2024 13:22:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1724444544; x=1725049344; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=iiIEHI3z2ttT0T21FcCs5h/DLrAB0Q3+ijTwxzchvI0=; b=QOlOs/Fbm51XwL94rHrjQB4Tt9V8QMI4VJj5wmhlEmG/i1O2TW/418xm5+yxoCmKqD 2cJCRR8jAYi5wGMICTkA7vv40MAeosZky1y2jLpwpM+hTqjzqFqbKOcwEGtNdQopr+Mr TAxAYGNKZCgcS2A0Beuch582j/jW3aqibNoIE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724444544; x=1725049344; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=iiIEHI3z2ttT0T21FcCs5h/DLrAB0Q3+ijTwxzchvI0=; b=HZ4wFhCt2YVI0Q/EiQn1vtwhPrKbMH1T5Wj8DWga5OZSrsw9/Wa4uPpiaAL/Uss8Uf ltkig5MMzdN4d4ABUjM+kuHDkfeMhZiVogQLkbSNaDVL/7M5FYZZ18dnTGPM14myerDj sli/6vnYaAVdv2xoDbbkzvROTZBCvIVBBbGJ/E/90pB6GSKc9K2AYG1RmjSEFQ8DvXCh YSRnXwIwfN1kIL/2TEpXjEIceY3I4vP8fN+1iv3V9Q1s6NGyURsFY8k7wIlR6fMbU59i cOkSSYkFtclqSnybMHrMyma9oD1fedegX24xKmxJtJqXnC+sbioUJaget97sZkaKkeL7 oU9Q== X-Gm-Message-State: AOJu0YzZFAHHGwIRHAuWtig9ZdmTbxJJg2CKSzC8XSs/88OexEhsS3pz CfsMdGOsVlEcasx2+5XxTHVuv1zL/sWDW6O+nteSUrdjlnG9uwSQRUaYPgdHarA= X-Google-Smtp-Source: AGHT+IFdC49GnYd6pJji6YZ053Lyis/2H03h7yW0cA1EUkJdcr4X2FMZu13VFkoJQhZKyEZD9IR80A== X-Received: by 2002:a05:620a:25ca:b0:7a2:e6c:41e7 with SMTP id af79cd13be357-7a6896d843amr328133685a.9.1724444544098; Fri, 23 Aug 2024 13:22:24 -0700 (PDT) Received: from dean-laptop.iol.unh.edu ([2606:4100:3880:1271:f9bd:24da:464d:6294]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7a67f3d5c8csm212668485a.98.2024.08.23.13.22.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Aug 2024 13:22:23 -0700 (PDT) From: Dean Marx To: probb@iol.unh.edu, npratte@iol.unh.edu, jspewock@iol.unh.edu, luca.vizzarro@arm.com, yoan.picchi@foss.arm.com, Honnappa.Nagarahalli@arm.com, paul.szczepanek@arm.com, juraj.linkes@pantheon.tech Cc: dev@dpdk.org, Dean Marx Subject: [PATCH v2 0/2] dts: port over unified packet type suite Date: Fri, 23 Aug 2024 16:22:42 -0400 Message-ID: <20240823202244.9184-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240823193459.23026-1-dmarx@iol.unh.edu> References: <20240823193459.23026-1-dmarx@iol.unh.edu> 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 Port over unified packet type flag testing suite from old DTS. According to DPDK documentation, each Poll Mode Driver should reserve 32 bits of packet headers for unified packet type flags. These flags serve as an identifier for user applications, and are divided into subcategories: L2, L3, L4, tunnel, inner L2, inner L3, and inner L4 types. This suite verifies the ability of the driver to recognize these types. ------- v1: *Removed NVGRE test cases due to lack of SCAPY support *Removed redundant packet flag verification in certain test cases v2: *Fixed git history issue causing apply patch failure *Removed set_verbose duplication and added dependency Dean Marx (2): dts: add VXLAN port method to testpmd shell dts: port over unified packet suite dts/framework/remote_session/testpmd_shell.py | 23 ++ dts/tests/TestSuite_uni_pkt.py | 239 ++++++++++++++++++ 2 files changed, 262 insertions(+) create mode 100644 dts/tests/TestSuite_uni_pkt.py -- 2.44.0