* [PATCH for-next 00/15] Bug fixes for ocrdma driver
@ 2014-06-04 8:52 Selvin Xavier
[not found] ` <fc0ae2c3-2661-48ba-957a-66cbb0cfc33e-3RiH6ntJJkP8BX6JNMqfyFjyZtpTMMwT@public.gmane.org>
0 siblings, 1 reply; 10+ messages in thread
From: Selvin Xavier @ 2014-06-04 8:52 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Cc: roland-DgEjT+Ai2ygdnm+yROfE0A, Selvin Xavier
This patch series contains bug fixes for ocrdma driver.
Please apply to for-next tree.
Devesh Sharma (5):
RDMA/ocrdma: Avoid posting DPP requests for RDMA READ
be2net: issue shutdown event to ocrdma driver
RDMA/ocrdma: Handle shutdown event from be2net driver
RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported
RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table
creation
Mitesh Ahuja (3):
RDMA/ocrdma: Allow only SEND opcode in case of UD QPs
RDMA/ocrdma: Do proper cleanup evenif FW is in error state
RDMA/ocrdma: Return proper value for max_mr_size
Selvin Xavier (7):
RDMA/ocrdma: Query and initalize the PFC SL
RDMA/ocrdma: Adding hca_type and fixing fw_version string in device
atrributes
RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs
RDMA/ocrdma : Add missing adapter mailbox opcodes
RDMA/ocrdma: Increase the size of STAG array in dev structure to 16K
RDMA/ocrdma: Initialize the GID table while registering the device
RDMA/ocrdma: Fixing a sparse warning
drivers/infiniband/hw/ocrdma/ocrdma.h | 24 +++-
drivers/infiniband/hw/ocrdma/ocrdma_ah.c | 2 +
drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 197 +++++++++++++++++++++++++++-
drivers/infiniband/hw/ocrdma/ocrdma_hw.h | 2 +
drivers/infiniband/hw/ocrdma/ocrdma_main.c | 83 +++++++++++-
drivers/infiniband/hw/ocrdma/ocrdma_sli.h | 148 ++++++++++++++++-----
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c | 34 ++++-
drivers/net/ethernet/emulex/benet/be.h | 1 +
drivers/net/ethernet/emulex/benet/be_main.c | 1 +
drivers/net/ethernet/emulex/benet/be_roce.c | 18 ++-
drivers/net/ethernet/emulex/benet/be_roce.h | 3 +-
11 files changed, 465 insertions(+), 48 deletions(-)
--
1.7.12.4
--
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
^ permalink raw reply [flat|nested] 10+ messages in thread[parent not found: <fc0ae2c3-2661-48ba-957a-66cbb0cfc33e-3RiH6ntJJkP8BX6JNMqfyFjyZtpTMMwT@public.gmane.org>]
* Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver [not found] ` <fc0ae2c3-2661-48ba-957a-66cbb0cfc33e-3RiH6ntJJkP8BX6JNMqfyFjyZtpTMMwT@public.gmane.org> @ 2014-06-04 16:37 ` Steve Wise [not found] ` <538F4B66.6080906-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org> 0 siblings, 1 reply; 10+ messages in thread From: Steve Wise @ 2014-06-04 16:37 UTC (permalink / raw) To: Selvin Xavier, linux-rdma-u79uwXL29TY76Z2rM5mHXA Cc: roland-DgEjT+Ai2ygdnm+yROfE0A On 6/4/2014 3:52 AM, Selvin Xavier wrote: > This patch series contains bug fixes for ocrdma driver. Seems like the subject lines in each patch are getting truncated? Like this: Subject: [PATCH for-next 01/15] RDMA/ocrdma: Avoid posting DPP requests for Steve. -- 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <538F4B66.6080906-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>]
* Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver [not found] ` <538F4B66.6080906-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org> @ 2014-06-04 17:06 ` Roland Dreier 2014-06-04 17:38 ` Selvin Xavier 2014-06-09 19:44 ` Or Gerlitz 0 siblings, 2 replies; 10+ messages in thread From: Roland Dreier @ 2014-06-04 17:06 UTC (permalink / raw) To: Steve Wise Cc: Selvin Xavier, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org> wrote: > Seems like the subject lines in each patch are getting truncated? Yes, truncated in patchwork too -- for example: https://patchwork.kernel.org/patch/4292461/ Please fix and resend. -- 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH for-next 00/15] Bug fixes for ocrdma driver 2014-06-04 17:06 ` Roland Dreier @ 2014-06-04 17:38 ` Selvin Xavier 2014-06-09 19:44 ` Or Gerlitz 1 sibling, 0 replies; 10+ messages in thread From: Selvin Xavier @ 2014-06-04 17:38 UTC (permalink / raw) To: Roland Dreier, Steve Wise Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset="utf-8", Size: 775 bytes --] I will resend the patches. Thanks. > -----Original Message----- > From: roland.dreier@gmail.com [mailto:roland.dreier@gmail.com] On Behalf > Of Roland Dreier > Sent: Wednesday, June 04, 2014 10:36 PM > To: Steve Wise > Cc: Selvin Xavier; linux-rdma@vger.kernel.org > Subject: Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver > > On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise > <swise@opengridcomputing.com> wrote: > > Seems like the subject lines in each patch are getting truncated? > > > Yes, truncated in patchwork too -- for example: > https://patchwork.kernel.org/patch/4292461/ > > Please fix and resend. N§²æìr¸yúèØb²X¬¶Ç§vØ^)Þº{.nÇ+·¥{±Ù{ayº\x1dÊÚë,j\a¢f£¢·h»öì\x17/oSc¾Ú³9uÀ¦æåÈ&jw¨®\x03(éÝ¢j"ú\x1a¶^[m§ÿïêäz¹Þàþf£¢·h§~m ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver 2014-06-04 17:06 ` Roland Dreier @ 2014-06-09 19:44 ` Or Gerlitz 2014-06-09 19:44 ` Or Gerlitz 1 sibling, 0 replies; 10+ messages in thread From: Or Gerlitz @ 2014-06-09 19:44 UTC (permalink / raw) To: Roland Dreier, Selvin Xavier Cc: Steve Wise, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel On Wed, Jun 4, 2014 at 8:06 PM, Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: > On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org> wrote: >> Seems like the subject lines in each patch are getting truncated? > Yes, truncated in patchwork too -- for example: > https://patchwork.kernel.org/patch/4292461/ > > Please fix and resend. Roland, from quick looking on this series of fifteen patches, only 1/3 of them (4/5/12/14) have non-empty change-log. I would expect kernel work which goes upstream through linux-rdma to use a bit of higher standards, agree? Selvin, can you sit down and come up with change-logs to your driver updates? Or. -- 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver @ 2014-06-09 19:44 ` Or Gerlitz 0 siblings, 0 replies; 10+ messages in thread From: Or Gerlitz @ 2014-06-09 19:44 UTC (permalink / raw) To: Roland Dreier, Selvin Xavier Cc: Steve Wise, linux-rdma@vger.kernel.org, linux-kernel On Wed, Jun 4, 2014 at 8:06 PM, Roland Dreier <roland@kernel.org> wrote: > On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise <swise@opengridcomputing.com> wrote: >> Seems like the subject lines in each patch are getting truncated? > Yes, truncated in patchwork too -- for example: > https://patchwork.kernel.org/patch/4292461/ > > Please fix and resend. Roland, from quick looking on this series of fifteen patches, only 1/3 of them (4/5/12/14) have non-empty change-log. I would expect kernel work which goes upstream through linux-rdma to use a bit of higher standards, agree? Selvin, can you sit down and come up with change-logs to your driver updates? Or. ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <CAJZOPZLqmq1XMoyjv0OMTv8iX0Otvo=bm-rrwa3EfupUYgyGKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* RE: [PATCH for-next 00/15] Bug fixes for ocrdma driver 2014-06-09 19:44 ` Or Gerlitz @ 2014-06-10 1:37 ` Selvin Xavier -1 siblings, 0 replies; 10+ messages in thread From: Selvin Xavier @ 2014-06-10 1:37 UTC (permalink / raw) To: Or Gerlitz, Roland Dreier Cc: Steve Wise, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel > -----Original Message----- > From: Or Gerlitz [mailto:or.gerlitz@gmail.com] > Sent: Tuesday, June 10, 2014 1:15 AM > To: Roland Dreier; Selvin Xavier > Cc: Steve Wise; linux-rdma@vger.kernel.org; linux-kernel > Subject: Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver > > On Wed, Jun 4, 2014 at 8:06 PM, Roland Dreier <roland@kernel.org> wrote: > > On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise > <swise@opengridcomputing.com> wrote: > >> Seems like the subject lines in each patch are getting truncated? > > Yes, truncated in patchwork too -- for example: > > https://patchwork.kernel.org/patch/4292461/ > > > > Please fix and resend. > > Roland, from quick looking on this series of fifteen patches, only 1/3 of them > (4/5/12/14) have non-empty change-log. I would expect kernel work which > goes upstream through linux-rdma to use a bit of higher standards, agree? > > Selvin, can you sit down and come up with change-logs to your driver > updates? > > Or. Or, Sure, I will post v1 patch set with proper change-logs. Thanks, Selvin Xavier ^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [PATCH for-next 00/15] Bug fixes for ocrdma driver @ 2014-06-10 1:37 ` Selvin Xavier 0 siblings, 0 replies; 10+ messages in thread From: Selvin Xavier @ 2014-06-10 1:37 UTC (permalink / raw) To: Or Gerlitz, Roland Dreier Cc: Steve Wise, linux-rdma@vger.kernel.org, linux-kernel [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1218 bytes --] > -----Original Message----- > From: Or Gerlitz [mailto:or.gerlitz@gmail.com] > Sent: Tuesday, June 10, 2014 1:15 AM > To: Roland Dreier; Selvin Xavier > Cc: Steve Wise; linux-rdma@vger.kernel.org; linux-kernel > Subject: Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver > > On Wed, Jun 4, 2014 at 8:06 PM, Roland Dreier <roland@kernel.org> wrote: > > On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise > <swise@opengridcomputing.com> wrote: > >> Seems like the subject lines in each patch are getting truncated? > > Yes, truncated in patchwork too -- for example: > > https://patchwork.kernel.org/patch/4292461/ > > > > Please fix and resend. > > Roland, from quick looking on this series of fifteen patches, only 1/3 of them > (4/5/12/14) have non-empty change-log. I would expect kernel work which > goes upstream through linux-rdma to use a bit of higher standards, agree? > > Selvin, can you sit down and come up with change-logs to your driver > updates? > > Or. Or, Sure, I will post v1 patch set with proper change-logs. Thanks, Selvin Xavier ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥ ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <36AE2E863FF33A4F9FBBE296E34DBC8F3C2B9703-DWYeeINJQrxExQ8dmkPuX0M9+F4ksjoh@public.gmane.org>]
* Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver [not found] ` <36AE2E863FF33A4F9FBBE296E34DBC8F3C2B9703-DWYeeINJQrxExQ8dmkPuX0M9+F4ksjoh@public.gmane.org> @ 2014-06-10 6:06 ` Or Gerlitz 0 siblings, 0 replies; 10+ messages in thread From: Or Gerlitz @ 2014-06-10 6:06 UTC (permalink / raw) To: Selvin Xavier, Or Gerlitz, Roland Dreier Cc: Steve Wise, linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org On 10/06/2014 04:37, Selvin Xavier wrote: > >> -----Original Message----- >> From: Or Gerlitz [mailto:or.gerlitz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org] >> Sent: Tuesday, June 10, 2014 1:15 AM >> To: Roland Dreier; Selvin Xavier >> Cc: Steve Wise; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel >> Subject: Re: [PATCH for-next 00/15] Bug fixes for ocrdma driver >> >> On Wed, Jun 4, 2014 at 8:06 PM, Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> wrote: >>> On Wed, Jun 4, 2014 at 9:37 AM, Steve Wise >> <swise-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org> wrote: >>>> Seems like the subject lines in each patch are getting truncated? >>> Yes, truncated in patchwork too -- for example: >>> https://patchwork.kernel.org/patch/4292461/ >>> >>> Please fix and resend. >> Roland, from quick looking on this series of fifteen patches, only 1/3 of them >> (4/5/12/14) have non-empty change-log. I would expect kernel work which >> goes upstream through linux-rdma to use a bit of higher standards, agree? >> >> Selvin, can you sit down and come up with change-logs to your driver >> updates? >> >> Or. > Or, > > Sure, I will post v1 patch set with proper change-logs. cool, thanks for the quick response Or. -- 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 ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH for-next 00/15] Bug fixes for ocrdma driver
@ 2014-06-04 18:19 Selvin Xavier
0 siblings, 0 replies; 10+ messages in thread
From: Selvin Xavier @ 2014-06-04 18:19 UTC (permalink / raw)
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA
Cc: roland-DgEjT+Ai2ygdnm+yROfE0A, Selvin Xavier
This patch series contains bug fixes for ocrdma driver.
Correcting the truncated subject line of some patches and resending the patch series.
Please apply to for-next tree.
Devesh Sharma (5):
RDMA/ocrdma: Avoid posting DPP requests for RDMA READ
be2net: issue shutdown event to ocrdma driver
RDMA/ocrdma: Handle shutdown event from be2net driver
RDMA/ocrdma: Remove hardcoding of the max DPP QPs supported
RDMA/ocrdma: Delete AH table if ocrdma_init_hw fails after AH table
creation
Mitesh Ahuja (3):
RDMA/ocrdma: Allow only SEND opcode in case of UD QPs
RDMA/ocrdma: Do proper cleanup evenif FW is in error state
RDMA/ocrdma: Return proper value for max_mr_size
Selvin Xavier (7):
RDMA/ocrdma: Query and initalize the PFC SL
RDMA/ocrdma: Adding hca_type and fixing fw_version string in device
atrributes
RDMA/ocrdma: Avoid reporting wrong completions in case of error CQEs
RDMA/ocrdma : Add missing adapter mailbox opcodes
RDMA/ocrdma: Increase the size of STAG array in dev structure to 16K
RDMA/ocrdma: Initialize the GID table while registering the device
RDMA/ocrdma: Fixing a sparse warning
drivers/infiniband/hw/ocrdma/ocrdma.h | 24 +++-
drivers/infiniband/hw/ocrdma/ocrdma_ah.c | 2 +
drivers/infiniband/hw/ocrdma/ocrdma_hw.c | 197 ++++++++++++++++++++++++++-
drivers/infiniband/hw/ocrdma/ocrdma_hw.h | 2 +
drivers/infiniband/hw/ocrdma/ocrdma_main.c | 83 +++++++++++-
drivers/infiniband/hw/ocrdma/ocrdma_sli.h | 148 ++++++++++++++++-----
drivers/infiniband/hw/ocrdma/ocrdma_verbs.c | 34 ++++-
drivers/net/ethernet/emulex/benet/be.h | 1 +
drivers/net/ethernet/emulex/benet/be_main.c | 1 +
drivers/net/ethernet/emulex/benet/be_roce.c | 18 ++-
drivers/net/ethernet/emulex/benet/be_roce.h | 3 +-
11 files changed, 465 insertions(+), 48 deletions(-)
--
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
^ permalink raw reply [flat|nested] 10+ messages in threadend of thread, other threads:[~2014-06-10 6:06 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04 8:52 [PATCH for-next 00/15] Bug fixes for ocrdma driver Selvin Xavier
[not found] ` <fc0ae2c3-2661-48ba-957a-66cbb0cfc33e-3RiH6ntJJkP8BX6JNMqfyFjyZtpTMMwT@public.gmane.org>
2014-06-04 16:37 ` Steve Wise
[not found] ` <538F4B66.6080906-7bPotxP6k4+P2YhJcF5u+vpXobYPEAuW@public.gmane.org>
2014-06-04 17:06 ` Roland Dreier
2014-06-04 17:38 ` Selvin Xavier
2014-06-09 19:44 ` Or Gerlitz
2014-06-09 19:44 ` Or Gerlitz
[not found] ` <CAJZOPZLqmq1XMoyjv0OMTv8iX0Otvo=bm-rrwa3EfupUYgyGKQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-10 1:37 ` Selvin Xavier
2014-06-10 1:37 ` Selvin Xavier
[not found] ` <36AE2E863FF33A4F9FBBE296E34DBC8F3C2B9703-DWYeeINJQrxExQ8dmkPuX0M9+F4ksjoh@public.gmane.org>
2014-06-10 6:06 ` Or Gerlitz
-- strict thread matches above, loose matches on Subject: below --
2014-06-04 18:19 Selvin Xavier
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.