Revisions of dpdk
buildservice-autocommit
accepted
request 749810
from
Tomáš Chvátal (scarabeus_iv)
(revision 112)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 749659
from
Jaime Caamaño Ruiz (jaicaa)
(revision 111)
- Add version to the PMD driver directory to avoid loading previous version drivers (bsc#1157179). - Update to 18.11.3 (bsc#1156146). For a list of fixes check: * https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes - Add patches to fix vulnerability where malicious container can trigger a denial of service (CVE-2019-14818, bsc#1156146) * 0001-vhost-fix-possible-denial-of-service-on-SET_VRING_NU.patch * 0002-vhost-fix-possible-denial-of-service-by-leaking-FDs.patch - Removed patrches already included upstream: * dpdk-fix-implicit-fallthrough-warning.patch
buildservice-autocommit
accepted
request 734734
from
Marcus Meissner (msmeissn)
(revision 110)
baserev update by copy to link target
Marcus Meissner (msmeissn)
accepted
request 734272
from
Jaime Caamaño Ruiz (jaicaa)
(revision 109)
- Changed to multibuild (bsc#1151455). - Added dpdk-fix-implicit-fallthrough-warning.patch to address build error with recent kernels (bsc#1144704).
buildservice-autocommit
accepted
request 710889
from
Nirmoy Das (ndas)
(revision 108)
baserev update by copy to link target
Nirmoy Das (ndas)
accepted
request 710888
from
Nirmoy Das (ndas)
(revision 107)
- Minor Update to 18.11.2 CPUs (bsc#1125961, bsc#1099474) - Minor Update to 18.11.2 CPUs (bsc#1125961, bsc#1099474)
buildservice-autocommit
accepted
request 710387
from
Nirmoy Das (ndas)
(revision 106)
baserev update by copy to link target
Nirmoy Das (ndas)
accepted
request 710378
from
Nirmoy Das (ndas)
(revision 105)
- Minor Update to 18.11.3 * List of fixes can be found in https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes - Minor Update to 18.11.3 * List of fixes can be found in https://doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html#fixes
buildservice-autocommit
accepted
request 703143
from
Tomáš Chvátal (scarabeus_iv)
(revision 104)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 703105
from
Nirmoy Das (ndas)
(revision 103)
- Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992, bsc#1134968, jira#SLE-4715) : - Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992, bsc#1134968, jira#SLE-4715) :
buildservice-autocommit
accepted
request 699547
from
Tomáš Chvátal (scarabeus_iv)
(revision 102)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 699466
from
Nirmoy Das (ndas)
(revision 101)
- Add missing libmnl-devel - Add missing libmnl-devel
buildservice-autocommit
accepted
request 685398
from
Nirmoy Das (ndas)
(revision 100)
baserev update by copy to link target
Nirmoy Das (ndas)
accepted
request 685395
from
Nirmoy Das (ndas)
(revision 99)
- disable i586 build because lack of sse support - disable i586 build because lack of sse support
Nirmoy Das (ndas)
accepted
request 683764
from
Nirmoy Das (ndas)
(revision 98)
- remove -Wno-error=array-bounds as its no longer needed - Add -U_FORTIFY_SOURCE to fix gcc8 error: "error: inlining failed in call to always_inline 'memcpy': target specific option mismatch" - remove -Wno-error=array-bounds as its no longer needed - Add -U_FORTIFY_SOURCE to fix gcc8 error: "error: inlining failed in call to always_inline 'memcpy': target specific option mismatch"
buildservice-autocommit
accepted
request 678415
from
Tomáš Chvátal (scarabeus_iv)
(revision 97)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 678205
from
Nirmoy Das (ndas)
(revision 96)
- Add 0002-fix-cpu-compatibility.patch to address issue with older CPUs (bsc#1125961) [+ 0002-fix-cpu-compatibility.patch] - Add 0002-fix-cpu-compatibility.patch to address issue with older CPUs (bsc#1125961) [+ 0002-fix-cpu-compatibility.patch]
buildservice-autocommit
accepted
request 668550
from
Nirmoy Das (ndas)
(revision 95)
baserev update by copy to link target
Nirmoy Das (ndas)
accepted
request 668548
from
Nirmoy Das (ndas)
(revision 94)
- Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992): - Update to 18.11; some of the changes are(fate#325916, fate#325951 fate#326025, fate#326992):
Nirmoy Das (ndas)
accepted
request 668322
from
Nirmoy Das (ndas)
(revision 93)
- Update to 18.11; some of the changes are: * Added support for using externally allocated memory in DPDK. * Added check for ensuring allocated memory is addressable by devices. * Updated the C11 memory model version of the ring library. * Added NXP CAAM JR PMD. * Added support for GEN3 devices to Intel QAT driver. * Added Distributed Software Eventdev PMD. * Updated KNI kernel module, rte_kni library, and KNI sample application. * Add a new sample application for vDPA. * Updated mlx5 driver. ** Improved security of PMD to prevent the NIC from getting stuck when the application misbehaves. ** Reworked flow engine to supported e-switch flow rules (transfer attribute). ** Added support for header re-write(L2-L4), VXLAN encap/decap, count, match on TCP flags and multiple flow groups with e-switch flow rules. ** Added support for match on metadata, VXLAN and MPLS encap/decap with flow rules. ** Added support for RTE_ETH_DEV_CLOSE_REMOVE flag to provide better support for representors. ** Added support for meson build. ** Fixed build issue with PPC. ** Added support for BlueField VF. ** Added support for externally allocated static memory for DMA. all the changes can be viwed in http://doc.dpdk.org/guides/rel_notes/release_18_11.html [- 0001-enic-fix-Type-punning-and-strict-aliasing-warning.patch] - Update to 18.11; some of the changes are: * Added support for using externally allocated memory in DPDK. * Added check for ensuring allocated memory is addressable by devices. * Updated the C11 memory model version of the ring library. * Added NXP CAAM JR PMD. * Added support for GEN3 devices to Intel QAT driver. * Added Distributed Software Eventdev PMD. * Updated KNI kernel module, rte_kni library, and KNI sample application.
Displaying revisions 61 - 80 of 172