Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-qy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-qy
  • Repository
Switch branch/tag
  • linux-qy
  • net
  • rds
  • ib_cm.c
Find file BlameHistoryPermalink
  • Dag Moxnes's avatar
    rds: ib: update WR sizes when bringing up connection · a36e629e
    Dag Moxnes authored Nov 15, 2019
    
    
    Currently WR sizes are updated from rds_ib_sysctl_max_send_wr and
    rds_ib_sysctl_max_recv_wr when a connection is shut down. As a result,
    a connection being down while rds_ib_sysctl_max_send_wr or
    rds_ib_sysctl_max_recv_wr are updated, will not update the sizes when
    it comes back up.
    
    Move resizing of WRs to rds_ib_setup_qp so that connections will be setup
    with the most current WR sizes.
    
    Signed-off-by: default avatarDag Moxnes <dag.moxnes@oracle.com>
    Acked-by: default avatarSantosh Shilimkar <santosh.shilimkar@oracle.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    a36e629e