From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 2B4BA740039 for ; Mon, 16 Oct 2023 13:18:01 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=GzlqynJYjuSUdotAutWbTdW8Ie8f5pOc4/juNh7lykM=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1697462280; v=1; b=O/Wlrfy4FVaL03BYHdNzwLSQcmodShloR1rrIckMAdPx2LyBRCmpQfDyjcb5ijgmMgZ1qayU g9YnljQhBcuxI1KLfMOCBpRNuUieddG0i/LmDeCWDQOLc6VNLDwwCCCygbEs7M7QrhEuehRt2Wy kMPuuV6dO+bX5nMXfj8JcYdE= X-Received: by 127.0.0.2 with SMTP id RBmzYY7687511xMXiGKNcX7L; Mon, 16 Oct 2023 06:18:00 -0700 X-Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by mx.groups.io with SMTP id smtpd.web10.123798.1697462279921525258 for ; Mon, 16 Oct 2023 06:18:00 -0700 X-Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-50305abe5f0so5840555e87.2 for ; Mon, 16 Oct 2023 06:17:59 -0700 (PDT) X-Gm-Message-State: YoI4YP8P1iEUe3T8P5snt2COx7686176AA= X-Google-Smtp-Source: AGHT+IFNxl2zPEygcFvb+JTogtr6zD9jizZ1XIPZm7GVluiG0Z+6SSFiERQnYfO0N8YIG25NNha2QQ== X-Received: by 2002:a2e:be03:0:b0:2c5:3e:6bdb with SMTP id z3-20020a2ebe03000000b002c5003e6bdbmr9026375ljq.32.1697462277449; Mon, 16 Oct 2023 06:17:57 -0700 (PDT) X-Received: from PC10319.67 ([82.97.198.254]) by smtp.googlemail.com with ESMTPSA id y15-20020a05651c106f00b002bb99bd0865sm1305218ljm.38.2023.10.16.06.17.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Oct 2023 06:17:57 -0700 (PDT) From: "Konstantin Aladyshev" To: devel@edk2.groups.io Cc: michael.d.kinney@intel.com, gaoliming@byosoft.com.cn, zhiguang.liu@intel.com, abner.chang@amd.com, Konstantin Aladyshev Subject: [edk2-devel] [PATCH 2/2] MdePkg/Pldm.h: Add define for the PLDM response flag Date: Mon, 16 Oct 2023 16:17:52 +0300 Message-Id: <20231016131753.6598-2-aladyshev22@gmail.com> In-Reply-To: <20231016131753.6598-1-aladyshev22@gmail.com> References: <20231016131753.6598-1-aladyshev22@gmail.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,aladyshev22@gmail.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b="O/Wlrfy4"; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io The PLDM protocol uses Request bit to help differentiate between PLDM request and response messages. Currently the Pldm.h header only have a flag for the request message. Add a flag for the response message as well. Signed-off-by: Konstantin Aladyshev --- MdePkg/Include/IndustryStandard/Pldm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/IndustryStandard/Pldm.h b/MdePkg/Include/Indust= ryStandard/Pldm.h index c821f081f8..c2909dbd76 100644 --- a/MdePkg/Include/IndustryStandard/Pldm.h +++ b/MdePkg/Include/IndustryStandard/Pldm.h @@ -40,6 +40,7 @@ typedef struct { typedef PLDM_MESSAGE_HEADER PLDM_REQUEST_HEADER;=0D =0D #define PLDM_MESSAGE_HEADER_IS_REQUEST 1=0D +#define PLDM_MESSAGE_HEADER_IS_RESPONSE 0=0D #define PLDM_MESSAGE_HEADER_IS_DATAGRAM 1=0D #define PLDM_MESSAGE_HEADER_INSTANCE_ID_MASK 0x1f=0D =0D --=20 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109632): https://edk2.groups.io/g/devel/message/109632 Mute This Topic: https://groups.io/mt/101994933/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-