[PR #6575] [MERGED] NIC offloading: e1000 support #6259

Closed
opened 2026-02-26 15:31:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/6575
Author: @rcastley
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @michelroegl-brunner

Base: mainHead: main


📝 Commits (2)

  • dc92fcb Add support for e1000 NIC
  • 5557779 Merge pull request #1 from rcastley/e1000-support

📊 Changes

1 file changed (+48 additions, -32 deletions)

View changed files

📝 tools/pve/nic-offloading-fix.sh (+48 -32)

📄 Description

✍️ Description

Simple update to add e1000 support to the existing script as mentioned in https://github.com/community-scripts/ProxmoxVE/discussions/6565

I am unable to test this myself as I don't have access to a e1000 interface.

Link: https://github.com/community-scripts/ProxmoxVE/discussions/6565

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/6575 **Author:** [@rcastley](https://github.com/rcastley) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`dc92fcb`](https://github.com/community-scripts/ProxmoxVE/commit/dc92fcb4746c77eedbc92e74543bfbe670889471) Add support for e1000 NIC - [`5557779`](https://github.com/community-scripts/ProxmoxVE/commit/5557779418e220defa621d6a814f5d42cb9e2632) Merge pull request #1 from rcastley/e1000-support ### 📊 Changes **1 file changed** (+48 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `tools/pve/nic-offloading-fix.sh` (+48 -32) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description Simple update to add e1000 support to the existing script as mentioned in https://github.com/community-scripts/ProxmoxVE/discussions/6565 I am unable to test this myself as I don't have access to a e1000 interface. ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/discussions/6565 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [ ] **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. - [x] ✨ **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:31:20 +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#6259
No description provided.