commit | 30d5703bceb0c118ef934918074768620efa93e6 | [log] [tgz] |
---|---|---|
author | William Tu <u9012063@gmail.com> | Thu Apr 04 09:36:54 2019 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Jun 05 13:04:29 2019 -0700 |
tree | 0212a07490a47ab3757d85da87f738ab85d98efa | |
parent | 9ba095a628f77e4c8093cbb2da6f88cf43e55502 [diff] |
ixgbe: fix AF_XDP tx byte count The tx bytecount is done twice. When running './xdpsock -t -N -i eth3' and 'ip -s link show dev eth3' The avg packet size is 120 instead of 60. So remove the extra one. Signed-off-by: William Tu <u9012063@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>