[Accel-config] Re: [PATCH v1 0/2] replace token with read_buffer of config files
Dave Jiang <dave.jiang at intel.com> Wed, 07 Sep 2022 07:54:51 -0700
| Newsgroups | dev.linux.lists.accel-config |
|---|---|
| Message-ID | <[email protected]> |
--===============5202355502499741335== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On 9/6/2022 11:08 PM, Tony Zhu wrote: > use_token_limit tokens_reserved tokens_allowed and token_limit will be > replaced as use_read_buffer_limit read_buffers_reserved read_buffers_allo= wed > and read_buffer_limit. > All config files need to be updated. LGTM. Reviewed-by: Dave Jiang <dave.jiang(a)intel.com> Tony do you know if the sample configs need update as well? > > Tony Zhu (2): > accel-config/test: replace token with read_buffer of config files in > contrib > accel-config/test: replace token with read_buffer in test config files > > contrib/accel-config.conf.sample | 28 +++++++++++++++------------- > contrib/configs/app_profile.conf | 14 +++++++------- > contrib/configs/net_profile.conf | 26 +++++++++++++------------- > contrib/configs/os_profile.conf | 8 ++++---- > contrib/configs/profilenote.txt | 8 ++++---- > contrib/configs/storage_profile.conf | 14 +++++++------- > test/configs/2g2q_user_1.conf | 26 +++++++++++++------------- > 7 files changed, 63 insertions(+), 61 deletions(-) > --===============5202355502499741335==--