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 2F83F45807; Fri, 23 Aug 2024 21:34:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 124E543379; Fri, 23 Aug 2024 21:34:42 +0200 (CEST) Received: from mail-qk1-f174.google.com (mail-qk1-f174.google.com [209.85.222.174]) by mails.dpdk.org (Postfix) with ESMTP id 7937640295 for ; Fri, 23 Aug 2024 21:34:40 +0200 (CEST) Received: by mail-qk1-f174.google.com with SMTP id af79cd13be357-7a1d984ed52so146079985a.0 for ; Fri, 23 Aug 2024 12:34:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1724441680; x=1725046480; darn=dpdk.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=rOb4WC42AOZwNO471F4KZy0PSz3FNyxIGilbsjZq4jc=; b=YBDPq+Mw8+xaUXVBsoBULHDghq6DnhFGLT3AYUT+F/9KNYBJ8ksEQMVuznicJME1f7 6vejzjCOx81RkwkOL6FKaxVG9eO10ClK+w51+xlWMpe/kUTLLAhNkFPntC5JGiGI0yTV qs9dqt1E6mJRzAW885r7EdAfIWoj7BW2yDtO0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1724441680; x=1725046480; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=rOb4WC42AOZwNO471F4KZy0PSz3FNyxIGilbsjZq4jc=; b=GKWCLa0jNH1UXn33hM4KwLVA7/3J4nPsQDj3PkDe5ckEFo3ajFp3Fj7HOBabm0tEnP 1PlkElWFES9WdLZ3IQx/HLo2X4vI/tcL8l6hCTMdZuqYkCN81Tf4juzqNLHK5QUqbpr2 YklcJzLhR0fdwessFROJBx1qCITAl3O0TBfKZecld+x3f/meDV2Td91pvBh79+KuuAjX LttoXB2AZniamxj5o6H1E6oZktLn5kWPCP7f2VNdBsNbt4pSybRYJA0Wsh9OTQ3MK95A hKpLKyOZzhmDhpjAxG5iA89SNkMhfiDvtqEaiZs0xqy5H7BWJrXkOy5/iiDhyRBwWbGS FKqw== X-Gm-Message-State: AOJu0YxRfhI0ngfnf84U8pHgZyRS3V8ofvoNKVCkoeRpV1bsesAi98uQ 97iD2RV0n0gnZFU2GIuc84iNKs8ZrXEN7MZbCmVmnXtC+4vZwJ6ZBZHzR1suNyg= X-Google-Smtp-Source: AGHT+IEa0ndpFfIB6VdAA4sR9VIJZDl1rPcdTdTX9dvOTPy6zqVzljp7uuhPtPVNfl9+WCd6qOg/Ww== X-Received: by 2002:a05:620a:2a10:b0:79e:f8b7:5c73 with SMTP id af79cd13be357-7a68978f410mr369375585a.55.1724441679410; Fri, 23 Aug 2024 12:34:39 -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-7a67f3fbdafsm207913285a.119.2024.08.23.12.34.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Aug 2024 12:34:39 -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 v1 0/2] dts: port over unified packet type suite Date: Fri, 23 Aug 2024 15:34:57 -0400 Message-ID: <20240823193459.23026-1-dmarx@iol.unh.edu> X-Mailer: git-send-email 2.44.0 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 Dean Marx (2): dts: add VXLAN port method to testpmd shell dts: port over unified packet suite dts/framework/config/conf_yaml_schema.json | 3 +- dts/framework/remote_session/testpmd_shell.py | 47 ++++ dts/tests/TestSuite_uni_pkt.py | 230 +++++++++++++++++- 3 files changed, 266 insertions(+), 14 deletions(-) -- 2.44.0