Magnus Karlsson wrote: > From: Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > > 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 <magnus.karlsson@xxxxxxxxx> > --- Acked-by: John Fastabend <john.fastabend@xxxxxxxxx