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 6C59543B08 for ; Tue, 20 Feb 2024 06:04:30 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 670F84029B for ; Tue, 20 Feb 2024 06:04:30 +0100 (CET) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mails.dpdk.org (Postfix) with ESMTP id B43D740289 for ; Tue, 20 Feb 2024 06:04:29 +0100 (CET) Received: by mail-qk1-f182.google.com with SMTP id af79cd13be357-785bdb57dfaso487663385a.1 for ; Mon, 19 Feb 2024 21:04:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1708405468; x=1709010268; 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=RK4el9M4r9e5I3NQNwqjHVnf5hT3BY0K8kvI8rLAcrA=; b=GB3Dz79gR2o4Gv+SD67Sd3a12k83tw6lPmjGCDX4PsHuDHx8p2/48/M1bMrtlvKORT fEHfXe79dB6mV7aE6clBRsgpksN/BGLuEBXVh40vup69Ej8jGo5x0Cr13wcyLrRRDN4B kXTd3SK9celXZWThIbVWqRXZSBWiiLjDwqWn20qWtecEuIk5qFlmKl/S9Fgd7c9L4kSw VMwFo7Wsc+txq0J7k2K+xl9wbqPe3HJgEiplqVZQN4Ki9b/puFc/5Ln8xa4KBjtiHKlq it1Zra9bdPplbOQf1o/9xN3nD5FmOkUxhOudfKBPaWhwJOEJLh+4aQtfZwhv6pgE925U 7hPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708405468; x=1709010268; 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=RK4el9M4r9e5I3NQNwqjHVnf5hT3BY0K8kvI8rLAcrA=; b=NFRXojF8yt6M63p7y84yXsBh+KILdcljfZ+wES4GBybBEO+z9qYuGMQzKRXXo/aYh1 poatf8O8htSDktxODJDb3cTTAXbkq8GiAmDSSA63XdBgEvqyGA1z1HdcWuFHwzFK2LdJ uPpPyr3LUIcS7Szws2hD49J6K2Ms+RVuprzyH4YEnWA+k9r6e5KMe8zPlvdglVRaInne +x7F5Q6QyuVB3D22ZW90IutgoP9hqNFDWjbdyWsNXYw/oHE/tM2nWatTCYOGQdDJ5+hs 4NQAIkYmCrco+lAfZMQn1u2dnVQCyZ08EEh3mUFheJI9woOU9ZEDbPS6Xp4XjMwPiLr9 +ysA== X-Gm-Message-State: AOJu0YxWYob2QlmCerscjE561GFw/K8JiKwqGn3WVehhTysE350p+zkI x7Ha3CK8t6vNpVsxY2ctlMvGLzk/yXC3/RGn0F4i+m+dcXG0vAb+1ftsZw9GfOP0ZvkWxmM2HEp H X-Google-Smtp-Source: AGHT+IHCgdPTNlA6vad744n9kYldxVnKd4XbZa4JnxTgjF4BvzzOpzAXuK2ypVYBImAPKN94ZlfFsw== X-Received: by 2002:a05:6214:4a8a:b0:68f:8927:ac6c with SMTP id pi10-20020a0562144a8a00b0068f8927ac6cmr4783287qvb.20.1708405468494; Mon, 19 Feb 2024 21:04:28 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-rdu-t.redhat.com. [66.187.233.202]) by smtp.gmail.com with ESMTPSA id mf18-20020a0562145d9200b0068d05b81fb2sm165439qvb.15.2024.02.19.21.04.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Feb 2024 21:04:27 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136887 [PATCH 4/4] cfgfile: add unique name flag Date: Tue, 20 Feb 2024 00:04:26 -0500 Message-Id: <20240220050426.1125746-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240220035840.32978-5-fengchengwen@huawei.com> References: <20240220035840.32978-5-fengchengwen@huawei.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 From: robot@bytheb.org Test-Label: github-robot: build Test-Status: SUCCESS http://patchwork.dpdk.org/patch/136887/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7968445135