1. 18 Mar, 2015 12 commits
  2. 17 Mar, 2015 12 commits
  3. 16 Mar, 2015 3 commits
  4. 15 Mar, 2015 5 commits
  5. 14 Mar, 2015 1 commit
  6. 13 Mar, 2015 4 commits
  7. 12 Mar, 2015 3 commits
    • Also scale number of threads with number of available cores.
      
      Change-Id: I438d92ab9c3df5c478f451c353135a9a64f5183e
      Ayaka Koshibe authored
    • Change-Id: Iaf394dc911b15124cccfd7da939ca180411639f0
      Pavlin Radoslavov authored
    •  * Use intent priority when installing multipoint-to-singlepoint intents:
         the loinger the routing prefix match, the higher the intent priority.
         This is needed to perform correctly the equivalent of longest prefix
         match in the switch.
       * Use intent priority for the point-to-point intents: the priority for
         this BGP-related control traffic is higher than the
         multipoint-to-singlepoint intents.
      
       * Use the appropriate Key when installing multipoint-to-singlepoint intents.
         The key is the network (destination routing) prefix address represented
         as a string.
      
      Change-Id: Ic489a1e5f31adceb4c9d1dcea52293a2b3db0b79
      Pavlin Radoslavov authored