Home
last modified time | relevance | path

Searched hist:"761 b331cb6902dc0a08f786e9fa0dbd572059027" (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/net/
H A Dtso.hdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/core/
H A Dtso.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dmvneta.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/drivers/net/ethernet/freescale/
H A Dfec_main.cdiff 761b331cb6902dc0a08f786e9fa0dbd572059027 Wed Jun 17 22:53:25 CDT 2020 Eric Dumazet <edumazet@google.com> net: tso: cache transport header length

Add tlen field into struct tso_t, and change tso_start()
to return skb_transport_offset(skb) + tso->tlen

This removes from callers the need to use tcp_hdrlen(skb) and
will ease UDP segmentation offload addition.

v2: calls tso_start() earlier in otx2_sq_append_tso() [Jakub]

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>