commit | 091a6246869cec2ac66e897b436f7fd59ec4d316 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Wed Feb 08 07:51:01 2012 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Sat Mar 17 01:08:29 2012 -0700 |
tree | 11bfc09e746e5bbe953e81410071e291c718a991 | |
parent | fd0db0ed02a6abce5427e90d1e8522322107d62b [diff] |
ixgbe: Write gso_segs and bytcount to the ring sooner This change makes it so that gso_segs and bytecount are written to the ring sooner. This helps to simplify the logic for the two since segmentation offloads can now update them within their own function. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>