<html>
    <head>
      <base href="https://bugzilla.netfilter.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:zlpnobody@gmail.com" title="Liping Zhang <zlpnobody@gmail.com>"> <span class="fn">Liping Zhang</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - running nft command creates lag for forwarded packets"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1127">bug 1127</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>zlpnobody@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - running nft command creates lag for forwarded packets"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1127#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - running nft command creates lag for forwarded packets"
   href="https://bugzilla.netfilter.org/show_bug.cgi?id=1127">bug 1127</a>
              from <span class="vcard"><a class="email" href="mailto:zlpnobody@gmail.com" title="Liping Zhang <zlpnobody@gmail.com>"> <span class="fn">Liping Zhang</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=496" name="attach_496" title="use rwlock for rbtree">attachment 496</a> <a href="attachment.cgi?id=496&action=edit" title="use rwlock for rbtree">[details]</a></span>
use rwlock for rbtree

Hi Pablo,

Based on your patch, I think we can convert spinlock to rwlock to improve the
scalability, since "listing sets" and "forwarding packets" are both readers.
So after using rwlock, they will not race to waiting lock anymore.

@Karel, I think the attached patch can help your situation, can you try it?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>