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 B6E04439BA for ; Thu, 25 Jan 2024 05:44:01 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 992184029B for ; Thu, 25 Jan 2024 05:44:01 +0100 (CET) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com [209.85.222.179]) by mails.dpdk.org (Postfix) with ESMTP id 5A9274027B for ; Thu, 25 Jan 2024 05:43:59 +0100 (CET) Received: by mail-qk1-f179.google.com with SMTP id af79cd13be357-78329cb6742so397811985a.0 for ; Wed, 24 Jan 2024 20:43:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bytheb-org.20230601.gappssmtp.com; s=20230601; t=1706157838; x=1706762638; 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=cV8Xj4GqTiDXFCebTEGTKiHPQHO+p/yuhtOTweBx8D0=; b=dH8Y5tMDMWJJEqAUVI0Mvgn4sQos6AebvK9qEy1hT2waK1Fy5ccI9BUNRR7XBCbAv8 heA/DLRiZQEVAwFS3BFXZOwM+Gr6QmaSyxsP4UUlYYyU+LN8iInntRoM/9RZUQe/+KoP rvZLE++E1fqi4sA7rV9Ilv6GxfG6oeIoOo93mCSzOBy0/wjUD8H5et2A7b77xgDL+Mly Fbr652Y96bPs7ffi4RQ57cnAnq6epTPT2yAorSbN1h1GH0MR1VLXTjHBK927z8Xt9o5f 2HAnJgLDjXaCdKaAsXBrqFTDC3dcjHuv1BL9WdFO+7DKpWY6rpLSBN3DP3arSZ8fKiW3 ZtAQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706157838; x=1706762638; 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=cV8Xj4GqTiDXFCebTEGTKiHPQHO+p/yuhtOTweBx8D0=; b=fv2Ye+QNVJxb0O3e56fYy3+nBzadI5LS0w1CaZAbcLidzmVvt4xRfKdUfxAPHseHsA LfCCTbPv9R9FdlLF882g7fcOVHDzhu9dUSbmiaEG7+qp8cxCXgkDmURE46MEugMgH3oR ek9S5w/ikfPPplb28aTwx5uzyRD1SkFug7fAuM9WXs/kWa2gpPxen9UdfGpjsc8v5Vzg ppPOko+nei3N7Tq+7yeD2e5yC5B1PfnpVHanABZLYXvthp8vvSFcN1vV9RvkHonz4x9G cfzrpxHuuHG8kQ2fBPft3is2E0AlFmf276jR0s3JfJoiqbe0+SJsUAMoRxjb/c9gBwKI gufQ== X-Gm-Message-State: AOJu0Yx0gzVLLqy8lbYdUTNdLQgrvgdFDd1hHTR1+5NvnFClDT7wxW3I 6YA07MSdfyZWt5PCcydPoofx7DGiwB1vWk3zCWizFhJaSPPEfUpYtLcfU0/8uIFL5s9hXpcEhDx 0 X-Google-Smtp-Source: AGHT+IHTLv2QZwtr7N309OE08MY99S9w7UMOu9nTqC7q0/wmGK6IVcrZUblDjUmcukyee6VlEshmtg== X-Received: by 2002:a05:620a:1914:b0:783:53cf:af86 with SMTP id bj20-20020a05620a191400b0078353cfaf86mr539937qkb.61.1706157838071; Wed, 24 Jan 2024 20:43:58 -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 v16-20020a05620a123000b0078391bc0fddsm4692837qkj.77.2024.01.24.20.43.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 24 Jan 2024 20:43:57 -0800 (PST) From: 0-day Robot To: test-report@dpdk.org Cc: robot@bytheb.org Subject: |SUCCESS| pw136132 [PATCH v1] doc: update guideline for fix commit messages Date: Wed, 24 Jan 2024 23:43:56 -0500 Message-Id: <20240125044356.1886863-1-robot@bytheb.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20240125033900.1894397-1-venkatx.sivaramakrishnan@intel.com> References: <20240125033900.1894397-1-venkatx.sivaramakrishnan@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/136132/ _github build: passed_ Build URL: https://github.com/ovsrobot/dpdk/actions/runs/7649709386