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 8EBA2439CD for ; Fri, 26 Jan 2024 08:04:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6B36E402A7 for ; Fri, 26 Jan 2024 08:04:22 +0100 (CET) Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by mails.dpdk.org (Postfix) with ESMTP id 1D58C40289 for ; Fri, 26 Jan 2024 08:04:22 +0100 (CET) Received: by mail-qv1-f49.google.com with SMTP id 6a1803df08f44-6818a9fe3d4so1814496d6.0 for ; Thu, 25 Jan 2024 23:04:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706252661; x=1706857461; 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=jvTSoRxlNV4Vq+/qiBZ8TfTguETJItlB4kiP95V4OUo=; b=bgbHH1PNHjCtPKKROkYX2Ge7U8XJgW/OKdXougGkTQlLs4SimgOeI7o6SLZqWubjHD WbfRR2UYfgF0xfI93MzqfmW6me6Yz6XAqBTVZdFdgWI3hhDdcSFql4+MFfOc+LQ0VThZ qAlmsMtF19kqQVb/Pa8MTp5tWFsJ1h1U1LTHBX3tr4KTaBHw/9d/RLFkcrzwO3Iy1DBw yzeTSghfDYshKnhtasDuspYoVRStZ7y45kbkltICRNgnOCQP3xVif8h48yfq41+s/59J 47SON/ctgneD72wFEQ0NVA7cALVnD2PoIxnVcSullQkXB4/Dxgxa5QuyXC+n3YhLVUPu I0+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706252661; x=1706857461; 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=jvTSoRxlNV4Vq+/qiBZ8TfTguETJItlB4kiP95V4OUo=; b=ojHvNDfnDLLXlq8xvAW/QWWcuLnVpkWBkFK1NcRRL1PGUY06BcE5qNC/NGGQORtWKE yWhy83RQ6Sfy+maA8uWfOik/YqWf+btSq+yGZLtXvTGS+GeQiLmLiYbuPI/ed3lkpf7Z RwE6I747yootTV7f5n/2tiTHf/2nKB6W8ZYPQUuqBUK9d3Ks9CSG98wdX82ewtnkvECm lzEBGyhGr69HDIbNjQeyWCk6fULjdQvO099umroLgcXXNT3xbacjxF+detyz7hI/RJuc 8X7Zg2/cSyel1u44WrKDlMyqP1KOwqPHYIe/HVrT+c96DvlPkEZN9GiDS0Jsqj8cjY56 Cg0g== X-Gm-Message-State: AOJu0Yz/cu0UsKBYSh4c396zHcUkxmqlaSSSPB+wQXrC7YGJ3YkORmV6 IoMOxQBXLfp9XRfGXMpo4mOnMpNZANVWWkaDMnToZ4MZJy0o4DS2EwrbkgoRNyRDMcT1bMBncU1 L X-Google-Smtp-Source: AGHT+IEGfLS8VHM8Okcmefw4+JZEy5L9iOC1qybghw6CPjR3SCtWdHRfR132v9oHsue+kn2XENtrcA== X-Received: by 2002:a05:6214:19e2:b0:681:563d:1003 with SMTP id q2-20020a05621419e200b00681563d1003mr697706qvc.113.1706252660769; Thu, 25 Jan 2024 23:04:20 -0800 (PST) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id p15-20020a0cf68f000000b0068198d205aasm288169qvn.57.2024.01.25.23.04.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Jan 2024 23:04:20 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136177 [PATCH v3 8/8] examples/dma: replace getopt with argparse Date: Fri, 26 Jan 2024 02:04:19 -0500 Message-Id: <20240126070419.2187830-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240126061013.53608-9-fengchengwen@huawei.com> References: <20240126061013.53608-9-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/136177/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7664734959