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 16A0C42DCC for ; Wed, 5 Jul 2023 10:19:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EB8FD40150 for ; Wed, 5 Jul 2023 10:19:20 +0200 (CEST) Received: from mail-qk1-f178.google.com (mail-qk1-f178.google.com [209.85.222.178]) by mails.dpdk.org (Postfix) with ESMTP id DC0C340150 for ; Wed, 5 Jul 2023 10:19:19 +0200 (CEST) Received: by mail-qk1-f178.google.com with SMTP id af79cd13be357-765a651a3b6so611388385a.2 for ; Wed, 05 Jul 2023 01:19:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20221208.gappssmtp.com; s=20221208; t=1688545159; x=1691137159; 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=KbQsD3gMe1gs3YGz1dxhmRqSBchpc/uqElho+hteOH0=; b=SmMvYy4y6144O4sWN1q90XpggD4ZQHqd27uRSO8HdkK3OSaPMXG6KsqZof2HmNAP/i MGPgY+Gwj+5sVSz8rVxBHZfTG+haiEyWSFVVvTHNNv+cKvbZsKuAd/5a/HI0+JPgnhBj rPIupHBkFXqL217SjyYEXfNndSdzXUfvxooKC6qSnrupAR+Y81r5l2XuPbasJhDEiVrd 1Ht/pnWu1lpqtKKjZE5oHZ6of0Al9exsz03f/XlvzSXPDRsNotKEtePk8fvyb1gpx9Vp 9o70Tws3lUgAQgZaHcOhrqQSgWOke9O6+73EKHJPQ1feEdi6Gn+pxvZX5w6Eacb7EX4j VDuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688545159; x=1691137159; 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=KbQsD3gMe1gs3YGz1dxhmRqSBchpc/uqElho+hteOH0=; b=TifQDmmU0zhX3QIZhSany4OhFwIz6n/qYUrEym2JNFCCMvppR0Q9b19nyg++mLEKNp SdbNE9wv33Qzxkfs2GyEHVJWuU/wHEKSlae/yLxseG++7LhT/zgtA23dDxFQqd2VRU5W I1rB5now/RhvGenNBO0Ys4FIK9xyo9C+lUYBazj1vJ1dKl37Qx2EkoEGl7ywcU8E6665 X+2iLkd7H1oQBT8GocMlWcefzMB24fucLfloE18nAeyZ9wTOGvfedA0+tHQDbvxvtxcQ 15XIwWSIHtOfYgPGHBCTbl6qhxDRLqJ2liAVhyCXa/XqYQMoO8fEQnW7wVIaymbkxYL4 0OxQ== X-Gm-Message-State: AC+VfDzAkmHd88h0VoMHXP1YoWmK4c06p+1YF55rHi34cGTGIbEhMtml RmIg2CnmxzsZhn1hiIEJE5q+QhM51F+Kt/GOVdc= X-Google-Smtp-Source: ACHHUZ7UO0IhZz0fB3GKX1fwfiaxLqbj3KeQjNCvo5SfwlUeY+orjttHGw/Q0FMCXSlYGdhHLYx3Tw== X-Received: by 2002:a05:620a:40c9:b0:767:9f9:4a82 with SMTP id g9-20020a05620a40c900b0076709f94a82mr20853826qko.21.1688545158850; Wed, 05 Jul 2023 01:19:18 -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 o15-20020a05620a110f00b0075f2c1afb7fsm2937323qkk.57.2023.07.05.01.19.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Jul 2023 01:19:18 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw129272 [PATCH] ice: fix build error on 32bit configure Date: Wed, 5 Jul 2023 04:19:16 -0400 Message-Id: <20230705081916.1804374-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20230705073210.168341-1-yidingx.zhou@intel.com> References: <20230705073210.168341-1-yidingx.zhou@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/129272/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/5461676237