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 9B4EA43AE1 for ; Thu, 8 Feb 2024 18:45:05 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7F68B40278 for ; Thu, 8 Feb 2024 18:45:05 +0100 (CET) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) by mails.dpdk.org (Postfix) with ESMTP id E2EB640273 for ; Thu, 8 Feb 2024 18:45:04 +0100 (CET) Received: by mail-qk1-f170.google.com with SMTP id af79cd13be357-783d916d039so7680485a.2 for ; Thu, 08 Feb 2024 09:45:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1707414304; x=1708019104; 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=fRTNpiyesAQorBSUaoT4BWMhyEnch1cUimA/N/X/85Q=; b=cgzJjKgYfhQIjffqXtoZCf4oPmz8nv3fWRJ1BhE/yeluHOxdBHUy411bOgd2qiTJ40 eXyE0uKrt4E3UvNVU8zI3t7bfFH9pzPM00oXNtZOhAXzDScS43KjmW34T+qpc34j/GvZ Yh+k4IlF91S0OltJNMQHHCjmIvvZcl381RCY18cNyXvghOPKOS/8SEaMRvkhHfyvLXFO aAN99QnOTJlvT8H3f5Vujw+cYAHHd41t1yIYTqe2wvJKhzO88Q7G13i+hl1gXqcJlN+e nb+XFjjimXYVc50YBdhc0IdNeOBHF5d1I9iU9dLlb/HMy2w+imAZ3HMenYeAc0yiLdO5 STRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707414304; x=1708019104; 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=fRTNpiyesAQorBSUaoT4BWMhyEnch1cUimA/N/X/85Q=; b=etNuwCNeXNlyxy0F9hDHcif1Igj3uOtNhp4LfvmKMabwqySKXEmnE9pDNMJMQYbGbs aGDl4CPR/h+njpSi45xmX1a7oPTrVVbwzaGaSwxMpJhfNao6C/7UelxiQgcymAhr1Lkp H1/ER5Ny8o5dSICkm55SUZESIlZf60gXWNfH+G/iEG6mNwCFAzkHqvLS0mnLIzUgB3G3 w7ox08qBtmP6QZeQZRz0AlbUCsxPBOSFszeTm0uzjOxvQ6Xy0XpFXkSg44FbK3P6JgbW 6X5iIp/eFtN5JlwEXvdZymLpY0XLmS9Pxg1wfP4jkojdCTARGAEL1USvPSJrXd3AshlX 6QJQ== X-Gm-Message-State: AOJu0Yy5mpEGRAUtt0umX9Pc886ronqUivniuDv0jKDUqOZkq4RkTFlb aWKT4sK6za9/li2cNrVfoBKrUQlbtJYeXRTNeYEFP+MkWothkC0VwazxEL2lrzZ84UfopDnFWUx u X-Google-Smtp-Source: AGHT+IHYC2sk711nOBWvTQ21Z4GdyV5nOsNiQo2gxO+DH9kaNu3kzDg3VPntiUJpbk3VEZ8Aorto/g== X-Received: by 2002:a05:620a:12e4:b0:783:1af9:8e46 with SMTP id f4-20020a05620a12e400b007831af98e46mr196465qkl.42.1707414303923; Thu, 08 Feb 2024 09:45:03 -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 vy4-20020a05620a490400b00785ae649de0sm19345qkn.97.2024.02.08.09.45.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 08 Feb 2024 09:45:03 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136542 [PATCH v7 6/6] baseband/fpga_5gnr_fec: cosmetic comment changes Date: Thu, 8 Feb 2024 12:45:02 -0500 Message-Id: <20240208174502.2754487-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240208165038.36265-7-hernan.vargas@intel.com> References: <20240208165038.36265-7-hernan.vargas@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/136542/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7833236368