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 A1CE343E7E for ; Mon, 15 Apr 2024 23:04:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 99D764027E for ; Mon, 15 Apr 2024 23:04:42 +0200 (CEST) Received: from mail-oi1-f178.google.com (mail-oi1-f178.google.com [209.85.167.178]) by mails.dpdk.org (Postfix) with ESMTP id 9BD0E4021E for ; Mon, 15 Apr 2024 23:04:41 +0200 (CEST) Received: by mail-oi1-f178.google.com with SMTP id 5614622812f47-3c60adf3474so2245073b6e.1 for ; Mon, 15 Apr 2024 14:04:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1713215080; x=1713819880; 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=Zg7o/d+25Y8p0dc5u4ndvL6jhWNHoMsDCBczsCKJDD8=; b=sKZeHd27o9BCmvm9WuUuC4Ma5ttue4WOpgwm188fF97nGFRuJcZnbXStTCom59ESw0 tk99s5Z+fpoS842Ojxw9by1ERcJ5ZZgkHyVqcIQ3Fe4zEP9nURBB8A2rf9dM6usukjGQ /bRQzS5na/nUM1KzMOBhj8tsTB/HFlcKPojJvdXBKCyE7+uqW25WN8gdMNdVfow3Koyb +hJe5u0xTQjwIqReSvJwZa8Kbc0dxMc4RAA7pGmHFe/2H2DhEIKAiDhoNm00+l5l3tjE gzOgR/FkHkBDwPmrpdSeQFMUPe6BEaeGsCY0nGAghHY7i2f1T+37nPiMaN3iX5zeLvTZ qQBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713215080; x=1713819880; 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=Zg7o/d+25Y8p0dc5u4ndvL6jhWNHoMsDCBczsCKJDD8=; b=mXKa3w35hX6e0iQqSqcic4S+LGHtMapsbMdZaXT1Hf8TUBUGrP0Ai5mRLbltMc59ZC BcB2OoXUpbvGq3Tp51YnXkclFLeZP7TtdNBgx5bSxKeHIrHAXevdepfy6kWVqxBlL2bb BOy2dFkhlPjP6yfv1+ydUMmTlP2myidoWk+pXuyud9CCxIBq0+5ALrMZ/1zYleSwi55t ciNTQ6rvHB1ojymnSgH9WnZDiQb1Nqz0fnIErqV2O6s9yloR++tHjZIi/rH5Hi9sYBkh 6znw86fqtdBtKuLbQYxxSKUEf30tTp42aXuw6qVTjuNMJ7gtmyDlvL206E5oG+fjf7j6 91eQ== X-Gm-Message-State: AOJu0YxUB3Ny9DPq1XEV6/rbjJ1AIRRnvVoQBHx7hOC1bwTwkZWRzdJm S5sF9z8pTNkrMNCqsqLgFs+7IJVqci/WDxUPwbDmoW6P3Ijq6DbjB/QuJrjxIHkqx6BTcwDcTvP Y X-Google-Smtp-Source: AGHT+IFHGZ8awv6q51LJE8J1hchzNDVpvYzv6OVymQ3JwlaEayf849ejUTvzUooEiHMwmHjDy3suCQ== X-Received: by 2002:a05:6808:1a:b0:3c6:bfb:77fb with SMTP id u26-20020a056808001a00b003c60bfb77fbmr11922949oic.26.1713215080532; Mon, 15 Apr 2024 14:04:40 -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 f16-20020ac86ed0000000b004348d54a873sm6487344qtv.57.2024.04.15.14.04.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Apr 2024 14:04:39 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw139378 [PATCH v2 83/83] bus/dpaa: move alignment attribute on types Date: Mon, 15 Apr 2024 17:04:38 -0400 Message-Id: <20240415210438.2906489-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <1713211485-9021-84-git-send-email-roretzla@linux.microsoft.com> References: <1713211485-9021-84-git-send-email-roretzla@linux.microsoft.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/139378/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8695642962