Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 39) sorted by relevance

12

/dpdk/devtools/
H A Dcheck-git-log.sh14 Check commit log formatting.
75 bad=$(for commit in $commits ; do
76 headline=$(git log --format='%s' -1 $commit)
77 files=$(git diff-tree --no-commit-id --name-only -r $commit)
144 bad=$(for commit in $commits ; do
159 bad=$(for commit in $commits; do
160 body=$(git log --format='%b' -1 $commit)
163 git log --format='\t%s' -1 $commit
169 bad=$(for commit in $commits; do
170 body=$(git log --format='%b' -1 $commit)
[all …]
H A Dcheckpatches.sh279 --no-stat --stdout -1 $commit > "$tmpinput"
364 for commit in $commits ; do
365 subject=$(git log --format='%s' -1 $commit)
366 check '' $commit "$subject"
/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c90 uint64_t min_rate = profile->commit.rate; in nix_tm_adjust_shaper_pps_rate()
97 if (profile->commit.rate && in nix_tm_adjust_shaper_pps_rate()
114 profile->commit.rate = profile->commit.rate * 8; in nix_tm_adjust_shaper_pps_rate()
125 profile->commit.rate += (adjust * profile->commit.rate); in nix_tm_adjust_shaper_pps_rate()
130 profile->commit.size *= adjust; in nix_tm_adjust_shaper_pps_rate()
153 commit_rate = profile->commit.rate; in nix_tm_shaper_profile_add()
154 commit_sz = profile->commit.size; in nix_tm_shaper_profile_add()
201 profile->commit.rate, profile->commit.size, in nix_tm_shaper_profile_add()
206 profile->peak.rate = profile->commit.rate; in nix_tm_shaper_profile_add()
208 profile->commit.rate = 0; in nix_tm_shaper_profile_add()
[all …]
H A Droc_nix_tm_utils.c325 if (profile->commit.rate) in nix_tm_shaper_conf_get()
327 profile->commit.rate, &cir->exponent, &cir->mantissa, in nix_tm_shaper_conf_get()
337 if (profile->commit.size) in nix_tm_shaper_conf_get()
338 cir->burst = nix_tm_shaper_burst_conv(profile->commit.size, in nix_tm_shaper_conf_get()
888 if (profile->commit.rate && profile->commit.rate < rate_min) in nix_tm_shaper_profile_rate_min()
889 rate_min = profile->commit.rate; in nix_tm_shaper_profile_rate_min()
H A Droc_nix_priv.h107 struct nix_tm_tb commit; member
/dpdk/doc/guides/contributing/
H A Dpatches.rst186 Once the changes have been made you should commit them to your local repo.
232 Here are some guidelines for the body of a commit message:
241 git commit --signoff # or -s
256 * The text of the commit message should be wrapped at 72 characters.
258 * When fixing a regression, it is required to reference the id of the commit
259 which introduced the bug, and put the original author of that commit on CC.
261 the commit SHA and the author of the original code::
280 In addition to the ``Signed-off-by:`` name the commit messages can also have
292 in the body of the commit message. For example::
311 a Bugzilla issue ID in the body of the commit message.
[all …]
H A Dstable.rst88 commit message body as follows::
/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst430 `patch <https://github.com/torvalds/linux/commit/5ed0505c713805f89473cdc0bbfb5110dfd840cb>`_.
513 Introduced in Linux `kernel 3.15 commit
514 …<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/iommu/intel-iommu.…
515 solved in Linux `kernel 3.18 commit
516 …<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/drivers/iommu/intel-iommu.…
630 that these products don’t support INTx masking, is indicated in the related `linux kernel commit
631 …<https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/drivers/pci/quirks.c?…
680 …`commit <https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/commit/drivers/pc…
725 This bug is fixed in `Linux commit a7fdb6e648fb
727 This bug is introduced in `Linux commit 39ab9555c241
[all …]
H A Drelease_20_02.rst245 The `commit f26c2b39b271 <https://git.dpdk.org/dpdk/commit/?id=f26c2b39b271>`_
/dpdk/examples/pipeline/examples/
H A Dvxlan_pcap.cli20 pipeline PIPELINE0 commit
H A Dvxlan.cli25 pipeline PIPELINE0 commit
H A Dselector.cli27 pipeline PIPELINE0 commit
H A Dfib.cli52 pipeline PIPELINE0 commit
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst351 Host DPDK version/commit: <version, SHA-1>
352 Guest DPDK version/commit: <version, SHA-1>
354 QEMU version/commit: <version>
/dpdk/doc/guides/sample_app_ug/
H A Dvhost_blk.rst64 Now Qemu commit 9bb73502321d46f4d320fa17aa38201445783fc4 both support the
/dpdk/drivers/net/e1000/base/
H A De1000_api.c1107 if (hw->phy.ops.commit) in e1000_phy_commit()
1108 return hw->phy.ops.commit(hw); in e1000_phy_commit()
H A De1000_phy.c50 phy->ops.commit = e1000_null_ops_generic; in e1000_init_phy_ops_generic()
1158 ret_val = phy->ops.commit(hw); in e1000_copper_link_setup_m88()
1216 ret_val = phy->ops.commit(hw); in e1000_copper_link_setup_m88()
1308 ret_val = phy->ops.commit(hw); in e1000_copper_link_setup_m88_gen2()
1324 ret_val = phy->ops.commit(hw); in e1000_copper_link_setup_m88_gen2()
1829 ret_val = hw->phy.ops.commit(hw); in e1000_phy_force_speed_duplex_m88()
H A De1000_80003es2lan.c82 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_80003es2lan()
1073 ret_val = hw->phy.ops.commit(hw); in e1000_copper_link_setup_gg82563_80003es2lan()
H A De1000_82540.c48 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82540()
H A De1000_82575.c154 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82575()
714 ret_val = hw->phy.ops.commit(hw); in e1000_phy_hw_reset_sgmii_82575()
2716 ret_val = phy->ops.commit(hw); in e1000_initialize_M88E1512_phy()
2815 ret_val = phy->ops.commit(hw); in e1000_initialize_M88E1543_phy()
H A De1000_82571.c106 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82571()
122 phy->ops.commit = e1000_phy_sw_reset_generic; in e1000_init_phy_params_82571()
/dpdk/drivers/net/igc/base/
H A Digc_phy.c50 phy->ops.commit = igc_null_ops_generic; in igc_init_phy_ops_generic()
1157 ret_val = phy->ops.commit(hw); in igc_copper_link_setup_m88()
1214 ret_val = phy->ops.commit(hw); in igc_copper_link_setup_m88()
1306 ret_val = phy->ops.commit(hw); in igc_copper_link_setup_m88_gen2()
1322 ret_val = phy->ops.commit(hw); in igc_copper_link_setup_m88_gen2()
1860 ret_val = hw->phy.ops.commit(hw); in igc_phy_force_speed_duplex_m88()
H A Digc_api.c1588 if (hw->phy.ops.commit) in igc_phy_commit()
1589 return hw->phy.ops.commit(hw); in igc_phy_commit()
/dpdk/drivers/net/ice/base/
H A Dice_acl_ctrl.c696 bool commit) in ice_acl_commit_partition() argument
722 if (commit) in ice_acl_commit_partition()
/dpdk/.github/workflows/
H A Dbuild.yml201 docker commit dpdk dpdk-local

12