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 A836B428E5 for ; Fri, 7 Apr 2023 11:58:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88E7E40150 for ; Fri, 7 Apr 2023 11:58:56 +0200 (CEST) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) by mails.dpdk.org (Postfix) with ESMTP id 6CE5E40150 for ; Fri, 7 Apr 2023 11:58:55 +0200 (CEST) Received: by mail-qt1-f177.google.com with SMTP id ga7so40307825qtb.2 for ; Fri, 07 Apr 2023 02:58:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20210112.gappssmtp.com; s=20210112; t=1680861534; x=1683453534; 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=6QpEc69C8tHbOYIY28wVNigHtBYxcwiCQoOb/DalyWM=; b=7wqx8/iXRmnnvgSDPW9m46gOjr2h1yYioW4UuNv1L5AkGQ7B1H/sA86GkQdUSp1/9y bBHbxzNK1CeQlgeyfUtXyRHqHQOm6zwhLJwdN2TZ1NDNjKo5xM7dOlxcNNlc/e2u+pt+ BZk99X1PBWhVRL6iyaH/CTnOy4CPR4bWgfG+h3F5WXLgiM0tf0SxqFEFS3+nLNALPmLx du8l8JESKz0LiBGaihWubiJWoGwMU4QX7VABipWwgqfzzkjexWVJn6ItV4BDeq0R8V8g UFPDw+PDlVoMV7dPYx5QIFMXPheB/AZYF/qF+E6W5SBouTNPXTzHjcBwig6CkZ8BAKJK 2vjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680861534; x=1683453534; 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=6QpEc69C8tHbOYIY28wVNigHtBYxcwiCQoOb/DalyWM=; b=ceF1pRy5Z2QRxAdiuodsk+yoDEpAdNkpEVUvKQ8S2j8/ajmdc6dIeLJOMU/sF1qrFj CBvusWOrQqOPcoZM2MyfbYbymQRHZjOiGxvx7ebqPjau/paMFvRF6e0b4F1bbP5HJpLS +Mdp3Br2AEwGlsddgxV4eTIpepq5qe1t6d87tAXgcNDuUjNvKpUNUiOKz2V8gkvEimas Dvr1FtzbfUG2iW298CJkFwJP9X9kQtpiWykffMDiV8i3DA6VMm4NrP+SEs/w+e69qzfT 5PGyroaFUjNWJPZ+RU3OEv/9H6Ks85E2Kc0VCofoojr0CJVNhoWBeIJ+CpNx2m/r8OZk IXKQ== X-Gm-Message-State: AAQBX9cvTc6mtGNQaYaOQEO/esR6eYoZ+PYMiE/18k8sKUhjIllO4mYC CwStwMfKz2TpiDW7kxiASrOZ+gW+lU6uUu7uBlk= X-Google-Smtp-Source: AKy350bRz1VP08fNFUrhGauNtq5XucxwMMBhxeFpNYCX/4NwRvlt4CxUvpHZ6BZ9rYwxB9kBttYfng== X-Received: by 2002:ac8:4e46:0:b0:3e4:e35c:c2d3 with SMTP id e6-20020ac84e46000000b003e4e35cc2d3mr2640769qtw.58.1680861534369; Fri, 07 Apr 2023 02:58:54 -0700 (PDT) Received: from openvswitch-ci.ntdv.lab.eng.bos.redhat.com (nat-pool-bos-t.redhat.com. [66.187.233.206]) by smtp.gmail.com with ESMTPSA id s9-20020ac85289000000b003e638d0aa67sm1087271qtn.93.2023.04.07.02.58.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Apr 2023 02:58:54 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw125858 [PATCH] ring: fix the variable name error Date: Fri, 7 Apr 2023 05:58:52 -0400 Message-Id: <20230407095852.1950941-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230407084826.2159688-1-feifei.wang2@arm.com> References: <20230407084826.2159688-1-feifei.wang2@arm.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/125858/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/4636900397