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 87567433E2 for ; Mon, 27 Nov 2023 17:40:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 82A9E40648; Mon, 27 Nov 2023 17:40:14 +0100 (CET) Received: from mail-pg1-f227.google.com (mail-pg1-f227.google.com [209.85.215.227]) by mails.dpdk.org (Postfix) with ESMTP id 161C0402A3 for ; Mon, 27 Nov 2023 17:40:12 +0100 (CET) Received: by mail-pg1-f227.google.com with SMTP id 41be03b00d2f7-5c1714df2d8so2574520a12.2 for ; Mon, 27 Nov 2023 08:40:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1701103211; x=1701708011; darn=dpdk.org; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=kuxi2Fq3gf4CPtg5nboqVWUstGcaDvrbMp/gM8lwCOw=; b=eRWsu6pBcjeCaL7fp5TZe5BY5E38movPKvDuDziPFLvSQMvcg/JuoBTsNAuHOm2MJ+ fZ3bBocM0q+mC/3OKQuOxjy8WZHtZX/bPkFm72+vrsCgfWthByV9SWCfgYGSl7bODDqE MGW47d3b7ob24OpYGyO5emQT4VUP8CkNU3X8s= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701103211; x=1701708011; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=kuxi2Fq3gf4CPtg5nboqVWUstGcaDvrbMp/gM8lwCOw=; b=iF8930ykWGyoyOwiDGXI6WF049hizedrZm/mdkJQT88fsZWjJS/JrDsISDjkwx3y2P hC6yyxep08EmV1C9UFRy07XjKgNIgpPcbeA5FN36odAQ5/oYTMIQa9mKwhu01qEzp6QU OMZNirlucgDGyR1jeFeoedPuTdmIS7Tyf9h8jlbC+cdLmdt5afMqeCGUF4yq8i4+BSqO xjLI2Qfc9RqJBCqM1ynbsdSi0cBMDpdeqZM0ZMpPrzeqbOwXb5zkBehbULCxMboJRa5t J81StC1SY2J2CvrTOn9AOagGHg51Gn78iRqf+GCU0ewFySDpgqeka1EM3mWBUtR0cWYT 4Lmw== X-Gm-Message-State: AOJu0YwMaLtcGs3ABjQZGI9+lgAj8KOug1MzA6DVOkp7SCftFDRq6gWC 4Of17yaqqUJfVXx63p8I33pCyIuwUW3+BfV1G9B1AMLBlfEYEIs11eNXKQ== X-Google-Smtp-Source: AGHT+IF+G15zeROGd/xK40/X7xyV5nulPzHeaO3xRVXdEspKZWgK+ECPWGerW8mHTMZQL5jUaZIFKoTynio+ X-Received: by 2002:a17:903:495:b0:1cf:bd3f:da04 with SMTP id jj21-20020a170903049500b001cfbd3fda04mr5500566plb.37.1701103211386; Mon, 27 Nov 2023 08:40:11 -0800 (PST) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id jc11-20020a17090325cb00b001c7234e26casm503479plb.118.2023.11.27.08.40.11 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 27 Nov 2023 08:40:11 -0800 (PST) X-Relaying-Domain: iol.unh.edu Date: Mon, 27 Nov 2023 08:40:11 -0800 (PST) Message-ID: <6564c66b.170a0220.9a820.0eddSMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.21.0.2] (unknown [172.18.0.240]) by postal.iol.unh.edu (Postfix) with ESMTP id 8E8426051831; Mon, 27 Nov 2023 11:40:10 -0500 (EST) Subject: |SUCCESS| pw134629 [PATCH] [v2] net/mlx5: fix index choosing in TAG From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain 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 Test-Label: iol-intel-Functional Test-Status: SUCCESS http://dpdk.org/patch/134629 _Functional Testing PASS_ Submitter: Michael Baum Date: Monday, November 27 2023 16:01:02 DPDK git baseline: Repo:dpdk Branch: master CommitID:4358da71b382d1015be7323e1b48d15e34f2562b 134629 --> functional testing pass Test environment and result as below: Ubuntu 20.04 Kernel: 4.15.0-generic Compiler: gcc 7.4 NIC: Intel Corporation Ethernet Converged Network Adapter XL710-QDA2 40000 Mbps Target: x86_64-native-linuxapp-gcc Fail/Total: 0/4 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/28478/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/