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 567E443C12 for ; Fri, 1 Mar 2024 18:24:35 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA3CA433E3 for ; Fri, 1 Mar 2024 18:24:34 +0100 (CET) Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) by mails.dpdk.org (Postfix) with ESMTP id 96176433E4 for ; Fri, 1 Mar 2024 18:24:33 +0100 (CET) Received: by mail-qk1-f171.google.com with SMTP id af79cd13be357-787c97deabdso134010085a.3 for ; Fri, 01 Mar 2024 09:24:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1709313873; x=1709918673; 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=ay3VlGK/5e5fKrVd8tjUbYnATMRvf94tt8yob8zM9T4=; b=JNKmhWXZTysOvwqqJEde2Z1T1spRPlHIF/qHfbDhh2vji5eENvsI5j8oejh0DCCxzR RpXxGK0JmVaEnus29mCDAi/kSw+8yf/nQUoi8Jmghe4RLbcdh1edaYO1pveXsFxymVEq 2B2ReUxXJRg6BNLS3ZWXFmT2qnQiQ+yB8B7/tOzGIfiS7glXSmkfDoLOzCOzuBs7TQ4R z8E/NyRluR96tNRfYQrQCVYqh0fHEc+5bkYAO/hscj51VEZVLn+jGEimmDDoJjJWAgS9 T9DT+nFjXOYO7zelAXYvFGx/M5TpVy7JN2m74Wsj26MnTdR82vAyE9mPtdlBgN8X/lJ0 HGfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709313873; x=1709918673; 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=ay3VlGK/5e5fKrVd8tjUbYnATMRvf94tt8yob8zM9T4=; b=kvI0kM9vT2qYZj/wLY08MGw7iES/EhjqkSOT2weWA9cxP9utBe8yZsvz0wuHflENZk QWPLuhK5XylWlfx9Oexj72uwmddqXKdXsmB1+lWON6ZljgRf+yf7Vj/PdcbNmKhDJjPC a0BewoMz8YBiWd3dbPDvSA8THHzyLYLqCR51Ou/HxFaQ9UPhm7cbqaZIN+RjSRliqP7r Y4tjisyJKU4gtjYjoEM7YDD5TAXV/wpWF574fgN1N7ZquUnHC6VI3DqZKdym1lFu5Eom xFIIr8Ap4Sqy2415Nj5nFJ492A0nVZ4oHVvPa9AY+hra8Eh5coD5MmCYx7hkls9zp/7u +Qww== X-Gm-Message-State: AOJu0YwPrv5ILKdXxvVSJUEI6tuKP077HwfoJsb4AS6cJbwndyx9UbSg Z1qqrd8vQ77FuVjDBnV/1YLt2k49rpxbbAYuhdwRLxQO69dvwCVlQr5JLS5vyaXe1bfB3WWzVj7 Z X-Google-Smtp-Source: AGHT+IHsENHcWTtABkRbbylxCIvf9Wm2b+ZwsZKpOxBjlCrEDQkgya2R9KRxRF3H++jY85UeIHFHMg== X-Received: by 2002:a05:620a:3728:b0:787:e405:f1fa with SMTP id de40-20020a05620a372800b00787e405f1famr3239695qkb.61.1709313872717; Fri, 01 Mar 2024 09: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 i28-20020a05620a145c00b007879ec3e543sm1816031qkl.12.2024.03.01.09.24.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Mar 2024 09:24:32 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137689 [PATCH v4 7/7] compress/nitrox: support stateful request Date: Fri, 1 Mar 2024 12:24:31 -0500 Message-Id: <20240301172431.1748662-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240301162553.30523-8-rnagadheeraj@marvell.com> References: <20240301162553.30523-8-rnagadheeraj@marvell.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/137689/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8114408798