[PR #5155] [MERGED] Intel NIC offload Fix by @rcastley #5344

Closed
opened 2026-02-26 14:33:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5155
Author: @MickLesk
Created: 6/15/2025
Status: Merged
Merged: 6/16/2025
Merged by: @CrazyWolf13

Base: mainHead: MickLesk-patch-1


📝 Commits (2)

  • 7d516aa Create nic-offloading-fix.sh
  • 166af7f Update nic-offloading-fix.json

📊 Changes

2 files changed (+228 additions, -1 deletions)

View changed files

📝 frontend/public/json/nic-offloading-fix.json (+1 -1)
tools/pve/nic-offloading-fix.sh (+227 -0)

📄 Description

✍️ Description

Creates a systemd service to disable NIC offloading features for Intel e1000e interfaces

Helper script based on the fix found at - https://gist.github.com/crypt0rr/60aaabd4a5c29a256b4f276122765237.

There is a known issue with Intel NIC e1000e hanging. More details - https://www.reddit.com/r/Proxmox/comments/1drs89s/intel_nic_e1000e_hardware_unit_hang/

This Helper Script has been created to help resolve the issue using the solutions found on GitHub etc. This is not my fix I have just created a Helper Script around the solution that will hopefully help many others.

https://github.com/community-scripts/ProxmoxVED/pull/459

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/5155 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 6/15/2025 **Status:** ✅ Merged **Merged:** 6/16/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `MickLesk-patch-1` --- ### 📝 Commits (2) - [`7d516aa`](https://github.com/community-scripts/ProxmoxVE/commit/7d516aa861f4f21af051fc2222d9d809dcf2516c) Create nic-offloading-fix.sh - [`166af7f`](https://github.com/community-scripts/ProxmoxVE/commit/166af7f1c7873f153fc1611ea2297f56c0e189e7) Update nic-offloading-fix.json ### 📊 Changes **2 files changed** (+228 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/nic-offloading-fix.json` (+1 -1) ➕ `tools/pve/nic-offloading-fix.sh` (+227 -0) </details> ### 📄 Description ## ✍️ Description Creates a systemd service to disable NIC offloading features for Intel e1000e interfaces Helper script based on the fix found at - https://gist.github.com/crypt0rr/60aaabd4a5c29a256b4f276122765237. There is a known issue with Intel NIC e1000e hanging. More details - https://www.reddit.com/r/Proxmox/comments/1drs89s/intel_nic_e1000e_hardware_unit_hang/ This Helper Script has been created to help resolve the issue using the solutions found on GitHub etc. This is not my fix I have just created a Helper Script around the solution that will hopefully help many others. ## 🔗 Related PR / Issue https://github.com/community-scripts/ProxmoxVED/pull/459 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:33:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#5344
No description provided.