Searched hist:bdc712b4 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_sock.h | bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork.
When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary.
This is because inet_cork contains a "struct flowi" which isn't used in these code paths.
Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork. When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary. This is because inet_cork contains a "struct flowi" which isn't used in these code paths. Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
|
H A D | ip.h | bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork.
When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary.
This is because inet_cork contains a "struct flowi" which isn't used in these code paths.
Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
|
/openbmc/linux/net/ipv6/ |
H A D | raw.c | bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork.
When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary.
This is because inet_cork contains a "struct flowi" which isn't used in these code paths.
Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork. When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary. This is because inet_cork contains a "struct flowi" which isn't used in these code paths. Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
|
H A D | ip6_output.c | bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork.
When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary.
This is because inet_cork contains a "struct flowi" which isn't used in these code paths.
Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_output.c | bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork.
When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary.
This is because inet_cork contains a "struct flowi" which isn't used in these code paths.
Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock.
Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> bdc712b4 Fri May 06 17:02:07 CDT 2011 David S. Miller <davem@davemloft.net> inet: Decrease overhead of on-stack inet_cork. When we fast path datagram sends to avoid locking by putting the inet_cork on the stack we use up lots of space that isn't necessary. This is because inet_cork contains a "struct flowi" which isn't used in these code paths. Split inet_cork to two parts, "inet_cork" and "inet_cork_full". Only the latter of which has the "struct flowi" and is what is stored in inet_sock. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
|