AltraMayor / AltraMayor/gatekeeper
Implement Generic Receive Offload (GRO) using DPDK library
未关闭
enhancement
- 主要语言
- C
- 星标
- 1.6k
- 派生
- 252
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。