1. 29 Apr, 2013 1 commit
    • Sasha Levin's avatar
      virtio-net: fill only rx queues which are being used · 55257d72
      Sasha Levin authored
      Due to MQ support we may allocate a whole bunch of rx queues but
      never use them. With this patch we'll safe the space used by
      the receive buffers until they are actually in use:
      
      sh-4.2# free -h
                   total       used       free     shared    buffers     cached
      Mem:          490M        35M       455M         0B         0B       4.1M
      -/+ buffers/cache:        31M       459M
      Swap:           0B         0B         0B
      sh-4.2# ethtool -L eth0 combined 8
      sh-4.2# free -h
                   total       used       free     shared    buffers     cached
      Mem:          490M       162M       327M         0B         0B       4.1M
      -/+ buffers/cache:       158M       331M
      Swap:           0B         0B         0B
      Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      55257d72
  2. 22 Apr, 2013 12 commits
  3. 15 Apr, 2013 1 commit
  4. 08 Apr, 2013 6 commits
  5. 02 Apr, 2013 3 commits
  6. 24 Mar, 2013 2 commits
  7. 20 Mar, 2013 15 commits