Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 26) sorted by relevance

12

/dpdk/doc/guides/contributing/
H A Dpatches.rst189 same patch.
375 git format-patch -1
378 git format-patch -3
381 git format-patch -3 -o ~/patch/
384 git format-patch -3 -o ~/patch/ --cover-letter
387 git format-patch -3 -o ~/patch/ -v 2
615 Steps to getting your patch merged
619 patch accepted. The general cycle for patch review and acceptance is:
621 #. Submit the patch.
629 git format-patch -3 -v 2
[all …]
H A Dvulnerability.rst58 no patch or information should be disclosed publicly.
90 using the standard patch process, once a CVE number has been assigned.
173 The CVE id and the bug id must be referenced in the patch.
201 vulnerability and sharing the patch[es]. Distributions and major vendors follow
H A Ddocumentation.rst67 …Developers should include updates to the Release Notes with patch sets that relate to any of the f…
130 They can be extended, amended or discussed by submitting a patch and getting community approval.
H A Dabi_policy.rst349 one release. Thereafter, the normal process of posting patch for review to
/dpdk/devtools/
H A Dupdate-patches.py38 for patch in sys.argv[1:]:
40 with open(patch) as f:
49 with open(patch, 'w') as f:
H A Dcheck-symbol-change.sh172 patch=$1
181 build_map_changes "$patch" "$mapfile"
H A Dcheckpatches.sh278 git format-patch --find-renames \
343 for patch in "$@" ; do
345 subject=$(sed '/^Subject: */!d;s///;N;s,\n[[:space:]]\+, ,;s,\n.*,,;q' "$patch")
346 check "$patch" '' "$subject"
H A Dget-maintainer.sh15 usage: $(basename $0) <patch>
/dpdk/doc/guides/platform/
H A Docteontx.rst74 OCTEON TX SDK 6.2.0 patch 3. In this, the PF drivers for all hardware
117 SDK 6.2.0 patch 3:
144 if OCTEON TX SDK 6.2.0 patch 3 is available then it can be used by
/dpdk/doc/guides/windows_gsg/
H A Dintro.rst19 of any individual patch series. The goal is to be able to run any DPDK
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd.c24 #define ISAL_TOSTRING(maj, min, patch) \ argument
25 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
/dpdk/doc/guides/nics/
H A Dhns3.rst139 If the VF driver needs to support LSC, special patch must be added:
141 Note: The patch has been uploaded to 5.13 of the Linux kernel mainline.
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst430 `patch <https://github.com/torvalds/linux/commit/5ed0505c713805f89473cdc0bbfb5110dfd840cb>`_.
726 <https://patchwork.kernel.org/patch/9595727/>`_,
728 <https://patchwork.kernel.org/patch/9554403/>`_,
H A Drelease_21_08.rst174 https://patches.dpdk.org/patch/86458/
H A Drelease_21_02.rst161 integrated into the build scripts and automated CI for patch contributions.
H A Drelease_18_05.rst58 "patch panel" front-end for applications. DPDK port representors are
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst171 You can use this `qmp-vcpu-pin <https://patchwork.kernel.org/patch/9361617/>`_
/dpdk/doc/guides/cryptodevs/
H A Dqat.rst524 ``strict_stroul`` not being available apply the following patch:
581 …to the vfio-pci params to use QAT. See also `this patch description <https://lkml.org/lkml/2020/7/…
/dpdk/drivers/net/ice/base/
H A Dice_nvm.c743 orom->patch = (u8)(combo_ver & ICE_OROM_VER_PATCH_MASK); in ice_get_orom_ver_info()
H A Dice_type.h774 u8 patch; /* Patch version of OROM */ member
H A Dice_common.c880 orom->build, orom->patch); in ice_print_rollback_msg()
/dpdk/drivers/raw/ifpga/base/
H A Difpga_defines.h1689 u8 patch:4; member
/dpdk/drivers/net/ice/
H A Dice_ethdev.c4821 u8 ver, patch; in ice_fw_version_get() local
4826 patch = hw->flash.orom.patch; in ice_fw_version_get()
4834 ver, build, patch); in ice_fw_version_get()
/dpdk/doc/guides/prog_guide/
H A Dswitch_representation.rst65 thought as a software "patch panel" front-end for applications.
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c3646 u8 ver, patch; in i40e_fw_version_get() local
3653 patch = (u8)(full_ver & 0xff); in i40e_fw_version_get()
3660 ver, build, patch); in i40e_fw_version_get()

12