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 6598545C0C for ; Tue, 29 Oct 2024 20:25:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49A7342EC5 for ; Tue, 29 Oct 2024 20:25:23 +0100 (CET) Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by mails.dpdk.org (Postfix) with ESMTP id 2922142E48 for ; Tue, 29 Oct 2024 20:25:22 +0100 (CET) Received: by mail-qv1-f43.google.com with SMTP id 6a1803df08f44-6cc2ea27a50so1840296d6.0 for ; Tue, 29 Oct 2024 12:25:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1730229921; x=1730834721; 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=nOYpUDIOQHcmh4SRdN1ZqzkZIGLzPpo5DAJzRt2AfGU=; b=J5i53Kw254LLRzSM+k0Rl0aHeKxX492cr1pAf+Cq1cm2DopG6PwkxqvGb+nuFq4fiZ iMZBc0jnwFDq276+dtk4q3Z4Qh7zrFJjwGMb/8bah0cIaCdVM1ZsJqrQw3eFF0nFEKWn YE29zlzANaC87/gWLwU6+bmIi14LeaOgapg2d3LC1ynk7F7Mx24pXCVK6aUmp3cmeNx8 7kXF3a3WikwpBjSzHcvti6vZoUsPQac2jA5swFd45+0fO1/gzQE01kAZnXObq/NFzP4H 2j7EtCrR/eGFHVcpKSmQHhwPN1O8dFdvAQU37MfQzy6n7P5Hp+V0mH6V/BivplE8Zaxs PqbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1730229921; x=1730834721; 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=nOYpUDIOQHcmh4SRdN1ZqzkZIGLzPpo5DAJzRt2AfGU=; b=nRdTAS/LlKmZU0pPwri7Mgeawg1Gylyw97NYbmLn3yxxI0xdBOutTCZS0luvqZRnXw eqrVC60WTGebY1tUKQ/4htLLSHi8ayTxzR1JzG7zXn92nB1CWO4KNYwh4WIByeGYKvvO rlvXMKaAJbw6jXpJ7lDkG5KBuYw8GpSDJz0l3WUWJfgj3XOgkyzPyNzvCVziu9fXct/Z e0cpXHnTXROu4oHOIrHt8xvz8UrmUXm4feDNVkIvvG/5ftK/Y9lmW56sSBmnMe/hFaVp mOOUkmvMI8GibaXmvw/4zTfuuUhLkn7nnQFoxKkwhXtstwI6f+AP2WRxzYkCxGOSuztm 9qoQ== X-Gm-Message-State: AOJu0Yw9Ej0W8Y4FWvrv4Dx12rREI35E2d04YgyTcfJHhXsZrBY6VY+b 3ewd7bcOEDx9LUIgNebsVvV/M5dubA2cjIcHgd+1S6oxAEdN2GNTNPZ4h23+k6CSqp21AzRhWHO M X-Google-Smtp-Source: AGHT+IHI52ZhDiwCEmnArmYgUOZYQnuwrbvSMJkhOiQ9EmMbwsO6CUX8NMbLw1rX2Zegz0DmGh3l8g== X-Received: by 2002:a05:6214:2a8a:b0:6cb:2e49:a743 with SMTP id 6a1803df08f44-6d2ce19f7bamr51836526d6.24.1730229919596; Tue, 29 Oct 2024 12:25:19 -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-6d1798f1283sm44994136d6.57.2024.10.29.12.25.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Oct 2024 12:25:19 -0700 (PDT) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw147687 [PATCH v4 86/86] net/ntnic: update documentation for set MTU Date: Tue, 29 Oct 2024 15:25:18 -0400 Message-ID: <20241029192518.1549366-1-robot@bytheb.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20241029164243.1648775-87-sil-plv@napatech.com> References: <20241029164243.1648775-87-sil-plv@napatech.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/147687/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/11580494889