Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1711462 > unrolled thread
| Started by | Tom Talpey <ttalpey@microsoft.com> |
|---|---|
| First post | 2017-08-14 23:10 +0200 |
| Last post | 2017-08-15 01:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol Tom Talpey <ttalpey@microsoft.com> - 2017-08-14 23:10 +0200
RE: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol Long Li <longli@microsoft.com> - 2017-08-15 01:30 +0200
| From | Tom Talpey <ttalpey@microsoft.com> |
|---|---|
| Date | 2017-08-14 23:10 +0200 |
| Subject | RE: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive protocol |
| Message-ID | <ueuMy-IV-23@gated-at.bofh.it> |
> -----Original Message-----
> From: linux-cifs-owner@vger.kernel.org [mailto:linux-cifs-
> owner@vger.kernel.org] On Behalf Of Long Li
> Sent: Wednesday, August 2, 2017 4:11 PM
> To: Steve French <sfrench@samba.org>; linux-cifs@vger.kernel.org; samba-
> technical@lists.samba.org; linux-kernel@vger.kernel.org
> Cc: Long Li <longli@microsoft.com>
> Subject: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive
> protocol
>
> SMBD uses a keep alive protocol to help peers detect if the remote is dead.
> When peer request keep alive, the transport needs to respond accordingly.
The keepalive exchange is also used to replenish credits in certain
pathological conditions.
> + // send an emtpy response right away if requested
> + if (le16_to_cpu(data_transfer->flags) |
> + le16_to_cpu(SMB_DIRECT_RESPONSE_REQUESTED)) {
> + info->keep_alive_requested = KEEP_ALIVE_PENDING;
> + }
This is clearly a typo, the condition is always true. "&"??
Tom.
[toc] | [next] | [standalone]
| From | Long Li <longli@microsoft.com> |
|---|---|
| Date | 2017-08-15 01:30 +0200 |
| Message-ID | <uewY1-1YL-1@gated-at.bofh.it> |
| In reply to | #1711462 |
> -----Original Message-----
> From: Tom Talpey
> Sent: Monday, August 14, 2017 2:07 PM
> To: Long Li <longli@microsoft.com>; Steve French <sfrench@samba.org>;
> linux-cifs@vger.kernel.org; samba-technical@lists.samba.org; linux-
> kernel@vger.kernel.org
> Subject: RE: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive
> protocol
>
> > -----Original Message-----
> > From: linux-cifs-owner@vger.kernel.org [mailto:linux-cifs-
> > owner@vger.kernel.org] On Behalf Of Long Li
> > Sent: Wednesday, August 2, 2017 4:11 PM
> > To: Steve French <sfrench@samba.org>; linux-cifs@vger.kernel.org;
> > samba- technical@lists.samba.org; linux-kernel@vger.kernel.org
> > Cc: Long Li <longli@microsoft.com>
> > Subject: [[PATCH v1] 24/37] [CIFS] SMBD: Support for SMBD keep alive
> > protocol
> >
> > SMBD uses a keep alive protocol to help peers detect if the remote is dead.
> > When peer request keep alive, the transport needs to respond accordingly.
>
> The keepalive exchange is also used to replenish credits in certain
> pathological conditions.
>
> > + // send an emtpy response right away if requested
> > + if (le16_to_cpu(data_transfer->flags) |
> > + le16_to_cpu(SMB_DIRECT_RESPONSE_REQUESTED)) {
> > + info->keep_alive_requested = KEEP_ALIVE_PENDING;
> > + }
>
> This is clearly a typo, the condition is always true. "&"??
Sorry it's a typo.
>
> Tom.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web