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 2FFE7439B9 for ; Wed, 24 Jan 2024 20:44:12 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0FF20402E6 for ; Wed, 24 Jan 2024 20:44:12 +0100 (CET) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) by mails.dpdk.org (Postfix) with ESMTP id 915074027A for ; Wed, 24 Jan 2024 20:44:11 +0100 (CET) Received: by mail-qk1-f175.google.com with SMTP id af79cd13be357-7838af983c1so427264485a.3 for ; Wed, 24 Jan 2024 11:44:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706125450; x=1706730250; 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=wSiXgg1sUYITiZsAQl/CQdTuY/+tY2RCkyBd/W0R6xw=; b=QjI7Xh4riILpkaDzTJYFnQM2tt9zOemQg6I0KpDfRaoMWgMIXCSgOvioItO4lYjUvd gyXe1rPi0Gmma3s5oFfIoNIYJvqZShQeI4JsKpbIah8ysi33mOFcu4Ob1kqvyHXG71ok FzS8BqphrYHEKrUIG+UPY06ueZEAz4wq0hm3SKow3vEiatTlE4jnNaNlmu9j4yIkP1qA AKOrQSMcUlIZXpUXoG5qEYeTMm1Iydi0aRsZ5ynCFGAEzBvOH37WhjedvXswk/k/g7FQ l3JRpW6vrMjBV3KGNx4lh+SVNV40y3h7crC3oU+AhQrzgC3XTIVO3Vca4qMrTDYjgEyD 422w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706125450; x=1706730250; 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=wSiXgg1sUYITiZsAQl/CQdTuY/+tY2RCkyBd/W0R6xw=; b=Di/wHdFKQjpTRHAfD6k6AUfNLjNu0lue4IiFhsMDn4+/P69KVqbpZoocsPNUL6eG9H WMClXxMvGSqbEtDn1EE/90Bnr34kE38WyQmIWEnid7z0rb6dY+8wM2iXuND0DeMmglvG uJppZ2poo7tyMdc5qLGB4lFr6joMtUjWmOTxvFHPwHnZryLwMRqoVr8Fsq+aIs0pvJuJ o1us7CXa/+s5wuTfuLeZ6cpmUgIwQiHJOxglya7Ljy5eM7Yq/k0QCcm9FLiIX5kIhSNG HamN7ukuC1dF20+UhSy4O4Skx4ol1tFQc5WKzPc+Evjgm45V0ut7inCfQauW6Dh/k6n1 fxHQ== X-Gm-Message-State: AOJu0Yzkrra5cBzSBLsgxRsopli2d59EWmCeotiCB0IW5+G0oei8cU1D lAmNIIgVCksCF1v8gvQAMjJePZz5HD+yVLMvzUD4jNZ43GF7L327PEy/LeXgf146YXvwElf3GkC V X-Google-Smtp-Source: AGHT+IGhDbRGdEg+1BonM3uaDH4GIPbwcLcb5QIGfbjZKo+JCijphG1DOcVys8/tDy9P7IzwGOXw4g== X-Received: by 2002:a05:620a:13c6:b0:783:912b:3778 with SMTP id g6-20020a05620a13c600b00783912b3778mr10292474qkl.39.1706125450244; Wed, 24 Jan 2024 11:44:10 -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 u1-20020a05620a084100b007834318c7absm4329017qku.79.2024.01.24.11.44.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jan 2024 11:44:09 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136118 [PATCH v2 8/8] net/sfc: fix calloc parameters Date: Wed, 24 Jan 2024 14:44:08 -0500 Message-Id: <20240124194408.1313553-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240124185406.3598985-8-ferruh.yigit@amd.com> References: <20240124185406.3598985-8-ferruh.yigit@amd.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/136118/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7645068599