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 80A18439B0 for ; Wed, 24 Jan 2024 07:41:54 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7B8A04026F for ; Wed, 24 Jan 2024 07:41:54 +0100 (CET) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) by mails.dpdk.org (Postfix) with ESMTP id 7E7CF402C2 for ; Wed, 24 Jan 2024 07:41:23 +0100 (CET) Received: by mail-qk1-f172.google.com with SMTP id af79cd13be357-783182d4a09so472769185a.2 for ; Tue, 23 Jan 2024 22:41:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706078482; x=1706683282; 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=saAgIBJxl3puvzmxGfXtujhAGeb0E4nyvwFf0ykCp4c=; b=rrpFfnPd9XNDPJiQsNWrKaPPEvnOmCy+TWnqiY0LOFW0DxBD2OBPAQfkf/fkq1SjmC gUiOBUzefqlny0fpi47Gx3YUuUlWJWbZiIYvzvnK3GbBNUO0EX22Jteu7cK0Q0BVDRKK wRpLed2sl17daPPmD8GkJbbDjQ2rXw2ovXTNwekbH2eUET4Y3kouoEmW3QYLtxGJ7iMB iZ+hn8qz2vpwb28exUGPNcVqNF4sLrFxUGHAD0Mjc4ydgdMfVgE2PaEjZ09Ob1S1IBM/ Tw0D7KS94YjF5vQiLNNICU0h8AKZUhx6HKLCc1NwjKI5ihRYj73bZLrJwtgYeHviyjqv D6sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706078482; x=1706683282; 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=saAgIBJxl3puvzmxGfXtujhAGeb0E4nyvwFf0ykCp4c=; b=N/BzeZA+7AoxgPLObjnVYR5Qr37vGVrMBraKFFk8U3Xq8mEvtQKal3YFG0atro9SUL MLhaAe3EbGHgzof5MGANkjHR86840tdvnIt6EWdWC3PpAzEMBRHWseB8p1Dk5ZW9R8jU ni4kRklhSYswW7SvOzdWJQCLvC3PYX8n906AryYXv9s5dZEUVmniaNcIlJ/zBPcOVl0A 0C+3v/SreRlwMsOGOYRZpcLaTEju/E1IQtuSQwDMtbmNAKthU2SuKZyu6d5rkaHQaCfG T2i3oWKSrMBXsCMlnhilQaOMcmKcIGieIhcHcFxJy+8BQ4qRrHuyg6GarHcGJOqk2f66 x54Q== X-Gm-Message-State: AOJu0YwQHIWBPbroZXWR/Ln8GdzFwCAPO9/j/6XPVKPlU7a/3o7cpg1E lGUrmat+UtyBydwjhkRsoZ8i63rpVg0ykQlOnIL2B3bLYlTu0ocnxGPtG0QvYS0W8utX2/BgFFO O X-Google-Smtp-Source: AGHT+IHbZbOu+LyVgDTPXpq35Rv/hINGZB5QZhauaIdFfT/UuqdtvoJs6/MBYAO4YQ1cluJthV7dsg== X-Received: by 2002:a05:620a:460c:b0:783:a9c9:25f4 with SMTP id br12-20020a05620a460c00b00783a9c925f4mr3401815qkb.78.1706078482275; Tue, 23 Jan 2024 22:41:22 -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 g14-20020ae9e10e000000b00783b01df24csm766432qkm.71.2024.01.23.22.41.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 23 Jan 2024 22:41:21 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136057 [PATCH v2 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features Date: Wed, 24 Jan 2024 01:41:20 -0500 Message-Id: <20240124064120.63037-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240123105523.751151-2-schalla@marvell.com> References: <20240123105523.751151-2-schalla@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/136057/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7636164978