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 C7D4443866 for ; Mon, 8 Jan 2024 17:44:15 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C19B84064E for ; Mon, 8 Jan 2024 17:44:15 +0100 (CET) Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com [209.85.167.172]) by mails.dpdk.org (Postfix) with ESMTP id E97C840273 for ; Mon, 8 Jan 2024 17:44:14 +0100 (CET) Received: by mail-oi1-f172.google.com with SMTP id 5614622812f47-3bbd1e9c5f7so1996959b6e.3 for ; Mon, 08 Jan 2024 08:44:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1704732254; x=1705337054; 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=6KF5fw2tFL9N4Slnt54iRNnXrWIsgdo0OrqqRyelIno=; b=nl2pzRgkxO2faALmcQKIBYClHIE+KBqa0RRrFbi2Ms76E4O2JLHn6xEhr+gcimW0bS P/0Fi21q2OGHZxc8Mh06D4JsqBM/DtMVhbYaTY/T7A9BF2Sgj9r21f2q+gRtRQL7oS7J axtOVv/g+q9sGQ1JNsrQR7h4qbG91zPBGY96Ogd635ZA5/m71QihJ1nESaFoVlHzhCl9 DlSodM9hkrqUDvy6gaqqu8nhQOvAJh7lchNo+DJbE7RarEK6AS9a7eQN3wBsanlcQLsa keR5ppcdGJCfw6HMVs4UKEHRRBJHaDQeXy9TRakadCLz8C6DHjG+eEoMlny/6p23O6uT GBjA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704732254; x=1705337054; 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=6KF5fw2tFL9N4Slnt54iRNnXrWIsgdo0OrqqRyelIno=; b=qc2TomuVDFfDFsEh216ZIkFPHItEQL3qGYGAw6JGmHTdQuL59bqkmXnBuKeWMnPKv4 SzlemxBP3Dbax1bIfniOMYD1MZLa4tNB67F3UQuqXa1+QeJYVkpcvE5tpzreZGST4UJO NPNFeF3vG6tbxULdoUMtM8DKdAnSzYZ25XsXJc0xAo9a4jT7ytGsb+ZDwUNeoElc5vfs Q2NOPC2tnOWqsHQul9x4po5GDffWdw7ZGhXrzfwmePjvWNLqzN8eRJCEpPiuKveCzA5a nl5dWSF/Bsgy38S3Zocnw70YanIQp82veeTLAA7kav3YFh/KP/JXRqj0BUFgiDQP2Abg P9MA== X-Gm-Message-State: AOJu0YyoGMUaf7jLYRh7pz1FkXY41APWFl3nTq8HGC08rRbi4utOxrF2 TUBK+QkcPgCn+RA68PJihCuAn3uoQunr+Tl35a3xq6M8LMY= X-Google-Smtp-Source: AGHT+IH4VVSTg5Pbh6N3rAQB61H0fNg2qF+i3oIt1CoTfVSqbS8kJHYA5oxGege2dgh5Nc61cZ5VNA== X-Received: by 2002:a05:6808:11c5:b0:3bc:29a3:86dc with SMTP id p5-20020a05680811c500b003bc29a386dcmr4815272oiv.2.1704732253920; Mon, 08 Jan 2024 08:44:13 -0800 (PST) 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 k4-20020ad44504000000b00680b2454e10sm108395qvu.10.2024.01.08.08.44.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jan 2024 08:44:13 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw135803 [PATCH v12] gro: fix reordering of packets in GRO layer Date: Mon, 8 Jan 2024 11:44:12 -0500 Message-Id: <20240108164412.78790-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240108155006.722195-1-kumaraparamesh92@gmail.com> References: <20240108155006.722195-1-kumaraparamesh92@gmail.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/135803/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7450019483