Re: [PATCH net-next v2 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
From: Toke Høiland-Jørgensen
Date: Thu Jan 09 2025 - 12:03:15 EST
Alexander Lobakin <aleksander.lobakin@xxxxxxxxx> writes:
>> What is the "small frame" size being used?
>
> xdp-trafficgen currently hardcodes frame sizes to 64 bytes. I was
> planning to add an option to configure frame size and send it upstream,
> but never finished it yet unfortunately.
Well, I guess I can be of some help here. Just pushed an update to
xdp-trafficgen to support specifying the packet size :)
-Toke