lwIP - A Lightweight TCP/IP stack - Bugs: bug #63113, can lwip support GSO(generic...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63113: can lwip support GSO(generic segment offload) feature?
Submitter: | jiangheng <jinag12345> | ||
Submitted: | Tue 27 Sep 2022 12:16:38 PM UTC | ||
Category: | TCP | Severity: | 3 - Normal |
Item Group: | Feature Request | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | 2.1.3 |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
No changes have been made to this item
I am using lwip as a tcp stack based on dpdk, dpdk have GSO feature, require tcp stack support trasnport large tcp package( exceed MTU limit).
I want to modify the lwip to support the TSO feature. Do you have any suggestions?