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 4781243BF6 for ; Mon, 26 Feb 2024 20:45:25 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 433C4402CC for ; Mon, 26 Feb 2024 20:45:25 +0100 (CET) Received: from mail-qk1-f177.google.com (mail-qk1-f177.google.com [209.85.222.177]) by mails.dpdk.org (Postfix) with ESMTP id 46459402C8 for ; Mon, 26 Feb 2024 20:45:24 +0100 (CET) Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-783045e88a6so301422885a.0 for ; Mon, 26 Feb 2024 11:45:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1708976723; x=1709581523; 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=9BgDvnq3VCyUfAsNGkNI6hAcOfuV8nWzAHTL6itnMm8=; b=ZhVTPx3FUhrMqV8tYRqcIr34NTG3kFF2VAA9whNAx13iq3eSCcgZevxvN+rwHb0gfq Oa43TB2HOcOlV4BUmAkq5oF1rdFPwaIbuvzMbrRxrvho4nD2K7M64k5DQFtaRzaSBa/O UzXqjcjogPYV18R4np8dpZPDlE+moSMKZAkSPwO7af4WKEgqLOAfM42KhS4YdDzSIK97 iDD375RjMhIKfO4L4ITQu5WIDedYmd7uU72qOFWiy5uFQOG4Nig3fQ3mNQrWLLjiNKB9 s/Jhlx0cfQOC41laqTJ94EALGf0sij8JbPrnviktWlab6ZSPpHEqEwumifCBQWZe0lZC Qw5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708976723; x=1709581523; 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=9BgDvnq3VCyUfAsNGkNI6hAcOfuV8nWzAHTL6itnMm8=; b=kV7QXBR3k06uOfql5oP3ZOLVSav1hhWfqHyNOsm39jBc18EL9bAjwr9jxBsSZhBOhD tQ/2BSJfe6EY/8J/V38w+MX8LSGCptpQzO+TsMBLlW6PDpRdGT9a1w/qMKlWcd8YfL+T mWTp8qUtGdARR5aCP2qrMHIL5DESdLqU1+o5lc5VjXSA0HL/9eHSxis6SJAUiPhKeQQN C+y+skY4yRMy2DT3pHcampJ9bnd7P06CFBVmEbpDCHuprfZl5zvaTaGSo+eU9V1P2eJb tSyo0IZapJ5qmO8/oKwHKicyaYLjfKLWcKKJ2cn6++3R1JqwDCSX9gYTlQGTJVnccrby XmXg== X-Gm-Message-State: AOJu0YzDxV4sqixh1Ps4T+omTN3jAN9jbSX/g3+y4HGN5lfoIxeg3dAd EOHQDbvPb6rGygjhhN/9EtH8xl5I16JxF6itiHTqNnQBHY6Gp2ou9r2XYiHiJi/rZ6xx52pCDoZ 2 X-Google-Smtp-Source: AGHT+IF6hnFQ59s1+pJq3GfYHl4RO21sHovS+vsq8zOlIKl8FEI36PIYXha7w1VMYuH5aRa7aI0Igg== X-Received: by 2002:a05:620a:28ca:b0:787:e01a:b1e9 with SMTP id l10-20020a05620a28ca00b00787e01ab1e9mr152861qkp.5.1708976723247; Mon, 26 Feb 2024 11:45:23 -0800 (PST) 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 x1-20020a05620a098100b007876a58b31csm2790509qkx.102.2024.02.26.11.45.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Feb 2024 11:45:22 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137271 [PATCH v6 39/39] ip_frag: use C11 alignas Date: Mon, 26 Feb 2024 14:45:21 -0500 Message-Id: <20240226194521.3037284-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <1708971946-18231-40-git-send-email-roretzla@linux.microsoft.com> References: <1708971946-18231-40-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/137271/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8054264944