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 2077B43DA6 for ; Mon, 8 Apr 2024 09:44:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C51C40289 for ; Mon, 8 Apr 2024 09:44:14 +0200 (CEST) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mails.dpdk.org (Postfix) with ESMTP id D30D840041 for ; Mon, 8 Apr 2024 09:44:12 +0200 (CEST) Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-1e4149e7695so5051925ad.0 for ; Mon, 08 Apr 2024 00:44:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1712562252; x=1713167052; 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=/wm0mF8aIcNIfcUwgWvA2aYuNDZtiwqOatI4vlx/Hhk=; b=AeWk5wIIuAsIpXfqBH/Ubu2zRDKpYW6oNjxh4r3kOn7ZmhlLqcQLZkGtZQI/UHDgXw t0+nCKjFWHg8SYuoeqUAxWom+lUrrzoDiL4eQceIBaCSIbSzw/WQRtg0rI1OshMQEKt6 9wUJHtufw50DXSYfgsQ3BCzB4N9mvCzyPsSCPcoLlgLWSJphQt66hY+QB+dwzzvcQRfG 7UdUK2SrQb0PmHyEtqGfOVc+I1CB6yljxWiX+MUqXeUKKbkG2JTtvEOhNu5BI03hN8Vb uyJDU6Paqp9yA2xMGKcGfy/j9Ta9xbZveYzzuXpIiBhx6VD3HDVs/ijmLZ3avadmhyPh MoFg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712562252; x=1713167052; 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=/wm0mF8aIcNIfcUwgWvA2aYuNDZtiwqOatI4vlx/Hhk=; b=k2Kz+wta3RFdfxrFk0oTD1ogP8vtqEgvsJo/EQahJgINlnOUFjo+UsXWuJjuyMuuRt KHCEkIO6yU/5KAfOao9z5q4dDFBCgepDL0I0OspNZQrBs4eddHgiu5R/PjhixcFuUMVZ 3+WYV5Q5GPoCTEkfloHsb58iZSZpbx0zXdae8er3pWrMcBh6W9ov0rqsNo/JaKXoUZBZ P+jByOiEDrFSd330olMDce9wMKWj06bwtMFb8/Wc+OlGTM1RD32LvBXHdZr7r3VKva9U ElZs7bNWbU+f0+XIaeoYSKjSQH5suCJsEOu+djFW2sPt0g74ydjEoP3/UczFmIhqlzEi 5u4Q== X-Gm-Message-State: AOJu0Yw+6l2mtgYYU+zbbVFr7q0xWG4fjI/eZCCQ/23XuFo3JwK821Em IpqRfbOB3uFoh1NCNGQkSyPgNR8lQw1kVGJCR8q21/mPhTcwUmWVd2vII8wIzW383BTokUqgNy+ K X-Google-Smtp-Source: AGHT+IFDwoYwfAQ5cwxiNhqvddGzh5ZrE4gmB20GQobXH9vHzL/YJbXrENzPr9Pqva4KT9EXyOzHIQ== X-Received: by 2002:a17:902:d54d:b0:1e3:da28:5c72 with SMTP id z13-20020a170902d54d00b001e3da285c72mr5466169plf.47.1712562251687; Mon, 08 Apr 2024 00:44:11 -0700 (PDT) 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 p16-20020a170902e75000b001e3c77db2aesm5735716plf.88.2024.04.08.00.44.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Apr 2024 00:44:11 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139182 [PATCH] compress/mlx5: add VF device ID Date: Mon, 8 Apr 2024 03:44:08 -0400 Message-Id: <20240408074408.2970370-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240408063914.2601374-1-michaelba@nvidia.com> References: <20240408063914.2601374-1-michaelba@nvidia.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/139182/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8595929332