All of lore.kernel.org
 help / color / mirror / Atom feed
* TCP GSO support above IPv6
@ 2018-04-22 14:45 Ophir Munk
  2018-04-23  1:06 ` Hu, Jiayu
  0 siblings, 1 reply; 4+ messages in thread
From: Ophir Munk @ 2018-04-22 14:45 UTC (permalink / raw)
  To: dev, Jiayu Hu, Mark Kavanagh; +Cc: Thomas Monjalon, Olga Shern

Hello Jiayu,
I wonder why librte_gso only supports TCP GSO above IPv4. 
Can you please explain why TCP GSO is not supported above IPv6? 
Are there plans to support it?

Regards,
Ophir

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

* Re: TCP GSO support above IPv6
  2018-04-22 14:45 TCP GSO support above IPv6 Ophir Munk
@ 2018-04-23  1:06 ` Hu, Jiayu
  2018-04-23 23:12   ` Ophir Munk
  0 siblings, 1 reply; 4+ messages in thread
From: Hu, Jiayu @ 2018-04-23  1:06 UTC (permalink / raw)
  To: Ophir Munk, dev, Mark Kavanagh; +Cc: Thomas Monjalon, Olga Shern

Hi Ophir,

Comparing with IPv6, IPv4 is used more widely used and more popular.
Therefore, when proposed the GSO library, we just planned to support
IPv4.

Do you have any usage scenarios that depend on IPv6?

Thanks,
Jiayu
> -----Original Message-----
> From: Ophir Munk [mailto:ophirmu@mellanox.com]
> Sent: Sunday, April 22, 2018 10:45 PM
> To: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Mark Kavanagh
> <mark.b.kavanagh@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> <olgas@mellanox.com>
> Subject: TCP GSO support above IPv6
> 
> Hello Jiayu,
> I wonder why librte_gso only supports TCP GSO above IPv4.
> Can you please explain why TCP GSO is not supported above IPv6?
> Are there plans to support it?
> 
> Regards,
> Ophir

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

* Re: TCP GSO support above IPv6
  2018-04-23  1:06 ` Hu, Jiayu
@ 2018-04-23 23:12   ` Ophir Munk
  2018-04-25  2:07     ` Hu, Jiayu
  0 siblings, 1 reply; 4+ messages in thread
From: Ophir Munk @ 2018-04-23 23:12 UTC (permalink / raw)
  To: Hu, Jiayu, dev, Mark Kavanagh; +Cc: Thomas Monjalon, Olga Shern

Hi,
Please see inline

> -----Original Message-----
> From: Hu, Jiayu [mailto:jiayu.hu@intel.com]
> Sent: Monday, April 23, 2018 4:07 AM
> To: Ophir Munk <ophirmu@mellanox.com>; dev@dpdk.org; Mark Kavanagh
> <mark.b.kavanagh@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> <olgas@mellanox.com>
> Subject: RE: TCP GSO support above IPv6
> 
> Hi Ophir,
> 
> Comparing with IPv6, IPv4 is used more widely used and more popular.
> Therefore, when proposed the GSO library, we just planned to support IPv4.
> 
> Do you have any usage scenarios that depend on IPv6?

The same usage scenarios with IPv4 may be applicable to IPv6 since the 
application requesting TSO at layer 4 may not care about which IP is used at layer 3.

> 
> Thanks,
> Jiayu
> > -----Original Message-----
> > From: Ophir Munk [mailto:ophirmu@mellanox.com]
> > Sent: Sunday, April 22, 2018 10:45 PM
> > To: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Mark Kavanagh
> > <mark.b.kavanagh@intel.com>
> > Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> > <olgas@mellanox.com>
> > Subject: TCP GSO support above IPv6
> >
> > Hello Jiayu,
> > I wonder why librte_gso only supports TCP GSO above IPv4.
> > Can you please explain why TCP GSO is not supported above IPv6?
> > Are there plans to support it?
> >
> > Regards,
> > Ophir

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

* Re: TCP GSO support above IPv6
  2018-04-23 23:12   ` Ophir Munk
@ 2018-04-25  2:07     ` Hu, Jiayu
  0 siblings, 0 replies; 4+ messages in thread
From: Hu, Jiayu @ 2018-04-25  2:07 UTC (permalink / raw)
  To: Ophir Munk, dev, Mark Kavanagh; +Cc: Thomas Monjalon, Olga Shern

Hi,

> -----Original Message-----
> From: Ophir Munk [mailto:ophirmu@mellanox.com]
> Sent: Tuesday, April 24, 2018 7:13 AM
> To: Hu, Jiayu <jiayu.hu@intel.com>; dev@dpdk.org; Mark Kavanagh
> <mark.b.kavanagh@intel.com>
> Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> <olgas@mellanox.com>
> Subject: RE: TCP GSO support above IPv6
> 
> Hi,
> Please see inline
> 
> > -----Original Message-----
> > From: Hu, Jiayu [mailto:jiayu.hu@intel.com]
> > Sent: Monday, April 23, 2018 4:07 AM
> > To: Ophir Munk <ophirmu@mellanox.com>; dev@dpdk.org; Mark
> Kavanagh
> > <mark.b.kavanagh@intel.com>
> > Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> > <olgas@mellanox.com>
> > Subject: RE: TCP GSO support above IPv6
> >
> > Hi Ophir,
> >
> > Comparing with IPv6, IPv4 is used more widely used and more popular.
> > Therefore, when proposed the GSO library, we just planned to support
> IPv4.
> >
> > Do you have any usage scenarios that depend on IPv6?
> 
> The same usage scenarios with IPv4 may be applicable to IPv6 since the
> application requesting TSO at layer 4 may not care about which IP is used at
> layer 3.

OK. We have plan to support IPv6, but which release is not decided.

Thanks,
Jiayu

> 
> >
> > Thanks,
> > Jiayu
> > > -----Original Message-----
> > > From: Ophir Munk [mailto:ophirmu@mellanox.com]
> > > Sent: Sunday, April 22, 2018 10:45 PM
> > > To: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Mark Kavanagh
> > > <mark.b.kavanagh@intel.com>
> > > Cc: Thomas Monjalon <thomas@monjalon.net>; Olga Shern
> > > <olgas@mellanox.com>
> > > Subject: TCP GSO support above IPv6
> > >
> > > Hello Jiayu,
> > > I wonder why librte_gso only supports TCP GSO above IPv4.
> > > Can you please explain why TCP GSO is not supported above IPv6?
> > > Are there plans to support it?
> > >
> > > Regards,
> > > Ophir

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

end of thread, other threads:[~2018-04-25  2:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-22 14:45 TCP GSO support above IPv6 Ophir Munk
2018-04-23  1:06 ` Hu, Jiayu
2018-04-23 23:12   ` Ophir Munk
2018-04-25  2:07     ` Hu, Jiayu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.