DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] TSO with chained imbues
@ 2014-12-25 15:55 Gal Sagie
  2014-12-29  8:49 ` Olivier MATZ
  0 siblings, 1 reply; 2+ messages in thread
From: Gal Sagie @ 2014-12-25 15:55 UTC (permalink / raw)
  To: <dev@dpdk.org>

Hello all,

Does the TSO offload option works for chained mbufs?
What i mean is, if i have a chain representing a big TCP buffer, and i only
set the first mbuf with
TSO flags and tso_segsz (mss) and L4 size, will that work ? (or only
applied on the first mbuf)

I think that ideally this should work, just like for example, Jumbo frames
are being
splitted into chained mbuf's (other direction)

Thanks
Gal.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] TSO with chained imbues
  2014-12-25 15:55 [dpdk-dev] TSO with chained imbues Gal Sagie
@ 2014-12-29  8:49 ` Olivier MATZ
  0 siblings, 0 replies; 2+ messages in thread
From: Olivier MATZ @ 2014-12-29  8:49 UTC (permalink / raw)
  To: Gal Sagie, <dev@dpdk.org>

Hi Gal,

On 12/25/2014 04:55 PM, Gal Sagie wrote:
> Does the TSO offload option works for chained mbufs?
> What i mean is, if i have a chain representing a big TCP buffer, and i only
> set the first mbuf with
> TSO flags and tso_segsz (mss) and L4 size, will that work ? (or only
> applied on the first mbuf)

This should work indeed.
In a mbuf chain, only the first mbuf carries the flags for the
whole chain.

Regards,
Olivier

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-12-29  8:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-25 15:55 [dpdk-dev] TSO with chained imbues Gal Sagie
2014-12-29  8:49 ` Olivier MATZ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).