Magnus Karlsson wrote: > From: Magnus Karlsson <[email protected]> > > Remove the unnecessary access to the software ring for the AF_XDP > zero-copy driver. This was used to record the length of the packet so > that the driver Tx completion code could sum this up to produce the > total bytes sent. This is now performed during the transmission of the > packet, so no need to record this in the software ring. > > Signed-off-by: Magnus Karlsson <[email protected]> > ---
Acked-by: John Fastabend <[email protected]
