Skip to content

Commit

Permalink
RDMA/qib: Use attributes for the port sysfs
Browse files Browse the repository at this point in the history
qib should not be creating a mess of kobjects to attach to the port
kobject - this is all attributes. The proper API is to create an
attribute_group list and create it against the port's kobject.

Link: https://lore.kernel.org/r/911e0031e1ed495b0006e8a6efec7b67a702cd5e.1623427137.git.leonro@nvidia.com
Tested-by: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
  • Loading branch information
jgunthorpe committed Jun 16, 2021
1 parent 526a12c commit 4a7aaf8
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 356 deletions.
4 changes: 0 additions & 4 deletions drivers/infiniband/hw/qib/qib.h
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,6 @@ struct qib_pportdata {

struct qib_devdata *dd;
struct qib_chippport_specific *cpspec; /* chip-specific per-port */
struct kobject pport_kobj;
struct kobject pport_cc_kobj;
struct kobject sl2vl_kobj;
struct kobject diagc_kobj;

/* GUID for this interface, in network order */
__be64 guid;
Expand Down

0 comments on commit 4a7aaf8

Please sign in to comment.