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 3DB2243E38; Wed, 10 Apr 2024 18:17:16 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 071E94028B; Wed, 10 Apr 2024 18:17:16 +0200 (CEST) Received: from mail-oa1-f52.google.com (mail-oa1-f52.google.com [209.85.160.52]) by mails.dpdk.org (Postfix) with ESMTP id 98ACA4021E for ; Wed, 10 Apr 2024 18:17:14 +0200 (CEST) Received: by mail-oa1-f52.google.com with SMTP id 586e51a60fabf-22eccfeee22so2929603fac.2 for ; Wed, 10 Apr 2024 09:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1712765834; x=1713370634; darn=dpdk.org; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=4uWYJc+TMaX+LVk8xEdW5lf7cbhqqiRM1mjhvUnHO8U=; b=i8COMmc7tURhiwzVMMOX6RYUUHg8EThE6EvrqEbfhUT/KGQ3Yfbf90gcHQQ3L+Cwfp PMPXEIDSvvffdmwixAw5KnpMuGveoBWTlHRzrIO2tPd0q+OdHeGcOV1uNE82OSsxC1iP iqdwv2qV6TYoA2hyMi/uQzpVn6DX6tdkXBsRg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712765834; x=1713370634; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=4uWYJc+TMaX+LVk8xEdW5lf7cbhqqiRM1mjhvUnHO8U=; b=aHRrl8Zh21mW8fT7zwkuZOdlylR10wJWpzwIA6z1L3R/yIETi/JBToQuelO8WSlL8q +n542AmDf6yOEttxDQn7M+8mPG5GTw60Y7EhESKU8UrdKFweooI55Icvfz8aqYClAfbs No077jN5SXxZfkIYcv5FqAMqNB9Ho7mNarZHLa0ltl9OjeGN6/sqPW9NJWIgdtfyQO/Z xanD5fRWKWI86MoMApzMEVsrd3dtkXzEuUYZloB0CqE3fvUUHXFAkYOlxJ4NkOx1Od7p 90zSe0ay35QKTgtaR3KBfIQMgYfaof4FzJrnJasv0ttYj+Tupa0zJAI2qAoW3QxkZ8pG smTg== X-Gm-Message-State: AOJu0YyfZcJSPPcx18AUypxGyM7kY68Zk2INkrsEhrFfi2QZ1W4+MIs6 nynNrI3K3KXmJrJLW8C9AKLYipnCjpSkt8o/KPff8SgfnvXLyPwB91AzIJg1N+xY3KBxJCE9F9Q 4zhHMddAUIZLV7CFXEDOIpp4FcLKkWdM2AYOu6R2lvdm9NsQ6CNg= X-Google-Smtp-Source: AGHT+IGO7ei46slU6M/h2zQoHCZEnAr4btVuzUEX4Y3RoN/1Aiw68RMqZEIEfIqhxlZPfX2YGIpmGdQ11sUl+YGUzlM= X-Received: by 2002:a05:6870:9448:b0:22e:d0e3:925f with SMTP id e8-20020a056870944800b0022ed0e3925fmr3246639oal.1.1712765833869; Wed, 10 Apr 2024 09:17:13 -0700 (PDT) MIME-Version: 1.0 From: Patrick Robb Date: Wed, 10 Apr 2024 12:17:03 -0400 Message-ID: Subject: DTS 24.07 Roadmap To: dts@dpdk.org Cc: dev , ci@dpdk.org Content-Type: text/plain; charset="UTF-8" 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 Honnappa approved this a couple weeks ago, but this was never emailed out to the DTS mailing list, so doing that now. 1) Write ethdev testsuites: Jumboframes: https://git.dpdk.org/tools/dts/tree/test_plans/jumboframes_test_plan.rst Mac Filter: https://git.dpdk.org/tools/dts/tree/test_plans/mac_filter_test_plan.rst Dynamic Queue: https://git.dpdk.org/tools/dts/tree/test_plans/dynamic_queue_test_plan.rst 2) Replace XMLRPC server with Scapy interactive shell: https://bugs.dpdk.org/show_bug.cgi?id=1374 3) Configuration schema updates: DTS Hugepages refactor: https://patchwork.dpdk.org/project/dpdk/patch/20240409172811.27866-1-npratte@iol.unh.edu/ Cut down total configuration options in schema (not all we originally added are needed): https://bugs.dpdk.org/show_bug.cgi?id=1360 Split testbed and test configuration to different files: https://bugs.dpdk.org/show_bug.cgi?id=1344 4)API Docs generation: https://patchwork.dpdk.org/project/dpdk/list/?series=30877 5)Skip test cases based on testbed capabilities: https://patches.dpdk.org/project/dpdk/patch/20240301155416.96960-1-juraj.linkes@pantheon.tech/ Bugzilla: https://bugs.dpdk.org/show_bug.cgi?id=1351 6)Rename the execution section/stage: Bugzilla: https://bugs.dpdk.org/show_bug.cgi?id=1355 7)Add support for externally compiled DPDK: Bugzilla: https://bugs.dpdk.org/show_bug.cgi?id=136