Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1619098

[PATCH 0/9] InfiniBand-ULP: Fine-tuning for several function implementations

From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 0/9] InfiniBand-ULP: Fine-tuning for several function implementations
Date 2017-04-07 23:00 +0200
Message-ID <ttJ97-4g5-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 7 Apr 2017 22:34:32 +0200

Some update suggestions were taken into account
from static source code analysis.

Markus Elfring (9):
  IPoIB: Use kcalloc() in two functions
  IPoIB: Delete an error message for a failed memory allocation
  IPoIB: Enclose six expressions for the sizeof operator by parentheses
  IPoIB: Delete unwanted spaces behind usages of the sizeof operator
  IPoIB: Combine substrings for three messages
  iser: Use kmalloc_array() in iser_alloc_rx_descriptors()
  iser: Add spaces for better code readability
  isert: Use kcalloc() in isert_alloc_rx_descriptors()
  isert: Improve size determinations in three functions

 drivers/infiniband/ulp/ipoib/ipoib_main.c    | 49 ++++++++++++++--------------
 drivers/infiniband/ulp/iser/iser_initiator.c | 11 ++++---
 drivers/infiniband/ulp/isert/ib_isert.c      | 11 ++++---
 3 files changed, 36 insertions(+), 35 deletions(-)

-- 
2.12.2

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] InfiniBand-ULP: Fine-tuning for several function  implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:00 +0200
  [PATCH 9/9] IB/isert: Improve size determinations in three functions SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 9/9] IB/isert: Improve size determinations in three  functions Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 11:10 +0200
  [PATCH 8/9] IB/isert: Use kcalloc() in isert_alloc_rx_descriptors() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 8/9] IB/isert: Use kcalloc() in  isert_alloc_rx_descriptors() Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 11:10 +0200
  [PATCH 6/9] IB/iser: Use kmalloc_array() in  iser_alloc_rx_descriptors() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 6/9] IB/iser: Use kmalloc_array() in  iser_alloc_rx_descriptors() Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 11:10 +0200
  [PATCH 4/9] IB/IPoIB: Delete unwanted spaces behind usages of the  sizeof operator SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 4/9] IB/IPoIB: Delete unwanted spaces behind usages of the  sizeof operator Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 14:30 +0200
  [PATCH 7/9] IB/iser: Add spaces for better code readability SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 7/9] IB/iser: Add spaces for better code readability Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 11:10 +0200
  [PATCH 2/9] IB/IPoIB: Delete an error message for a failed memory  allocation SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 2/9] IB/IPoIB: Delete an error message for a failed memory  allocation Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 14:30 +0200
  [PATCH 5/9] IB/IPoIB: Combine substrings for three messages SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
  [PATCH 3/9] IB/IPoIB: Enclose six expressions for the sizeof operator  by parentheses SF Markus Elfring <elfring@users.sourceforge.net> - 2017-04-07 23:10 +0200
    Re: [PATCH 3/9] IB/IPoIB: Enclose six expressions for the sizeof  operator by parentheses Sagi Grimberg <sagi@grimberg.me> - 2017-04-09 14:30 +0200

csiph-web