On 02/20, Tushar Vyavahare wrote: > Introduce a new function, xsk_xdp_adjust_tail, within the XDP program to > adjust the tail of packets. This function utilizes bpf_xdp_adjust_tail to > modify the packet size dynamically based on the 'count' variable. > > If the adjustment fails, the packet is dropped using XDP_DROP to ensure > processing of only correctly modified packets. > > Signed-off-by: Tushar Vyavahare <tushar.vyavahare@xxxxxxxxx> Any reason not to combine patches 2..5 into a single one? I looked through each one briefly and it's a bit hard to follow when trying to put everything together..