diff options
author | Eric Dumazet <edumazet@google.com> | 2013-04-22 14:31:34 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-25 05:38:25 (GMT) |
commit | e12472dc574ca91be4cb87b14fb8cf90bee02c60 (patch) | |
tree | ead11107d95415784ec3de211428ddc021280b7c /arch | |
parent | ee80fbf301adac644d0c9465194a7ec87bcd4a07 (diff) | |
download | linux-fsl-qoriq-e12472dc574ca91be4cb87b14fb8cf90bee02c60.tar.xz |
net: remove redundant code in dev_hard_start_xmit()
This reverts commit 068a2de57ddf4f4 (net: release dst entry while
cache-hot for GSO case too)
Before GSO packet segmentation, we already take care of skb->dst if it
can be released.
There is no point adding extra test for every segment in the gso loop.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Krishna Kumar <krkumar2@in.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions