All of lore.kernel.org
 help / color / mirror / Atom feed
From: <Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil@public.gmane.org>
To: maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org,
	monis-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil@public.gmane.org
Subject: RE: I/O error on dd commands
Date: Tue, 6 Dec 2016 05:55:54 +0000	[thread overview]
Message-ID: <0980d1e6e7d34e098900ee293aa0e487@TGXML382.toshiba.local> (raw)

Hi Max,

Thank you for your reply.
This issue reproduced vanilla 4.9-rc8.

> can you try to repro it with iSER ?

I'm sorry. I can't try iSER.

> what is your backing store device ?

I do now using TOSHIBA Enterprise SSD PX04PMB160.
https://toshiba.semicon-storage.com/ap-en/product/storage-products/enterprise-ssd.html

> is this happens in 1k bs only or in different bs as well ?

This issue is confirming the reproduction in 512k/1024k/2048k/4096k/8192k bs.
It occurs by more than one machine, so it isn't a failed of a NIC. 
LAN is a connection directly (It isn't a failed of a hub.)

> rxe_req.c |    9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
> --- linux-4.9-rc7/drivers/infiniband/sw/rxe/rxe_req.c.orig      2016-12-05 10:11:38.000000000 +0900
> +++ linux-4.9-rc7/drivers/infiniband/sw/rxe/rxe_req.c   2016-12-05 10:15:43.000000000 +0900
> @@ -705,12 +705,12 @@ next_wqe:
>         skb = init_req_packet(qp, wqe, opcode, payload, &pkt);
>         if (unlikely(!skb)) {
>                 pr_err("qp#%d Failed allocating skb\n", qp_num(qp));
> -               goto err;
> +               goto err1;
>         }
> 
>         if (fill_packet(qp, wqe, &pkt, skb, payload)) {
>                 pr_debug("qp#%d Error during fill packet\n", qp_num(qp));
> -               goto err;
> +               goto err2;
>         }
> 
>         /*
> @@ -734,15 +734,16 @@ next_wqe:
>                         goto exit;
>                 }
> 
> -               goto err;
> +               goto err1;
>         }
> 
>         update_state(qp, wqe, &pkt, payload);
> 
>         goto next_wqe;
> 
> -err:
> +err2:
>         kfree_skb(skb);
> +err1:
>         wqe->status = IB_WC_LOC_PROT_ERR;
>         wqe->state = wqe_state_error;
> 

It's unrelated to this issue, please apply this patch.

thanks,
Haruo.

--
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

             reply	other threads:[~2016-12-06  5:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-06  5:55 Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil [this message]
     [not found] ` <0980d1e6e7d34e098900ee293aa0e487-DqNMWkYM789gYsFYm0uEO7jjLBE8jN/0@public.gmane.org>
2016-12-07 10:47   ` I/O error on dd commands Max Gurtovoy
  -- strict thread matches above, loose matches on Subject: below --
2016-12-08  0:45 Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil
     [not found] ` <45c451dc71cc42b5bb24e385a160249a-DqNMWkYM789gYsFYm0uEO7jjLBE8jN/0@public.gmane.org>
2016-12-08  9:25   ` Max Gurtovoy
     [not found]     ` <50499552-0842-a9f0-e46b-30b427b29ca9-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2016-12-16  4:25       ` Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil
2016-12-05  5:41 Tomita.Haruo-IGagC74glE2s6Rmoc/2Z03gSJqDPrsil
     [not found] ` <b8b48041a15444bc9c62176d6807433a-DqNMWkYM789gYsFYm0uEO7jjLBE8jN/0@public.gmane.org>
2016-12-05 10:12   ` Max Gurtovoy

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=0980d1e6e7d34e098900ee293aa0e487@TGXML382.toshiba.local \
    --to=tomita.haruo-igagc74gle2s6rmoc/2z03gsjqdprsil@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=maxg-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org \
    --cc=monis-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.