RE: [PATCH v6] app/testpmd: add Host Shaper command

2022-06-14 Thread Spike Du
r > > Cc: andrew.rybche...@oktetlabs.ru; step...@networkplumber.org; > m...@smartsharesystems.com; dev@dpdk.org; Raslan Darawsheh > > Subject: Re: [PATCH v6] app/testpmd: add Host Shaper command > > External email: Use caution opening links or attachments > > > Hi Spike,

Re: [PATCH v6] app/testpmd: add Host Shaper command

2022-06-14 Thread Singh, Aman Deep
Hi Spike, On 6/13/2022 8:20 AM, Spike Du wrote: Add command line options to support host shaper configure. - Command syntax: mlx5 set port host_shaper avail_thresh_triggered <0|1> rate - Example commands: To enable avail_thresh_triggered on port 1 and disable current host shaper: testpmd>

[PATCH v6] app/testpmd: add Host Shaper command

2022-06-12 Thread Spike Du
Add command line options to support host shaper configure. - Command syntax: mlx5 set port host_shaper avail_thresh_triggered <0|1> rate - Example commands: To enable avail_thresh_triggered on port 1 and disable current host shaper: testpmd> mlx5 set port 1 host_shaper avail_thresh_triggered 1

[PATCH v6] app/testpmd: add Host Shaper command

2022-06-12 Thread Spike Du
this patch is taken out from series of "introduce per-queue available descriptor threshold and host shaper" to simplify the review, and it's the last one for non-PMD change. However it depends on a PMD commit for host shaper config API, should be merged after PMD patches. -- v6: - add 'static'