Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Fri, 14 Jul 2017 06:22:14 +0000 (06:22 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 14 Jul 2017 06:22:14 +0000 (06:22 +0000)
* Update docs/submodules/samplevnf from branch 'master'
  - Merge "vCGNAPT: correcting to use default rte_ring_dequeue"
  - vCGNAPT: correcting to use default rte_ring_dequeue

    JIRA: SAMPLEVNF-19

    The rte_ring_sc_dequeue returns ENOENT in DPDK16.04 while ENOBUFS in
    DPDK17.05. This leads to error in return value checking and mis behaviour.

    Using of rte_ring_sc_dequeue() to be avoided to use the default
    configuration as set during the creation of the queue as per the
    DPDK API documentation. Similarly corrected for mp_dequeue as well.

    Change-Id: Iacee1349b26d6ab432be891fad12313a6d68ca4d
Signed-off-by: Anand B Jyoti <anand.b.jyoti@intel.com>
docs/submodules/samplevnf

index 04714a4..735b136 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 04714a4f30a061f39cda864dec2f350e0051a56a
+Subproject commit 735b1362bf72d8bfec56e4964f43b60170144213