All of lore.kernel.org
 help / color / mirror / Atom feed
From: Or Gerlitz <ogerlitz-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
To: Sagi Grimberg <sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>,
	Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: iser patches for kernel 4.1 [v3]
Date: Wed, 15 Apr 2015 08:21:59 +0300	[thread overview]
Message-ID: <552DF577.7000502@mellanox.com> (raw)
In-Reply-To: <1429024108-7221-1-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>

On 4/14/2015 6:08 PM, Sagi Grimberg wrote:
> Hi Roland,
>
> This set contains bug fixes as well as code refactoring patches
>
> - Patches 1-3:	   Bug fixes (stable material)
> - Patches 4-6:     Bounce buffer related code cleanups
> - Patches 7-12,16: Refactoring
> - Patches 13-15:   Minor optimizations
> - Patch 17:        Version bump
> - Patch 18:        Bounce buffer rewrite to handle situations where
>                     large transfers are unaligned causing iser to
> 		   use high order allocations
>
> Changes from v2:
> - Fix regression in DIX mode (introduced in patch 15) by incorrectly
>    setting the protection information scatter-entry.

Sagi, OTOH Roland made a note that he applied V2, hence you were 
supposed to send incremental fix on top of it (for-next time), OTHO, he 
didn't make his applying of the code public, so sending the whole series 
makes sense too. Just to be on the safe side of things, since the merge 
window is open, please send also an incremental fix.

Or.

>
> Changes from v1:
> - Addressed review comments (patch 18) from Alex Lyakas on bounce buffer
>    re-write code (kmap/kunmap mismatch, possible use-after-free,
>    and double free).

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

      parent reply	other threads:[~2015-04-15  5:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-14 15:08 iser patches for kernel 4.1 [v3] Sagi Grimberg
     [not found] ` <1429024108-7221-1-git-send-email-sagig-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2015-04-14 15:08   ` [patch v3 01/18] IB/iser: Fix unload during ep_poll wrong dereference Sagi Grimberg
2015-04-14 15:08   ` [patch v3 02/18] IB/iser: Handle fastreg/local_inv completion errors Sagi Grimberg
2015-04-14 15:08   ` [patch v3 03/18] IB/iser: Fix wrong calculation of protection buffer length Sagi Grimberg
2015-04-14 15:08   ` [patch v3 04/18] IB/iser: Remove redundant cmd_data_len calculation Sagi Grimberg
2015-04-14 15:08   ` [patch v3 05/18] IB/iser: Remove a redundant struct iser_data_buf Sagi Grimberg
2015-04-14 15:08   ` [patch v3 06/18] IB/iser: Don't pass ib_device to fall_to_bounce_buff routine Sagi Grimberg
2015-04-14 15:08   ` [patch v3 07/18] IB/iser: Move memory reg/dereg routines to iser_memory.c Sagi Grimberg
2015-04-14 15:08   ` [patch v3 08/18] IB/iser: Remove redundant assignments in iser_reg_page_vec Sagi Grimberg
2015-04-14 15:08   ` [patch v3 09/18] IB/iser: Get rid of struct iser_rdma_regd Sagi Grimberg
2015-04-14 15:08   ` [patch v3 10/18] IB/iser: Merge build page-vec into register page-vec Sagi Grimberg
2015-04-14 15:08   ` [patch v3 11/18] IB/iser: Move fastreg descriptor pool get/put to helper functions Sagi Grimberg
2015-04-14 15:08   ` [patch v3 12/18] IB/iser: Move PI context alloc/free to routines Sagi Grimberg
2015-04-14 15:08   ` [patch v3 13/18] IB/iser: Make fastreg pool cache friendly Sagi Grimberg
2015-04-14 15:08   ` [patch v3 14/18] IB/iser: Modify struct iser_mem_reg members Sagi Grimberg
2015-04-14 15:08   ` [patch v3 15/18] IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mr Sagi Grimberg
2015-04-14 15:08   ` [patch v3 16/18] IB/iser: Remove code duplication for a single DMA entry Sagi Grimberg
2015-04-14 15:08   ` [patch v3 17/18] IB/iser: Bump version to 1.6 Sagi Grimberg
2015-04-14 15:08   ` [patch v3 18/18] IB/iser: Rewrite bounce buffer code path Sagi Grimberg
2015-04-15  5:21   ` Or Gerlitz [this message]

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=552DF577.7000502@mellanox.com \
    --to=ogerlitz-vpraknaxozvwk0htik3j/w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=sagig-VPRAkNaXOzVWk0Htik3J/w@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.