User Details
User Details
- User Since
- Jan 16 2023, 10:14 AM (46 w, 5 d)
Tue, Dec 5
Tue, Dec 5
osamaabb_amazon.com changed the edit policy for D42662: ena: Update driver version to v2.7.0.
osamaabb_amazon.com changed the edit policy for D42661: ena: Update the license dating to 2023.
osamaabb_amazon.com changed the edit policy for D42660: ena: Support srd metrics with sysctl.
osamaabb_amazon.com changed the edit policy for D42659: ena: Support customer metric with sysctl.
osamaabb_amazon.com changed the edit policy for D42658: ena: Introduce shared sample interval for all stats.
osamaabb_amazon.com changed the edit policy for D42657: ena: Remove CQ tail pointer update API.
osamaabb_amazon.com changed the edit policy for D42656: ena: Update ena_com_update_intr_reg API usage.
osamaabb_amazon.com changed the edit policy for D42655: ena: Change measurement unit of time since last tx cleanup to ms.
osamaabb_amazon.com changed the edit policy for D42654: ena: Upgrade ena-com to freebsd v2.7.0.
osamaabb_amazon.com changed the edit policy for D42653: ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com changed the edit policy for D42653: ena: Add sysctl support for spreading IRQs.
Sun, Nov 26
Sun, Nov 26
osamaabb_amazon.com updated the summary of D42662: ena: Update driver version to v2.7.0.
osamaabb_amazon.com updated the summary of D42661: ena: Update the license dating to 2023.
osamaabb_amazon.com updated the summary of D42660: ena: Support srd metrics with sysctl.
osamaabb_amazon.com updated the summary of D42659: ena: Support customer metric with sysctl.
osamaabb_amazon.com updated the summary of D42658: ena: Introduce shared sample interval for all stats.
osamaabb_amazon.com updated the summary of D42657: ena: Remove CQ tail pointer update API.
osamaabb_amazon.com updated the summary of D42656: ena: Update ena_com_update_intr_reg API usage.
osamaabb_amazon.com updated the summary of D42655: ena: Change measurement unit of time since last tx cleanup to ms.
osamaabb_amazon.com updated the summary of D42654: ena: Upgrade ena-com to freebsd v2.7.0.
osamaabb_amazon.com updated the summary of D42653: ena: Add sysctl support for spreading IRQs.
Sat, Nov 25
Sat, Nov 25
osamaabb_amazon.com updated the diff for D42653: ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com updated the diff for D42660: ena: Support srd metrics with sysctl.
osamaabb_amazon.com updated the diff for D42659: ena: Support customer metric with sysctl.
osamaabb_amazon.com updated the diff for D42658: ena: Introduce shared sample interval for all stats.
osamaabb_amazon.com updated the diff for D42657: ena: Remove CQ tail pointer update API.
osamaabb_amazon.com updated the diff for D42656: ena: Update ena_com_update_intr_reg API usage.
osamaabb_amazon.com updated the diff for D42655: ena: Change measurement unit of time since last tx cleanup to ms.
osamaabb_amazon.com updated the diff for D42653: ena: Add sysctl support for spreading IRQs.
Tue, Nov 21
Tue, Nov 21
osamaabb_amazon.com updated the summary of D42662: ena: Update driver version to v2.7.0.
osamaabb_amazon.com updated the summary of D42661: ena: Update the license dating to 2023.
osamaabb_amazon.com updated the summary of D42660: ena: Support srd metrics with sysctl.
osamaabb_amazon.com updated the summary of D42659: ena: Support customer metric with sysctl.
osamaabb_amazon.com updated the summary of D42658: ena: Introduce shared sample interval for all stats.
osamaabb_amazon.com updated the summary of D42657: ena: Remove CQ tail pointer update API.
osamaabb_amazon.com updated the summary of D42656: ena: Update ena_com_update_intr_reg API usage.
osamaabb_amazon.com updated the summary of D42655: ena: Change measurement unit of time since last tx cleanup to ms.
osamaabb_amazon.com updated the summary of D42654: ena: Upgrade ena-com to freebsd v2.7.0.
osamaabb_amazon.com updated the summary of D42653: ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com updated the summary of D42653: ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com updated the summary of D42653: ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com added a comment to D42661: ena: Update the license dating to 2023.
osamaabb_amazon.com updated the diff for D42661: ena: Update the license dating to 2023.
Fri, Nov 17
Fri, Nov 17
osamaabb_amazon.com requested review of D42662: ena: Update driver version to v2.7.0.
osamaabb_amazon.com requested review of D42661: ena: Update the license dating to 2023.
osamaabb_amazon.com requested review of D42660: ena: Support srd metrics with sysctl.
osamaabb_amazon.com requested review of D42659: ena: Support customer metric with sysctl.
osamaabb_amazon.com requested review of D42658: ena: Introduce shared sample interval for all stats.
osamaabb_amazon.com requested review of D42657: ena: Remove CQ tail pointer update API.
osamaabb_amazon.com requested review of D42656: ena: Update ena_com_update_intr_reg API usage.
osamaabb_amazon.com retitled D42653: ena: Add sysctl support for spreading IRQs from Add sysctl support for spreading IRQs to ena: Add sysctl support for spreading IRQs.
osamaabb_amazon.com requested review of D42654: ena: Upgrade ena-com to freebsd v2.7.0.
osamaabb_amazon.com requested review of D42653: ena: Add sysctl support for spreading IRQs.
Sep 21 2023
Sep 21 2023
osamaabb_amazon.com added a comment to rG3bc80996974a: sys: Remove $FreeBSD$: one-line .c pattern.
Can you explain to me why this tag was removed from stable13/stable14 and not from stable 12?
From what i can see, all of the tags that were deleted where empty tags including the comment tags deleted in this commit.
Looking online I found the following (Which may be completely wrong, if it is, please correct me):
Here's what FBSDID("$FreeBSD$"); means and how it works: Version Information: Like the $FreeBSD$ tag, FBSDID("$FreeBSD$"); is used to embed version and revision information into the source code files of the FreeBSD kernel. Automatic Substitution: When the source code file is committed to the FreeBSD version control system (usually using CVS or Subversion), the __FBSDID("$FreeBSD$"); macro is automatically substituted with metadata about the file, such as the file's path, revision number, date, and sometimes the author's username. File Identification: This macro serves as a way to identify the specific version of the kernel source code file being used. It aids in tracking changes, identifying the file's history, and crediting contributors.