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 15A1F43CDD for ; Mon, 18 Mar 2024 04:43:22 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E2C2440289 for ; Mon, 18 Mar 2024 04:43:21 +0100 (CET) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) by mails.dpdk.org (Postfix) with ESMTP id D07D94026E for ; Mon, 18 Mar 2024 04:43:20 +0100 (CET) Received: by mail-qt1-f170.google.com with SMTP id d75a77b69052e-430c4e67d40so7896901cf.3 for ; Sun, 17 Mar 2024 20:43:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710733400; x=1711338200; 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=J3S0mn98Xw0xP6SFFYTrL+tTuwN479m/ilsLcqVxRYM=; b=bzq1NblXgjoeezaln/+S/+OFw4ELVAUsnN/4tKk+vTCrTne3qKfAgKc/mceYvolpK8 rew1FlcTz1YDfjcIvImY9cLg5BlBb5qso0LqphpPl0fqb/vfSWMBHQ5XhrvEaOTyGlXe d20wMttL1TkAZGUX2KEWoVnk+NSFzYPIZ7GPWQ452+VYplVUABCHFI7Gdx2ccY0gvSFU O7OKoMQxXP38yzdpSrs0oqkEcFetCiLDljQT0332CRBkbxx6GwRkntdtUM4dHMtUNv6X oHRfAhCPs8OqDQP1qpZBQR58UP03u87UsxB+BBu3cqpB9zIIQW9m6KDtj2L8yGn/MyyR y4Wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710733400; x=1711338200; 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=J3S0mn98Xw0xP6SFFYTrL+tTuwN479m/ilsLcqVxRYM=; b=JWSp3CyAzz7luFfvUz2XphxSZ7lZjWtz/cnaljnYGZWZUrAQIsP+rVKmOzq81sk5R8 tHR2NKk3wG7GWkC0DvqlBr7GvLpV0/iavHxXfVQAawIqU4WoHCZoczo+B/0cykCg3Rm+ rgpOUylFHeWjM5BOrWB40oyyZXRG/Mqvm9hO5RCMxN5KGyNSqUXVFqx7cHOe59wERvGX TA6AYik9sW3Lr0hWuzrogdnWPjnbAG2qeZnHxvjJ1LVDVhvk6L3av8sXxPAkLtZhH09M cCOfJnZjoRp9k8CJln1b1Qq9P/bqyiYCcbc1S2aPM54dJAAY1+CkkyELv+sqL9+UhqQL 1aoA== X-Gm-Message-State: AOJu0YxKpKXSd2DMw2utwRehSzdhUXKelnbZWiYjyECrIaoiCCOx/7Aw EGoMJ9EhNV7xN8xM2iTsJEbwU12/6M8bGUh7qbEzjceJrusb47zotFv88lz+/CUYixXtFldsR9m v X-Google-Smtp-Source: AGHT+IFOUH8Jlf6UVlYvxRImpkOzN3L+sydIHXXalvAZH6ii3PnAy6azE2WiAgBZ8d3pR6IHa2QyaA== X-Received: by 2002:a05:622a:1a88:b0:430:ae8d:f1c8 with SMTP id s8-20020a05622a1a8800b00430ae8df1c8mr10596580qtc.46.1710733399693; Sun, 17 Mar 2024 20:43:19 -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 u18-20020ac87512000000b0042f09265a34sm4559130qtq.91.2024.03.17.20.43.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 17 Mar 2024 20:43:19 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138440 [PATCH v3 1/1] eal: add C++ include guard in generic/rte_vect.h Date: Sun, 17 Mar 2024 23:43:18 -0400 Message-Id: <20240318034318.1267590-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240318024415.555614-1-ashish.sadanandan@gmail.com> References: <20240318024415.555614-1-ashish.sadanandan@gmail.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/138440/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8320679851