All of lore.kernel.org
 help / color / mirror / Atom feed
* support for UDP
@ 2019-09-13 15:14 Olga Kornievskaia
  2019-09-13 15:37 ` Daniel Gryniewicz
  2019-09-19 13:40 ` Steve Dickson
  0 siblings, 2 replies; 7+ messages in thread
From: Olga Kornievskaia @ 2019-09-13 15:14 UTC (permalink / raw)
  To: linux-nfs

Hi folks,

I'd like to gauge what people think. Do you think we'd ever do a bold
thing like drop the UDP support in the upstream kernel (obviously with
a plan to fade it out with a config option that we did with the des
support)...

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

* Re: support for UDP
  2019-09-13 15:14 support for UDP Olga Kornievskaia
@ 2019-09-13 15:37 ` Daniel Gryniewicz
  2019-09-13 16:16   ` Frank Filz
  2019-09-19 13:40 ` Steve Dickson
  1 sibling, 1 reply; 7+ messages in thread
From: Daniel Gryniewicz @ 2019-09-13 15:37 UTC (permalink / raw)
  To: Olga Kornievskaia, linux-nfs

On 9/13/19 11:14 AM, Olga Kornievskaia wrote:
> Hi folks,
> 
> I'd like to gauge what people think. Do you think we'd ever do a bold
> thing like drop the UDP support in the upstream kernel (obviously with
> a plan to fade it out with a config option that we did with the des
> support)...
> 

Yes, please.

Daniel

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

* RE: support for UDP
  2019-09-13 15:37 ` Daniel Gryniewicz
@ 2019-09-13 16:16   ` Frank Filz
  0 siblings, 0 replies; 7+ messages in thread
From: Frank Filz @ 2019-09-13 16:16 UTC (permalink / raw)
  To: dang, 'Olga Kornievskaia', 'linux-nfs'

> On 9/13/19 11:14 AM, Olga Kornievskaia wrote:
> > Hi folks,
> >
> > I'd like to gauge what people think. Do you think we'd ever do a bold
> > thing like drop the UDP support in the upstream kernel (obviously with
> > a plan to fade it out with a config option that we did with the des
> > support)...
> >
> 
> Yes, please.

Yea, it would certainly be nice to not have to worry about UDP connections. They don't work for NFS in high speed high bandwidth workloads due to the issues with fragment reassembly. Their use for NFS v3 sideband protocols doesn't really buy much.

Of course we'll still have to support UDP for 10 more years...

Frank


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

* Re: support for UDP
  2019-09-13 15:14 support for UDP Olga Kornievskaia
  2019-09-13 15:37 ` Daniel Gryniewicz
@ 2019-09-19 13:40 ` Steve Dickson
  1 sibling, 0 replies; 7+ messages in thread
From: Steve Dickson @ 2019-09-19 13:40 UTC (permalink / raw)
  To: Olga Kornievskaia, linux-nfs



On 9/13/19 11:14 AM, Olga Kornievskaia wrote:
> Hi folks,
> 
> I'd like to gauge what people think. Do you think we'd ever do a bold
> thing like drop the UDP support in the upstream kernel (obviously with
> a plan to fade it out with a config option that we did with the des
> support)...
> 
Starting with Fedora 29 and RHEL7 UDP mounts are no longer negotiated.
The command line argument is need to do a UDP mount.

Again starting with Fedora 29 and now RHEL8 UDP is off by default
on the NFS servers. A configuration change is needed for UDP mounts.

We did this to cut the testing matrix in half... 

We've not had any push back on the lack of UDP support. 

Personally I think it is long overdue... 

My two cents,

steved.

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

* Re: Support for udp
  2023-10-06  6:21   ` Sagar Acharya
@ 2023-10-06 17:55     ` Michael Richardson
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Richardson @ 2023-10-06 17:55 UTC (permalink / raw)
  To: Sagar Acharya; +Cc: Narasimhan S, Linux Ppp

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]


Sagar Acharya <sagaracharya@tutanota.com> wrote:
    > So are you saying pppd does not support udp or does it?  Thanking you
    > Sagar Acharya https://humaaraartha.in/selfdost/selfdost.html

You didn't understand the answer because you didn't actually ask a sensible question.

PPP is a "layer-2"
UDP is a "layer-4"

https://en.wikipedia.org/wiki/OSI_model
https://www.oreilly.com/library/view/internet-core-protocols/1565925726/ch01s02s02.html

There are situations where one might encapsulate PPP packets into UDP
packets.  This usually happens in back-hauls of ISP/DSL networks using L2TP.
But, that's not a typical situation for an end-user.

Myself and many others have built commercial BRAS using pppd, and there is
even support in the Linux kernel for efficient encap/decap of L2TP/PPP packets.
https://en.wikipedia.org/wiki/Broadband_remote_access_server

    >> pppd works at IP layer. All IP protocols not dependent on broadcast
    >> capabilities should work.
    >>
    >> On 05-10-2023 23:30, Sagar Acharya wrote:
    >>
    >>> Does pppd support udp? I am able to access tcp but not udp with pppd.
    >>> Thanking you Sagar Acharya
    >>> https://humaaraartha.in/selfdost/selfdost.html
    >>>
    >>> Kindly cc me as I am not subscribed.
    >>>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

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

* Re: Support for udp
       [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
@ 2023-10-06  6:21   ` Sagar Acharya
  2023-10-06 17:55     ` Michael Richardson
  0 siblings, 1 reply; 7+ messages in thread
From: Sagar Acharya @ 2023-10-06  6:21 UTC (permalink / raw)
  To: Narasimhan S; +Cc: Linux Ppp

So are you saying pppd does not support udp or does it?
Thanking you
Sagar Acharya
https://humaaraartha.in/selfdost/selfdost.html



6 Oct 2023, 11:06 by simha@multitech.co.in:

> pppd works at IP layer. All IP protocols not dependent on broadcast capabilities should work.
>
> On 05-10-2023 23:30, Sagar Acharya wrote:
>
>> Does pppd support udp? I am able to access tcp but not udp with pppd.
>> Thanking you
>> Sagar Acharya
>> https://humaaraartha.in/selfdost/selfdost.html
>>
>> Kindly cc me as I am not subscribed.
>>

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

* Support for udp
@ 2023-10-05 18:00 Sagar Acharya
       [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
  0 siblings, 1 reply; 7+ messages in thread
From: Sagar Acharya @ 2023-10-05 18:00 UTC (permalink / raw)
  To: Linux Ppp

Does pppd support udp? I am able to access tcp but not udp with pppd.
Thanking you
Sagar Acharya
https://humaaraartha.in/selfdost/selfdost.html

Kindly cc me as I am not subscribed.

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

end of thread, other threads:[~2023-10-06 18:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-13 15:14 support for UDP Olga Kornievskaia
2019-09-13 15:37 ` Daniel Gryniewicz
2019-09-13 16:16   ` Frank Filz
2019-09-19 13:40 ` Steve Dickson
2023-10-05 18:00 Support for udp Sagar Acharya
     [not found] ` <b750b194-59cf-4a7b-a7c2-2995e5b0d8dc@multitech.co.in>
2023-10-06  6:21   ` Sagar Acharya
2023-10-06 17:55     ` Michael Richardson

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.