Update git submodules
authorAbhijit Sinha <abhijit.sinha@intel.com>
Wed, 3 Oct 2018 09:03:54 +0000 (09:03 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 3 Oct 2018 09:03:54 +0000 (09:03 +0000)
commit52e383f8e82bfc7c819aec2141ee5c681d8d7946
tree969f66c72e27b6e73069a821f8eff295ead17210
parent334a21977fc9a6d895eed838b9edd42f8a46376b
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Fix NSB PROX L3FWD dropping packets"
  - Fix NSB PROX L3FWD dropping packets

    JIRA: YARDSTICK-1037

    Adjusted number of RX/TX descriptors to 2048, instead of default 256,
    in order to cope with interrupts during which no packets are received
    by the core, which results in the NIC dropping packets when it gets out
    of available descriptors to buffer them.
    Also adjusted mempool size, because more descriptors need more mbufs.

    This change aligns L3FWD test case with other test cases, for which
    number of RX/TX descriptors is already set to 2048.

    Change-Id: I11378c078398aca799295b619bb3d14dbee04ca3
Signed-off-by: Patrice Buriez <patrice.buriez@intel.com>
docs/submodules/yardstick