14 Nov, 2011

1 commit

  • Commit 1bc144b625 ("net, rds, Replace xlist in net/rds/xlist.h with
    llist") added "select LLIST" to the RDS_RDMA Kconfig entry. But there is
    no Kconfig symbol named LLIST. The select statement for that symbol is a
    nop. Drop it.

    lib/llist.o is builtin, so all that's needed to use the llist
    functionality is to include linux/llist.h, which this commit also did.

    Signed-off-by: Paul Bolle
    Signed-off-by: David S. Miller

    Paul Bolle
     

16 Sep, 2011

1 commit

  • The functionality of xlist and llist is almost same. This patch
    replace xlist with llist to avoid code duplication.

    Known issues: don't know how to test this, need special hardware?

    Signed-off-by: Huang Ying
    Cc: Chris Mason
    Cc: Andy Grover
    Cc: "David S. Miller"
    Signed-off-by: David S. Miller

    Huang Ying
     

24 Aug, 2009

1 commit

  • Enable the building of transports as modules.

    Also, improve consistency of Kconfig messages in relation to other
    protocols, and move build dependency on IB from the RDS core code
    to the rds_rdma module.

    Signed-off-by: Andy Grover
    Signed-off-by: David S. Miller

    Andy Grover
     

04 Mar, 2009

1 commit

  • Fix RDS Infiniband dependencies for RDMA so that these
    build errors won't happen:

    ERROR: "rdma_accept" [net/rds/rds.ko] undefined!
    ERROR: "rdma_destroy_id" [net/rds/rds.ko] undefined!
    ERROR: "rdma_connect" [net/rds/rds.ko] undefined!
    ERROR: "rdma_destroy_qp" [net/rds/rds.ko] undefined!
    ERROR: "rdma_listen" [net/rds/rds.ko] undefined!
    ERROR: "rdma_notify" [net/rds/rds.ko] undefined!
    ERROR: "rdma_create_id" [net/rds/rds.ko] undefined!
    ERROR: "rdma_create_qp" [net/rds/rds.ko] undefined!
    ERROR: "rdma_bind_addr" [net/rds/rds.ko] undefined!
    ERROR: "rdma_resolve_route" [net/rds/rds.ko] undefined!
    ERROR: "rdma_disconnect" [net/rds/rds.ko] undefined!
    ERROR: "rdma_reject" [net/rds/rds.ko] undefined!
    ERROR: "rdma_resolve_addr" [net/rds/rds.ko] undefined!

    Signed-off-by: Randy Dunlap
    Acked-by: Andy Grover
    Signed-off-by: David S. Miller

    Randy Dunlap
     

27 Feb, 2009

1 commit