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 B802445B42 for ; Tue, 15 Oct 2024 11:23:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C0494027C for ; Tue, 15 Oct 2024 11:23:01 +0200 (CEST) Received: from mail-qv1-f44.google.com (mail-qv1-f44.google.com [209.85.219.44]) by mails.dpdk.org (Postfix) with ESMTP id A2E4A400D7 for ; Tue, 15 Oct 2024 11:23:00 +0200 (CEST) Received: by mail-qv1-f44.google.com with SMTP id 6a1803df08f44-6cbd12b38b4so43374436d6.2 for ; Tue, 15 Oct 2024 02:23:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1728984180; x=1729588980; 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=Q83hPlgJGPus89EcVXd+R1rLNuJyKu8R7s9K/20h4/Y=; b=zTHPW7Q0Rj/a+N9ibq+loblopH3f1C0wVSU27ag2Y/kIT2tt+fTq+cGlGcvcik625z 4/2h853hWcJ47IUPB1fImeI6kt9LuZMblUf0hHFcJc3DbG37uJIvDApwqUlgYXq3htkH CCkKv45cYg1jNg7haKtG9kSCMVc3ah3cp+jVcKGog6VHfKrhCjcZ2OxFfGLiCg0Y+SUJ jnEPHsnoD+q0AavrLyVVz60gw2oG71EaP2cH8rsmkXkJYQjwfmV4ypQBIemYFfputfAY wDKak1gk1n7Xb9FPJoqmeuA59BJc32RDxGPk02lGK/SI2NpwvHdDOlm8DvM2d67ktWIu 8kjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1728984180; x=1729588980; 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=Q83hPlgJGPus89EcVXd+R1rLNuJyKu8R7s9K/20h4/Y=; b=O/dKTr/qPJfU4Gfrk6c2wIOY2zPBuHP2w7u/W2aNjh4Cmzfq2YsEkeQtcXKRFNoWna YS0TGfzb3UZWRnsOumA+K+FV043f6x61XonpSilGv+j72Tj5wYpfoVmkH8PaEtIveYOk gzUm8LQbheeYF/d0u/TYAQLeITS+B1Bj0zxWXmoIqzMH+i6XuyuCX+k1sDRVqsC73Ydn 9rHpLYOSsZQMveIM/dmwrTYzVJesNHlWrVNg5hsSRmhnXQD08S1EfZpiQC0Oc0rdhil8 6xiw/3IVo8hhcKzv+l9FYxQRZQj3OrNRPu48QfCLbB+pwY9hz7uHTyhuCv72meRlcYQh vmkQ== X-Gm-Message-State: AOJu0YyoSg1d9GpwKYvKCgGSbEN7b1wkActJjpAdWvMlsER5JuQNH6mD P9MNJok3wimtusI+/KLGP0VOn4GdxZdv4pKQ+kr5XhppHdVp0S+804DI+RUIkAVG666ts1KU54g X X-Google-Smtp-Source: AGHT+IGmZWWlnr+oi2oC9aJ5zwRfnZXF+p5uHPOIz36bM92Z1hYCVI2vIXttpkNzbbQUqZ9QPBncZg== X-Received: by 2002:a05:6214:3c89:b0:6cb:e529:80d1 with SMTP id 6a1803df08f44-6cbeff3a0ccmr230140686d6.2.1728984179789; Tue, 15 Oct 2024 02:22:59 -0700 (PDT) Received: from upstream-bot-ci.anl.eng.rdu2.dc.redhat.com ([66.187.232.140]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6cc229654c4sm4460916d6.128.2024.10.15.02.22.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Oct 2024 02:22:59 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw145986 [PATCH v2] net/bonding: add user callback for bond xmit policy Date: Tue, 15 Oct 2024 05:22:58 -0400 Message-ID: <20241015092258.2562498-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241015082049.3910138-1-vignesh.purushotham.srinivas@ericsson.com> References: <20241015082049.3910138-1-vignesh.purushotham.srinivas@ericsson.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/145986/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11342477180