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 A7F2B42363 for ; Thu, 12 Oct 2023 18:29:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A13864028A; Thu, 12 Oct 2023 18:29:09 +0200 (CEST) Received: from mail-ot1-f97.google.com (mail-ot1-f97.google.com [209.85.210.97]) by mails.dpdk.org (Postfix) with ESMTP id AFA974028A for ; Thu, 12 Oct 2023 18:29:08 +0200 (CEST) Received: by mail-ot1-f97.google.com with SMTP id 46e09a7af769-6c64c2c0f97so744969a34.3 for ; Thu, 12 Oct 2023 09:29:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1697128148; x=1697732948; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=a9bzM8BkKmFDZp4e12zCB+6XNgvaf6vvqK9/tlnaiTQ=; b=IpQnXEnDtD9G6MnmD4U9a0RNmuMQI2lkNJpyN20Hrr+ANfqRURyx3b1ZYK7d8JxCOn rpeUpWzmiCyPFlXDPO88SyrC3yE0SrKyE9js6wEVQBrjV7VYPANYqa6XAdvwuogpGpou eX/J64CDib7+79Mda9LUmPNkSG1RqTgI8B3XM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697128148; x=1697732948; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=a9bzM8BkKmFDZp4e12zCB+6XNgvaf6vvqK9/tlnaiTQ=; b=Dann0j3loxz9N6vVsAzIKPGhiwnCE/ie+rC5wSCJyZjCzSDruMbEKGmxnxhtpj1qkB k1G32LEuErIMMTNx5cCI57/DsL31wb63pdOHECN1tIm4RFLJ3PPWTu58nuNtUlhQgyiz 1u+f1vRQ/L+IxzR8xnKdzR/h18vGDkuuDCELgwZtcS9zr1br2EIS09CQyGUVMR2o2J3d awoie0myBVk2D9gykvMh8fCgW9Vo+8ZsKt1ZopYRiX0KCJEyw0HaliIJ0DvSKTHXmOqg HyE1z6ZOSqqFdhz+5RBM1I+u3ipzyrk2ptvFx9P1whux7DGXh5pHA1XoVkUTyuObsXZW fngQ== X-Gm-Message-State: AOJu0YwxsT2j8S37lrN85PxFCSLBb4jWtUh9qrlsObqZ0S/MSm9nWUql 2fjbidTYS6EiYk4ZX/nGEc9L3KHVOjNItZ1HvNV8HUmRTwnmDum5Ya8s+A== X-Google-Smtp-Source: AGHT+IHpNAEyQo3XYi1yz3jbfRjQizzIMy4utv0G/N6UqwrnE8iVIAozxKZxlUNneiBukTMenx06tMvlY1Jy X-Received: by 2002:a05:6870:c6a4:b0:1d5:a4bd:6028 with SMTP id cv36-20020a056870c6a400b001d5a4bd6028mr25600858oab.8.1697128146373; Thu, 12 Oct 2023 09:29:06 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id b5-20020a056870918500b001e0fb06d9a7sm171415oaf.45.2023.10.12.09.29.06 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Oct 2023 09:29:06 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 12 Oct 2023 09:29:06 -0700 (PDT) Message-ID: <65281ed2.050a0220.20edd.711fSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id D372B6052514; Thu, 12 Oct 2023 12:29:05 -0400 (EDT) Subject: |WARNING| pw132577-132578 [PATCH] [v2, 3/3] doc: add a relax rx mode requirement option From: dpdklab@iol.unh.edu To: test-report@dpdk.org Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-testing Test-Status: WARNING http://dpdk.org/patch/132577 _apply patch failure_ Submitter: taozj888 Date: Thursday, October 12 2023 16:03:59 Applied on: CommitID:a1934215a7691a86c55d415bd01ae8318581b67a Apply patch set 132577-132578 failed: Checking patch doc/guides/rel_notes/release_23_11.rst... error: while searching for: default. The implementation using C11 standard atomic operations is enabled via the ``enable_stdatomic`` build option. Removed Items ------------- error: patch failed: doc/guides/rel_notes/release_23_11.rst:84 Checking patch doc/guides/sample_app_ug/l3_forward.rst... Applying patch doc/guides/rel_notes/release_23_11.rst with 1 reject... Rejected hunk #1. Applied patch doc/guides/sample_app_ug/l3_forward.rst cleanly. hint: Use 'git am --show-current-patch' to see the failed patch diff a/doc/guides/rel_notes/release_23_11.rst b/doc/guides/rel_notes/release_23_11.rst (rejected hunks) @@ -84,6 +84,8 @@ New Features default. The implementation using C11 standard atomic operations is enabled via the ``enable_stdatomic`` build option. +* sample: Added a command option ``--relax-rx-mode`` in l3fwd example + to relax the rx RSS/Offload mode requirement if needed. Removed Items ------------- https://lab.dpdk.org/results/dashboard/patchsets/27915/ UNH-IOL DPDK Community Lab