Re: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release

2021-02-05 Thread Ni, Ray
I see. Will send a V3. From: Kinney, Michael D Sent: Saturday, February 6, 2021 3:54 AM To: Ni, Ray ; devel@edk2.groups.io; Kinney, Michael D Subject: RE: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release My comment is only to make the history of changes easier to understand

Re: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release

2021-02-05 Thread Michael D Kinney
;>; Kinney, Michael D mailto:michael.d.kin...@intel.com>> 主题: RE: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release Hi Ray, I really like the cleanup to remove hard coded offsets, but I think that change should be its own patch series. Can we make the functional chang

Re: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release

2021-02-05 Thread Ni, Ray
, ray 发件人: Kinney, Michael D 发送时间: Saturday, February 6, 2021 1:11:19 AM 收件人: devel@edk2.groups.io ; Ni, Ray ; Kinney, Michael D 主题: RE: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release Hi Ray, I really like the cleanup to remove hard coded

Re: [edk2-devel] [PATCH v2 0/3] Use XADD to avoid lock acquire/release

2021-02-05 Thread Michael D Kinney
Hi Ray, I really like the cleanup to remove hard coded offsets, but I think that change should be its own patch series. Can we make the functional change to use XADD as its own patch series before the change to remove hard coded offsets and use struct? Then have a 2nd patch series that is a no