[dpdk-dev] TSO with chained imbues

2014-12-29 Thread Olivier MATZ
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 fi

[dpdk-dev] TSO with chained imbues

2014-12-25 Thread Gal Sagie
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