mbox

[v5,0/2] build: add meson option of "max_memseg_lists" and "mbuf_refcnt_atomic"

Message ID 20211013205417.84119-1-tchaikov@gmail.com (mailing list archive)
Headers

Message

Kefu Chai Oct. 13, 2021, 8:54 p.m. UTC
  ---
v5:
* split the changes of two options into two separated commits
  one for atomic_mbuf_ref_counts, the other for
  max_memseg_lists

v4:

* fix the coding style issue by reduce the line length to under 75.
  this change should silence the warning like:

v3:

* s/mbuf_refcnt_atomic/atomic_mbuf_ref_counts/, and update the 
  title of the commit message accordingly
* explain the expected number of MEMSEG_LISTS in commit message.
* remove the empty line after the newly added option

v2:
* revise the commit message.

Kefu Chai (2):
  build: add meson options of atomic_mbuf_ref_counts
  build: add meson options of max_memseg_lists

 config/meson.build  | 5 ++++-
 config/rte_config.h | 2 --
 meson_options.txt   | 4 ++++
 3 files changed, 8 insertions(+), 3 deletions(-)