| /dpdk/doc/guides/contributing/ |
| H A D | patches.rst | 189 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 D | vulnerability.rst | 58 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 D | documentation.rst | 67 …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 D | abi_policy.rst | 349 one release. Thereafter, the normal process of posting patch for review to
|
| /dpdk/devtools/ |
| H A D | update-patches.py | 38 for patch in sys.argv[1:]: 40 with open(patch) as f: 49 with open(patch, 'w') as f:
|
| H A D | check-symbol-change.sh | 172 patch=$1 181 build_map_changes "$patch" "$mapfile"
|
| H A D | checkpatches.sh | 278 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 D | get-maintainer.sh | 15 usage: $(basename $0) <patch>
|
| /dpdk/doc/guides/platform/ |
| H A D | octeontx.rst | 74 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 D | intro.rst | 19 of any individual patch series. The goal is to be able to run any DPDK
|
| /dpdk/drivers/compress/isal/ |
| H A D | isal_compress_pmd.c | 24 #define ISAL_TOSTRING(maj, min, patch) \ argument 25 STRINGIFY(maj)"."STRINGIFY(min)"."STRINGIFY(patch)
|
| /dpdk/doc/guides/nics/ |
| H A D | hns3.rst | 139 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 D | known_issues.rst | 430 `patch <https://github.com/torvalds/linux/commit/5ed0505c713805f89473cdc0bbfb5110dfd840cb>`_. 726 <https://patchwork.kernel.org/patch/9595727/>`_, 728 <https://patchwork.kernel.org/patch/9554403/>`_,
|
| H A D | release_21_08.rst | 174 https://patches.dpdk.org/patch/86458/
|
| H A D | release_21_02.rst | 161 integrated into the build scripts and automated CI for patch contributions.
|
| H A D | release_18_05.rst | 58 "patch panel" front-end for applications. DPDK port representors are
|
| /dpdk/doc/guides/howto/ |
| H A D | pvp_reference_benchmark.rst | 171 You can use this `qmp-vcpu-pin <https://patchwork.kernel.org/patch/9361617/>`_
|
| /dpdk/doc/guides/cryptodevs/ |
| H A D | qat.rst | 524 ``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 D | ice_nvm.c | 743 orom->patch = (u8)(combo_ver & ICE_OROM_VER_PATCH_MASK); in ice_get_orom_ver_info()
|
| H A D | ice_type.h | 774 u8 patch; /* Patch version of OROM */ member
|
| H A D | ice_common.c | 880 orom->build, orom->patch); in ice_print_rollback_msg()
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_defines.h | 1689 u8 patch:4; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.c | 4821 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 D | switch_representation.rst | 65 thought as a software "patch panel" front-end for applications.
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.c | 3646 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()
|