All of lore.kernel.org
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust-7I+n7zu2hftEKMMhf/gKZA@public.gmane.org>
To: Ming Chen <mchen-JuQBKiYWLL8cww2/fHdDyodd74u8MsAO@public.gmane.org>
Cc: Linux NFS Mailing List
	<linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Linux FS-devel Mailing List
	<linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	ezk-2jbElX+0AsNKU+I/JbwozwkEoixk4Qys@public.gmane.org
Subject: Re: [PATCH] nfs: avoid nfs_wait_on_seqid() for NFSv4.1
Date: Thu, 2 Jul 2015 19:23:27 -0400	[thread overview]
Message-ID: <CAHQdGtSkQmk7_z4ckXvefONjUQu6DVxui_q66RYdq-Tc7D_GKQ@mail.gmail.com> (raw)
In-Reply-To: <1435877253-1497-1-git-send-email-mchen-JuQBKiYWLL8cww2/fHdDyodd74u8MsAO@public.gmane.org>

On Thu, Jul 2, 2015 at 6:47 PM, Ming Chen <mchen-JuQBKiYWLL8cww2/fHdDyodd74u8MsAO@public.gmane.org> wrote:
>
> seqid, introduced in NFSv4.0, requires state-changing operations be performed
> synchronously, and thus limits parallelism. NFSv4.1 supports "unlimited
> parallelism" by using sessions and slots; seqid is no longer used and must be
> ignored by NFSv4.1 server. However, the current nfs client always call
> nfs_wait_on_seqid() no matter the version is 4.0 or 4.1.

Please see commit 63f5f796af613 ("NFSv4.1: Allow parallel
OPEN/OPEN_DOWNGRADE/CLOSE") which first appeared in Linux-4.0.

Cheers
  Trond
--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: Trond Myklebust <trond.myklebust@primarydata.com>
To: Ming Chen <mchen@cs.stonybrook.edu>
Cc: Linux NFS Mailing List <linux-nfs@vger.kernel.org>,
	Linux FS-devel Mailing List <linux-fsdevel@vger.kernel.org>,
	ezk@fsl.cs.stonybrook.edu
Subject: Re: [PATCH] nfs: avoid nfs_wait_on_seqid() for NFSv4.1
Date: Thu, 2 Jul 2015 19:23:27 -0400	[thread overview]
Message-ID: <CAHQdGtSkQmk7_z4ckXvefONjUQu6DVxui_q66RYdq-Tc7D_GKQ@mail.gmail.com> (raw)
In-Reply-To: <1435877253-1497-1-git-send-email-mchen@cs.stonybrook.edu>

On Thu, Jul 2, 2015 at 6:47 PM, Ming Chen <mchen@cs.stonybrook.edu> wrote:
>
> seqid, introduced in NFSv4.0, requires state-changing operations be performed
> synchronously, and thus limits parallelism. NFSv4.1 supports "unlimited
> parallelism" by using sessions and slots; seqid is no longer used and must be
> ignored by NFSv4.1 server. However, the current nfs client always call
> nfs_wait_on_seqid() no matter the version is 4.0 or 4.1.

Please see commit 63f5f796af613 ("NFSv4.1: Allow parallel
OPEN/OPEN_DOWNGRADE/CLOSE") which first appeared in Linux-4.0.

Cheers
  Trond

  parent reply	other threads:[~2015-07-02 23:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-02 22:47 [PATCH] nfs: avoid nfs_wait_on_seqid() for NFSv4.1 Ming Chen
     [not found] ` <1435877253-1497-1-git-send-email-mchen-JuQBKiYWLL8cww2/fHdDyodd74u8MsAO@public.gmane.org>
2015-07-02 23:23   ` Trond Myklebust [this message]
2015-07-02 23:23     ` Trond Myklebust
2015-07-03 21:10     ` Ming Chen
  -- strict thread matches above, loose matches on Subject: below --
2014-11-03 16:39 Ming Chen
2014-11-03 16:39 ` Ming Chen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAHQdGtSkQmk7_z4ckXvefONjUQu6DVxui_q66RYdq-Tc7D_GKQ@mail.gmail.com \
    --to=trond.myklebust-7i+n7zu2hftekmmhf/gkza@public.gmane.org \
    --cc=ezk-2jbElX+0AsNKU+I/JbwozwkEoixk4Qys@public.gmane.org \
    --cc=linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=mchen-JuQBKiYWLL8cww2/fHdDyodd74u8MsAO@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.