From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuval Shaia Subject: Re: [PATCH v2 00/11] IB/rxe: Bug fixes Date: Tue, 29 Aug 2017 10:54:50 +0300 Message-ID: <20170829075450.GB3500@yuvallap> References: <1503687956-7110-1-git-send-email-andrew.boyer@dell.com> <1503951119-25573-1-git-send-email-andrew.boyer@dell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1503951119-25573-1-git-send-email-andrew.boyer-8PEkshWhKlo@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andrew Boyer Cc: monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, yonatanc-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marcel Apfelbaum List-Id: linux-rdma@vger.kernel.org On Mon, Aug 28, 2017 at 04:11:48PM -0400, Andrew Boyer wrote: > This patch set addresses a few issues which we have found in RXE. > The first patch fixes a serious issue that causes kernel panics during > network congestion. > > Changes for v2: > * Update NETDEV_CHANGE patch so it builds; original was inadvertently > based on an internal branch For v2: Tested-by: Yuval Shaia > > Changes for v1: > * Address review comments and add review tags from Moni > * Split destination cache patch into 4 smaller patches > * Added CONFIG_IPV6 check to destination cache patch > * Added new NETDEV_CHANGE patch > > Andrew Boyer (11): > IB/rxe: Move refcounting earlier in rxe_send() > IB/rxe: Disable completion upcalls when a CQ is destroyed > IB/rxe: Remove dangling prototype > IB/rxe: Fix up the responder's find_resources() function > IB/rxe: Fix destination cache for IPv6 > IB/rxe: Add dst_clone() in prepare_ipv6_hdr() > IB/rxe: Fix up rxe_qp_cleanup() > IB/rxe: Remove unneeded initialization in prepare6() > IB/rxe: Another fix for broken receive queue draining > IB/rxe: Avoid ICRC errors by copying into the skb first > IB/rxe: Handle NETDEV_CHANGE events > > drivers/infiniband/sw/rxe/rxe_cq.c | 19 +++++++++++++++++++ > drivers/infiniband/sw/rxe/rxe_loc.h | 4 ++-- > drivers/infiniband/sw/rxe/rxe_mr.c | 12 ++++++------ > drivers/infiniband/sw/rxe/rxe_net.c | 26 +++++++++++++++++++------- > drivers/infiniband/sw/rxe/rxe_qp.c | 9 ++------- > drivers/infiniband/sw/rxe/rxe_req.c | 4 +++- > drivers/infiniband/sw/rxe/rxe_resp.c | 2 +- > drivers/infiniband/sw/rxe/rxe_verbs.c | 2 ++ > drivers/infiniband/sw/rxe/rxe_verbs.h | 2 ++ > 9 files changed, 56 insertions(+), 24 deletions(-) > > -- > 1.8.3.1 > > -- > 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 -- 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