diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2012-07-20 08:08:51 +0000 |
---|---|---|
committer | Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com> | 2012-08-16 15:44:45 -0700 |
commit | 5a02cbd10d37889d8214e82d57ccc70307edf805 (patch) | |
tree | f93bbc7ea99ac1877f35f3a8b2cc5f7056402b9f /net/ipv6/tcp_ipv6.c | |
parent | 18806c9ea28320d5368fd43318506a7d33cc952c (diff) |
ixgbe: Roll RSC code into non-EOP code
This change moves the RSC code into the non-EOP descriptor handling
function. The main motivation behind this change is to help reduce the
overhead in the non-RSC case. Previously the non-RSC path code would
always be checking for append count even if RSC had been disabled. Now
this code is completely skipped in a single conditional check instead of
having to make two separate checks.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
0 files changed, 0 insertions, 0 deletions