mbox

[v2,0/2] move mbuf pool pointer

Message ID 20201109212937.989954-1-thomas@monjalon.net (mailing list archive)
Headers

Message

Thomas Monjalon Nov. 9, 2020, 9:29 p.m. UTC
  After some discussions, it seems the best option is still to use
the remaining space in the first half to move the pool pointer.

The fields move has an impact on octeontx2 in 32-bit build.

v2: disable octeontx2 drivers in 32-bit build.

Thomas Monjalon (2):
  drivers: disable OCTEON TX2 in 32-bit build
  mbuf: move pool pointer in first half

 doc/guides/rel_notes/deprecation.rst  |  7 -------
 drivers/common/octeontx2/meson.build  | 18 ++++++------------
 drivers/crypto/octeontx2/meson.build  | 17 +++--------------
 drivers/event/octeontx2/meson.build   | 18 ++++++------------
 drivers/mempool/octeontx2/meson.build | 18 ++++++------------
 drivers/net/octeontx2/meson.build     | 11 ++++++-----
 drivers/regex/octeontx2/meson.build   | 22 +++-------------------
 lib/librte_kni/rte_kni_common.h       |  3 ++-
 lib/librte_mbuf/rte_mbuf.h            |  1 -
 lib/librte_mbuf/rte_mbuf_core.h       |  5 ++---
 lib/librte_mbuf/rte_mbuf_dyn.c        |  1 -
 11 files changed, 34 insertions(+), 87 deletions(-)