On 12/01/2017 06:32 AM, Jakub Kicinski wrote:
> Hi!
>
> Jiong says:
>
> Currently, compiler will lower memcpy function call in XDP/eBPF C program
> into a sequence of eBPF load/store pairs for some scenarios.
>
> Compiler is thinking this "inline" optimiation is beneficial as it could
> avoid fu
Hi!
Jiong says:
Currently, compiler will lower memcpy function call in XDP/eBPF C program
into a sequence of eBPF load/store pairs for some scenarios.
Compiler is thinking this "inline" optimiation is beneficial as it could
avoid function call and also increase code locality.
However, Netronome