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 3CB8143CBA for ; Fri, 15 Mar 2024 12:43:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 390A842EF7 for ; Fri, 15 Mar 2024 12:43:39 +0100 (CET) Received: from mail-yb1-f178.google.com (mail-yb1-f178.google.com [209.85.219.178]) by mails.dpdk.org (Postfix) with ESMTP id AF80042ECF for ; Fri, 15 Mar 2024 12:43:37 +0100 (CET) Received: by mail-yb1-f178.google.com with SMTP id 3f1490d57ef6-dcc73148611so2071606276.3 for ; Fri, 15 Mar 2024 04:43:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1710503017; x=1711107817; 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=pTv+Ps2rsEaFNr3jOO24wnC1dNrYWwdk5yZ9QX7xzD8=; b=mNGRhteomidM+MbaMSp6g2tLttniyhL7kU27BRDDRV+RflZhZQYtb36ogjL92N/KXs GGCEqrFr41nJIHrgIDex/KBQMUcAvrdOQM9XpzlHWRw+sSS7OE6cvw/UIF51bsf7r3j9 xy2QNWHjNbadpxnAS/EKGJzEJcimq6Hf2HTMtLoabhIYQ1G8OZGVfKQVeZWT0ca22RkR YWsz7xWwnn+ZeqvjcY9paf1okcCSiFDYJ8194E5M5arg3YJJGi0fHzrIVGcciCy0IGPr avU84Voua0xNaM2ZLDrUKYsGeM4EseZ2uc2GmU4IIRt3rlf22Pw2cWRSVKO0kB7+xEtS YHiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710503017; x=1711107817; 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=pTv+Ps2rsEaFNr3jOO24wnC1dNrYWwdk5yZ9QX7xzD8=; b=J9Yo+0SU5d4Lj/dXy5v4xEROVPK1t1+YN9NRoe0byxKTLJT1Pye0NFJ3Aepnv+BCGu NanOzM9AQal7f3UNFDgfBAuEVk9IAXAtUYwuRJ6fjT5oy3CAq0U7tn1KdWUEydzCSwYu BRMsNmguJwA6Le07faJ6++P5apY8eVh8S+kwj7GoBkoas/A+FXY95K+uCZCwLFA1tswh OaH7+fFN82vr8xUaNEyZNHpOm7LTZZc364TW4DRC3z/dvg7WVnPylj/P4xjaTTNdK7t2 kac4XehJmJSvcgxwYbqA1kJFHT9vbEXYdrmzc4fmnIIBDfllo483GaujROhDSD+lFPFP XtZA== X-Gm-Message-State: AOJu0YyphIgJyo+z+rhzBR/3UlgPplIILCK5QMBgvTOFC5EhRibBlYhk 8K3tAFnOR9wvnJRJdsJBhPoA3S6bAD8kkpsGVAmMv2BnRWXyqpUFA01lUQyKNMdX9Ft+JgjjpGM i X-Google-Smtp-Source: AGHT+IFobAJUhZJEFtHaUpsfvMh5vmkw0heZaXfPFCczWb32SvxyYeMpCwAiJtvu5kXuDrtLl3xqUQ== X-Received: by 2002:a0d:d8cf:0:b0:60a:2081:f05f with SMTP id a198-20020a0dd8cf000000b0060a2081f05fmr4578857ywe.6.1710503016839; Fri, 15 Mar 2024 04:43:36 -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 j13-20020ac84f8d000000b0042f2130cd0csm1879818qtw.34.2024.03.15.04.43.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Mar 2024 04:43:36 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw138432 [PATCH 2/2] net/ice: Tx path check mbuf sub-segment Date: Fri, 15 Mar 2024 07:43:35 -0400 Message-Id: <20240315114335.378848-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240315102409.1079521-3-mingjinx.ye@intel.com> References: <20240315102409.1079521-3-mingjinx.ye@intel.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/138432/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8295194423