Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-29 Thread Rohit Mathew
mas Abraham > ; James Morse ; Ray > Ni ; Zhichao Gao ; nd > > Subject: Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser > > Hi Sami, > > I have added these as well. > > Regards, > Rohit > > > -Original Message- > > From

Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-15 Thread Rohit Mathew
Hi Sami, I have added these as well. Regards, Rohit > -Original Message- > From: Sami Mujawar > Sent: Tuesday, July 9, 2024 9:11 AM > To: Rohit Mathew ; devel@edk2.groups.io > Cc: Michael D Kinney ; Liming Gao > ; Thomas Abraham > ; James Morse ; Ray > Ni ; Zhichao Gao ; nd > > Subject

Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-09 Thread Sami Mujawar
Hi Rohit, I think the pull request template must be used. In addition to the patch series description you have added, it has questions like if the change is a breaking change, how was the patch tested etc. It would be good if you can update the pull request to use the PR template. Regards, Sam

Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-09 Thread Rohit Mathew
Thank you, Sami, for letting me know. I had created a PR as well for making sure the CI goes through here - https://github.com/tianocore/edk2/pull/5888 Could you please let me know if this would be sufficient? Regards, Rohit > -Original Message- > From: Sami Mujawar > Sent: Tuesday, Ju

Re: [edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-09 Thread Sami Mujawar
Hi Rohit, Edk2 has moved to a pull request model for code review and merge. See the latest guidelines at https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process I replied to your previous patch series on the mailing list as it was sent before the new process was introduc

[edk2-devel] [PATCH V6 0/6] MPAM ACPI definitions and parser

2024-07-08 Thread Rohit Mathew
This series adds the following * definitions corresponding to MPAM ACPI 2.0 specification. * MPAM parser An MPAM ACPI table formulated using the newly added MPAM ACPI definitions were validated on the linux kernel tree at [1]. The same table was parsed via acpiview using the newly added parser. C