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 3ACC843B95 for ; Sun, 3 Mar 2024 23:04:49 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3496C40687 for ; Sun, 3 Mar 2024 23:04:49 +0100 (CET) Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) by mails.dpdk.org (Postfix) with ESMTP id 4F04C40279 for ; Sun, 3 Mar 2024 23:04:48 +0100 (CET) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-21fb368b468so2353984fac.0 for ; Sun, 03 Mar 2024 14:04:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709503487; x=1710108287; 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=zzzDTUFU4PB5kk8rU2r5HM7SUC0eEXpDIVaieaN1FK4=; b=lMR2fDWlozg+B6Qaqn9azZq5qX5VakSF68OvSrqDGZ3mfybT4W2v48C/K68gE5Tbbt Qt6QxbS+pffYglkHG7DW54oXAwC0BKsqPmveny+O9+unfrONWNbR8KtxHgHhRUfZ2W99 EYfb0z2KOWjoNp38ILC19DWsb+nlHW/zeVK3kFU7Omz7L2xlRIhQbFlsTXCaKRPO4mGU Ky7p59t6ntNQ/MQ2+ncxL8R5ba2okiyIrPgxF+KlZU0NZxb0UpMs+oHqmgBPrNvnbHb/ WYNVllYZR4EqGpGddLbDkYKT1OwzAllDm8rFpPYCPC0MAkjkHOKDGzATYZIdDYo7nLet +NTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709503487; x=1710108287; 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=zzzDTUFU4PB5kk8rU2r5HM7SUC0eEXpDIVaieaN1FK4=; b=PqybDg+/6ph6aM9ogU3PU5MGarqQRuE/e1swzCSj4XbnJ4rjB9foDS7SiRNy5SwvI+ PJrkkrjsT20mYwdcMmmawtMWtCTztrzozCwXeFzg0L/mOqUnoouVaz4OyvLnteMPHqxG NRaJWwUpE7IL2m1eKkwbE9Tvc5NjPdGFbdSq45zfYcaCcBVlm+efKX+cJfgq3mkvxUXD R0Qx2IP1mh74OBYfUAoP4npvn8o/lThclsXvgMMaAU++RuF9f5xtSl+TYo4lu5lJD4uT HoiwExGwfbpKP65OASrDRFDmKYThMcd3ghl4J2pBZThjWwHBvF5OesgKqo1rB/rJnU7e zORg== X-Gm-Message-State: AOJu0Yw6Q+MnY0T3i3j35BoVNjeA36JY3knikalX/rHxZXuLat5+i+S9 B4oo9t76G6Urw/IE21s77p6+0jBNc7YkPFR/o81GwEB0/KtqdOqrIAg8WgJdhIehfM1g7zmUzMr G X-Google-Smtp-Source: AGHT+IGmSQo53v7iSHYFrZtc64L0Lb6S6Hryz5H3bdVR1pWVQmNu7D+1Jjv6abKzWVEDnrBwnqSl6w== X-Received: by 2002:a05:6870:15d6:b0:220:1b0b:29c4 with SMTP id k22-20020a05687015d600b002201b0b29c4mr8091864oad.46.1709503487149; Sun, 03 Mar 2024 14:04:47 -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 p14-20020ae9f30e000000b0078825e2c57dsm608485qkg.76.2024.03.03.14.04.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 03 Mar 2024 14:04:46 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137840 [PATCH v5 3/3] event/cnxk: support DMA event functions Date: Sun, 3 Mar 2024 17:04:45 -0500 Message-Id: <20240303220445.3027007-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240303210808.614845-3-amitprakashs@marvell.com> References: <20240303210808.614845-3-amitprakashs@marvell.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/137840/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8133137540