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 AA52143B0C for ; Tue, 13 Feb 2024 17:24:34 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 88C9440A4B for ; Tue, 13 Feb 2024 17:24:34 +0100 (CET) Received: from mail-qv1-f41.google.com (mail-qv1-f41.google.com [209.85.219.41]) by mails.dpdk.org (Postfix) with ESMTP id 67F21402D8 for ; Tue, 13 Feb 2024 17:24:33 +0100 (CET) Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-68c86cc0df0so20875326d6.0 for ; Tue, 13 Feb 2024 08:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1707841472; x=1708446272; 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=zLX5JKTfB0N37dtknWxKrM7EHROYYmdTapy87870HNM=; b=zLZfAQX+85TvPZ2iJDWIrMfBPUzLfganJnRvQmok2l1nrgQd6P7hbY4++DDflfOu/e FJWZfBYzkqAs9hktHoHbaVCgw9y9aPSX90KGQGzqwweIT7Ta4gdqb2RLPQ0gHoaVLlkQ HPUFYCtcAOHrTzgsjs3H05+A2dFDrzhvJM6pDtI7IHuQRFeRfqr0GCG0WfYgkr0YvL3h ML+u1TZlDLoyI6ag38OMK0NHYqQjQpj4q/m5e/Sk+iKVE0CoF0p7eKK9WER9tA6OhEsJ OFulkB79v6K22AHfBSQsTVFn2SQYGDMGXVW+itDVM1L5cKQHmmxM0E64NvWCKkFoE2Jt 1gRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707841472; x=1708446272; 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=zLX5JKTfB0N37dtknWxKrM7EHROYYmdTapy87870HNM=; b=XNA6DWBGmjWxTREugNKKAPmB3OBBlPrli7Y44koFQeQxfxxPE3Sbq3k1wyYWfowktM dGdbUkHseDOU9zzuPcEY8zO8/RSqItYZx1pS3HC8oe1YfJtud5LRpSXq0X7OiAvwVmru LdEX7xMYn6ETwKpZXISRCQ1NzFXGJnvKXFgcwKRQLzKpDvQyRAcq8l2C2XhzKfmABfwm MIyJMi4cTfod9Ears0ZLku7dpOfSPuvc7lrLxhtcLHwaOy6PtSEwDCpYp9TES1BWj/uI s6X3WqGZr40dE+ZJRdSfygmp6ep+33bU/1SU/ZKy7qWpUmfWat3omXUQhKwf7ZWJ4Xr3 6XRw== X-Gm-Message-State: AOJu0YwNqFGAstE0jzNRnc9LR3swSlGFo9hwMtzV1dPKmjbx4xNOI4yH 54YrDbpUxfLBTG8iEtMfr/8BjlgcWzPcCYmntIpcU7hZFZ8rZ31ku4y6vUNc9ymx9vOv39Y6l+T h X-Google-Smtp-Source: AGHT+IHv4ODHK41MRqABZURq+7FGPDyEoVPl/ahZHzICZbrCVPdRFUrWehK0i+ehmEl9VKwY5CcYcA== X-Received: by 2002:a0c:ab17:0:b0:68e:e3b7:556e with SMTP id h23-20020a0cab17000000b0068ee3b7556emr2399572qvb.37.1707841472004; Tue, 13 Feb 2024 08:24:32 -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 x14-20020a0ce24e000000b0068d137664e3sm1375683qvl.134.2024.02.13.08.24.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Feb 2024 08:24:31 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136646 [PATCH] drivers: use common container_of macro Date: Tue, 13 Feb 2024 11:24:30 -0500 Message-Id: <20240213162430.267959-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240213153741.2133915-1-david.marchand@redhat.com> References: <20240213153741.2133915-1-david.marchand@redhat.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/136646/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7889062938