AltraMayor / AltraMayor/gatekeeper
Implement Generic Receive Offload (GRO) using DPDK library
- Vorherrschende Sprache
- C
- Sterne
- 1.6k
- Forks
- 252
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
GRO is a SW-based offloading technique that used to reassemble small packets into larger ones, therefore, it can potentially reduce the per-packet processing overheads. This technique has the potential to save amount of CPU cycles, which is essential to achieve high speed network processing.
The patch should utilize [DPDK's Generic Receive Offload Library](https://doc.dpdk.org/guides/prog_guide/generic_receive_offload_lib.html) to implement the offloading, and one also needs to have a benchmark to test the performance gain by adopting this technique.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.