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 CD82643BE7 for ; Mon, 26 Feb 2024 10:24:57 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BCD09402BF for ; Mon, 26 Feb 2024 10:24:57 +0100 (CET) Received: from mail-qv1-f47.google.com (mail-qv1-f47.google.com [209.85.219.47]) by mails.dpdk.org (Postfix) with ESMTP id 930ED40144 for ; Mon, 26 Feb 2024 10:24:56 +0100 (CET) Received: by mail-qv1-f47.google.com with SMTP id 6a1803df08f44-68f9e399c91so23122206d6.2 for ; Mon, 26 Feb 2024 01:24:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1708939495; x=1709544295; 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=YrPWL9kuKubWYbix1G2zV/S5LySJIEWAshw+W0yL9lw=; b=aelV0TmrHsZjOyRe/arIDM8/9bScYzOLIy5UaOB8PU3s+tW76BLuiYECNxQm9mw57M w2Bsr4jygO3yZsl9gK3sQX8gUOc2z0+rdUT0l83N9ozN6gesy1FHoKIKuOG0yBZ8q3TE lBtQVglJfqm5sfn3UPNAOnEnp6kNVR3YMdDIqMMwQq9jllna2Q7Mb9JB3UBziCDXmsUq JOt+VdDaX7eZ3YbikqXEUwJ1ybJGSH5SAixVjp1VZsJ5jLUKWPAdY3Yn+0kus2dTDyWe PUZNuxhTXbDOrlGSizV2uR2N0eyZPRdUsmHsLfJmiIJOtLvtXT4ykXg6g+mbSWj0iKqb EMZQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708939495; x=1709544295; 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=YrPWL9kuKubWYbix1G2zV/S5LySJIEWAshw+W0yL9lw=; b=a2E+tsqsQE5v8xkjnvzgCsPJ1Ce4uzjNjK4g1JdnkxsUJcNIZ1C4hoSHLY/bt1wjT+ fg97HllDSHh+c16SluIMRkrHZaJSXk0THHKZLn9NIpnpdxeRrxCqbCSMCJnaRX20CdSB kiQoQYI0crEf7OS8v/26GjzWVtvsd2DIiVLSwQm9IQpP/UOOBHArswfdDIAy7HeVydIV 4T8K7rM7EvdSKViQ4p3ECBmtOcq2NUWxXk6/tF7NNSc7Qzmbz9TGcTuavseKbyVtDYPj WWRDDbsr9QJzqxHDjixr0qJMOSiX9WgWKFz52bNm1v9AD23XpDwbSs6MhCqEGrHFggMq LRWw== X-Gm-Message-State: AOJu0Yy5EIi58kEJ9QIZ6MOrSVHjfWMl+1XB3Si/KEOFW13gfgO5yGKB Zxmm1/edda6ktsyg4TMF+E75b3SPvMhrn+vD10x0phhtgmnui84zcwbNx0ETJJvgCIQYb0cGtDU U X-Google-Smtp-Source: AGHT+IGBTZgg+xpu29rp9/h3GEWzTfdxoijUJ1+O6X/jY1nalSNO0syz0s86ZlvoqHUu8GAsYoXAOA== X-Received: by 2002:a05:6214:401c:b0:68f:a78f:bf1d with SMTP id kd28-20020a056214401c00b0068fa78fbf1dmr9527684qvb.39.1708939495613; Mon, 26 Feb 2024 01:24:55 -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 pf7-20020a056214498700b0068fe2fb1afdsm2711520qvb.80.2024.02.26.01.24.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Feb 2024 01:24:55 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw137192 [PATCH v1] app/test: fix segfault in Tx adapter autotest Date: Mon, 26 Feb 2024 04:24:53 -0500 Message-Id: <20240226092453.2686509-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240226083003.317553-1-ganapati.kundapura@intel.com> References: <20240226083003.317553-1-ganapati.kundapura@intel.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/137192/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/8046009451