5357e228 | 27-Nov-2024 |
Mingjin Ye <mingjinx.ye@intel.com> |
examples/ptpclient: revert frequency adjustment
The commit 6d55af611fd5 ("examples/ptpclient: add frequency adjustment") includes some GPL-licensed code and therefore cannot be applied to the DPDK.
examples/ptpclient: revert frequency adjustment
The commit 6d55af611fd5 ("examples/ptpclient: add frequency adjustment") includes some GPL-licensed code and therefore cannot be applied to the DPDK. Therefore, revert that commit.
By reverting this commit, the basic functionality (PMD support for high-precision clocks) will not be affected, but its accuracy will be reduced to the microsecond level.
Fixes: 6d55af611fd5 ("examples/ptpclient: add frequency adjustment")
Signed-off-by: Mingjin Ye <mingjinx.ye@intel.com> Acked-by: Bruce Richardson <bruce.richardson@intel.com>
show more ...
|
40b46770 | 16-Apr-2024 |
Karen Kelly <karen.kelly@intel.com> |
doc: add baseline mode in l3fwd-power guide
Updating PMD Power Management Mode section of the l3fwd-power sample app to add baseline option as this was missing from the original commit.
Fixes: a9ea
doc: add baseline mode in l3fwd-power guide
Updating PMD Power Management Mode section of the l3fwd-power sample app to add baseline option as this was missing from the original commit.
Fixes: a9ea60702ecb ("examples/l3fwd-power: add baseline PMD management mode") Cc: stable@dpdk.org
Signed-off-by: Karen Kelly <karen.kelly@intel.com>
show more ...
|
4645ed70 | 14-Jun-2023 |
Zhirun Yan <zhirun.yan@intel.com> |
examples/l3fwd-graph: introduce mcore dispatch worker model
Add new parameter "model" to choose mcore dispatch or rtc model. And in dispatch model, the node will affinity to worker core successively
examples/l3fwd-graph: introduce mcore dispatch worker model
Add new parameter "model" to choose mcore dispatch or rtc model. And in dispatch model, the node will affinity to worker core successively.
RTE_GRAPH_MODEL_SELECT is set to RTE_GRAPH_MODEL_RTC by default. Must set model the same as RTE_GRAPH_MODEL_SELECT if set it as rtc or mcore dispatch explicitly. If not define it, it could choose by param model in runtime. Only support one RX node for mcore dispatch model in current implementation.
./dpdk-l3fwd-graph -l 1,2,3,4 -n 4 -- -p 0x1 --config="(0,0,1)" -P --model="dispatch"
Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> Signed-off-by: Cunming Liang <cunming.liang@intel.com> Signed-off-by: Zhirun Yan <zhirun.yan@intel.com> Acked-by: Jerin Jacob <jerinj@marvell.com> Acked-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
show more ...
|