fshahinfar1 / kashk

Generate BPF kernel offload from source code of applications
1 stars 0 forks source link

XDP transmit operations #9

Closed fshahinfar1 closed 5 months ago

fshahinfar1 commented 7 months ago

In order to successfully send packets from the XDP, we need to update protocol headers. This step is not needed for SK_SKB since it is done by Protocol Stack.

fshahinfar1 commented 7 months ago

Is it possible to offload IPV4 checksum and UDP checksum to the hardware?