Home
last modified time | relevance | path

Searched refs:fixes (Results 1 – 17 of 17) sorted by relevance

/dpdk/devtools/
H A Dgit-log-fixes.sh15 Find fixes to backport on previous versions.
111 fixes=$(fixes_tag $id)
112 [ "$stable" = "S" ] || [ "$fixes" = "F" ] || [ -n "$origins" ] || \
123 printf '%s %7s %s %s %s (%s)\n' $version $id $stable $fixes "$headline" "$origver"
H A Dcheck-git-log.sh53 fixes=$(git log --format='%h %s' --reverse $range | grep -i ': *fix' | cut -d' ' -f1)
54 stablefixes=$($selfdir/git-log-fixes.sh $range | sed '/(N\/A)$/d' | cut -d' ' -f2)
179 bad=$(for fix in $fixes ; do
H A Dlibabigail.abignore40 ; Ignore section attribute fixes in experimental regexdev library
/dpdk/doc/guides/contributing/
H A Dstable.rst17 backported fixes over an extended period of time. This provides downstream
38 A Stable Release is used to backport fixes from an ``N`` release back to an
43 or if users supply backported fixes, however the explicit commitment should be
66 branch releases so that fixes have already gone through validation as part of
69 fixes. Releases should be coordinated with the validation engineers to ensure
82 Backporting should be limited to bug fixes. All patches accepted on the main
103 new code being introduced is limited to bug fixes.
123 Performance improvements are generally not considered to be fixes,
H A Dvulnerability.rst216 the release of fixes and reduce the vulnerability window.
254 the deployment of fixes before a CVE is public.
302 in order to coordinate the release of fixes
H A Dpatches.rst647 …n a patch will not be accepted if it doesn't address comments from a previous version with fixes or
738 * Critical bug fixes only.
741 Bug fixes are integrated as early as possible at any stage.
/dpdk/doc/guides/cryptodevs/
H A Dopenssl.rst64 To ensure that you have the latest security fixes it is recommended that you
/dpdk/doc/guides/rel_notes/
H A Drelease_21_08.rst27 bug fixes and improvements, including:
140 This fixes warnings about loss of precision
H A Drelease_16_11.rst94 * Added several bug fixes.
H A Drelease_2_1.rst925 This fixes the "Multiple RX VLAN filters can be configured, but only the
982 This fixes issues with virtio in non-QEMU environments. For example Google
H A Drelease_22_03.rst91 The new driver version (v2.6.0) introduces bug fixes and improvements, including:
H A Drelease_21_02.rst52 Updated the Broadcom bnxt driver with fixes and improvements, including:
H A Drelease_21_05.rst74 The new driver version (v2.3.0) introduced bug fixes and improvements,
H A Drelease_21_11.rst134 bug fixes and improvements, including:
/dpdk/doc/guides/nics/
H A Dvirtio.rst222 Vector version without mergeable Rx buffer support, also fixes the available
H A Di40e.rst751 As there might be firmware fixes for performance enhancement in latest version
/dpdk/
H A DMAINTAINERS91 F: devtools/git-log-fixes.sh