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 EC53944024; Tue, 14 May 2024 18:28:11 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1AF2A40687; Tue, 14 May 2024 18:28:11 +0200 (CEST) Received: from mail-oo1-f53.google.com (mail-oo1-f53.google.com [209.85.161.53]) by mails.dpdk.org (Postfix) with ESMTP id 833A54064A for ; Tue, 14 May 2024 18:28:10 +0200 (CEST) Received: by mail-oo1-f53.google.com with SMTP id 006d021491bc7-5b2a66dce8fso2016558eaf.1 for ; Tue, 14 May 2024 09:28:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1715704089; x=1716308889; darn=dpdk.org; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=BQAtzZESy1FuFSJHLWc5UOJnbtJ4Pc623WlI8mSmrto=; b=BkquYCwXgga+3QXu1d8FkwUST2/EWPivr0JrewIWfvesKWM5mZwDFpb7MBRJVi6c4R Yw20TrZdSMyXQmaKGHWz/AoGXLeObWMN0PH2WgOVsmD4SbsgLEYri7h1kExQo3MJsxN0 5VJvJ+8YP/U6ZI3oUXT0fgikcsSQoEpyooW8M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715704089; x=1716308889; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=BQAtzZESy1FuFSJHLWc5UOJnbtJ4Pc623WlI8mSmrto=; b=g+HHZXrnK416Tjb8Od8PJ3NjjIWc0iru7KF3aTFqh3jB7UbSSBF+9bYoT5n0ZdWhQ5 gHvETWYQaLmb+vL42il2EASZDFtD47m5NjxwDItUmLzLyZoFFRdoV+kH94OOEGDl3k4s fsmLsZCIG6yup9VdQqQdir39NF9Pd9WBCd88WTQS5SzLWJBLXAIeE/khO+HqmKIifVdf ODTt8687WjeY0obdqTKnpb5n5LrLqTAzznmnPwLfm8m2cFQfAWqLuUZmtgVzbhdyCGGJ fiDBMU++fv05Nz/NtBC+9sSLNJA6bxoESWjZYxNO8FB5LzvK0UZJItyKzcWTEfBR+oQS PNXw== X-Gm-Message-State: AOJu0YzuXS0mqneP0YkwN/2NnYWhQOgpoDwrvwN29nTC0xPg07V+beG6 kKI7ZmjcnCCD+Bm5Z8nC2L/jSywX35lPDTQc6TMn2nCURQp9ZBVqK/kDf1+ewvCAAMl+3UloKEj ZIO3yGedtz3ny6exOFD9q8me69/elQ1n7tqXyfFUBtqaMGPW2KJPzmg== X-Google-Smtp-Source: AGHT+IFKrU9XFNkhVFAND6l9bYbFThs8730AzENeDB1Gf96Il3hBMje8orWqZ0Hvn6ktRV/FvovI15Z3h46xhqVXjug= X-Received: by 2002:a05:6870:a68b:b0:22e:93a0:fcbb with SMTP id 586e51a60fabf-24172911422mr16250425fac.34.1715704089684; Tue, 14 May 2024 09:28:09 -0700 (PDT) MIME-Version: 1.0 From: Patrick Robb Date: Tue, 14 May 2024 12:27:59 -0400 Message-ID: Subject: Updated DTS 24.07 Roadmap To: dev Cc: ci@dpdk.org, dts@dpdk.org, Luca Vizzarro , Paul Szczepanek , =?UTF-8?Q?Juraj_Linke=C5=A1?= , Jeremy Spewock , Nicholas Pratte 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 When we sent this out originally we missed some patches Luca Vizzarro has been working on for this release, so here is an updated version. Thanks Luca. 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 [ADDED] 8) Add common data structure to handle command line params for EAL and testpmd: https://patches.dpdk.org/project/dpdk/list/?series=31897 [ADDED] 9) Update mypy and backport new self type: https://patches.dpdk.org/project/dpdk/list/?series=31920 [ADDED] 10) testpmd: show port info and show port stats support and parsing utility: https://patches.dpdk.org/project/dpdk/list/?series=31898 [ADDED] 11) Error message and usage improvements for debugging: https://patches.dpdk.org/project/dpdk/list/?series=31924