-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Labels
Linux ENA driverfeature requestRequest new feature and code enhancementRequest new feature and code enhancementtriageDetermine the priority and severityDetermine the priority and severity
Description
Preliminary Actions
- I have searched the existing issues and didn't find a duplicate.
Driver Type
Linux kernel driver for Elastic Network Adapter (ENA)
Motivation
Reduce build_skb overheads
Solution
Was doing some spot checking, and noticed that the ENA driver uses build_skb vs napi_build_skb. I see that was reverted here: bad09ae
Was wondering if there was any follow on work to that revert to attempt to reintroduce this?
The revert was light on details on what sort of issues napi_consume_skb introduced that prompted this revert, was wondering if that was kernel version specific? or instance type specific only?
Anyhow, we've seen nice-ness from napi_build_skb in other parts of our environment, would love to see if we could use that in ENA as well?
Contact Details
Metadata
Metadata
Assignees
Labels
Linux ENA driverfeature requestRequest new feature and code enhancementRequest new feature and code enhancementtriageDetermine the priority and severityDetermine the priority and severity