All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: John McNamara <john.mcnamara@intel.com>,
	Marko Kovacevic <marko.kovacevic@intel.com>,
	Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org, Ferruh Yigit <ferruh.yigit@intel.com>,
	yipeng1.wang@intel.com, pablo.de.lara.guarch@intel.com,
	stable@dpdk.org, Luca Boccassi <bluca@debian.org>
Subject: [PATCH 4/6] mbuf: fix library version on meson build
Date: Mon, 15 Oct 2018 15:50:55 +0100	[thread overview]
Message-ID: <20181015145057.37864-4-ferruh.yigit@intel.com> (raw)
In-Reply-To: <20181015145057.37864-1-ferruh.yigit@intel.com>

Fixes: d27a6261875d ("mbuf: remove control mbuf")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
---
Cc: olivier.matz@6wind.com
Cc: Luca Boccassi <bluca@debian.org>
---
 lib/librte_mbuf/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_mbuf/meson.build b/lib/librte_mbuf/meson.build
index 45ffb0db5..94d9c4c96 100644
--- a/lib/librte_mbuf/meson.build
+++ b/lib/librte_mbuf/meson.build
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Intel Corporation
 
-version = 3
+version = 4
 sources = files('rte_mbuf.c', 'rte_mbuf_ptype.c', 'rte_mbuf_pool_ops.c')
 headers = files('rte_mbuf.h', 'rte_mbuf_ptype.h', 'rte_mbuf_pool_ops.h')
 deps += ['mempool']
-- 
2.17.2

  parent reply	other threads:[~2018-10-15 14:50 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-15 14:50 [PATCH 1/6] doc: add missing shared library versions to release notes Ferruh Yigit
2018-10-15 14:50 ` [PATCH 2/6] doc: remove shared libs with no API from " Ferruh Yigit
2018-10-16 13:01   ` Jerin Jacob
2018-10-15 14:50 ` [PATCH 3/6] doc: fix vhost library version in " Ferruh Yigit
2018-10-16  2:19   ` Tiwei Bie
2018-10-15 14:50 ` Ferruh Yigit [this message]
2018-10-15 14:25   ` [PATCH 4/6] mbuf: fix library version on meson build Luca Boccassi
2018-10-15 14:50 ` [PATCH 5/6] ring: add library version to " Ferruh Yigit
2018-10-15 14:26   ` Luca Boccassi
2018-10-15 14:50 ` [PATCH 6/6] doc: remove internal libs from release notes Ferruh Yigit
2018-10-16 11:52   ` Shreyansh Jain
2018-10-25  0:07     ` Thomas Monjalon
2018-10-25 12:31 ` [PATCH 1/6] doc: add missing shared library versions to " Thomas Monjalon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181015145057.37864-4-ferruh.yigit@intel.com \
    --to=ferruh.yigit@intel.com \
    --cc=bluca@debian.org \
    --cc=dev@dpdk.org \
    --cc=john.mcnamara@intel.com \
    --cc=marko.kovacevic@intel.com \
    --cc=olivier.matz@6wind.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=stable@dpdk.org \
    --cc=yipeng1.wang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.