diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-07-14 06:22:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-14 06:22:14 +0000 |
commit | 2002d7a67cdd59add4bf659a0ffbd1e394aa03ff (patch) | |
tree | 2b21ccbd675312e1b0ddb5283b757eeddc753df4 /docs/submodules | |
parent | cdeec56121ec36154182e9725e8f81a2c7b96a01 (diff) |
Update git submodules
* 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>
Diffstat (limited to 'docs/submodules')
m--------- | docs/submodules/samplevnf | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/docs/submodules/samplevnf b/docs/submodules/samplevnf -Subproject 04714a4f30a061f39cda864dec2f350e0051a56 +Subproject 735b1362bf72d8bfec56e4964f43b6017014421 |