All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] Support librte_mbuf on Windows
@ 2020-06-01  9:38 talshn
  2020-06-01  9:38 ` [dpdk-dev] [PATCH 1/4] eal: move OS common config code to single file talshn
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: talshn @ 2020-06-01  9:38 UTC (permalink / raw)
  To: dev
  Cc: thomas, pallavi.kadam, dmitry.kozliuk, david.marchand,
	olivier.matz, ranjit.menon, navasile, fady, harini.ramakrishnan,
	ocardona, Tal Shnaiderman

From: Tal Shnaiderman <talshn@mellanox.com>

This patchset enables compilation and build of librte_mbuf on Windows.

Depends-on: series-10276 ("build mempool on Windows")
Depends-on: series-10156 ("Windows bus/pci support")

Tal Shnaiderman (4):
  eal: move OS common config code to single file
  eal: set byteorder in Windows to little endian
  eal: export needed functions for mbuf
  mbuf: build on Windows

 lib/librte_eal/common/eal_common_config.c      | 11 +++++++++++
 lib/librte_eal/common/meson.build              |  1 +
 lib/librte_eal/freebsd/eal.c                   | 10 ----------
 lib/librte_eal/include/generic/rte_byteorder.h |  4 +++-
 lib/librte_eal/linux/eal.c                     | 10 ----------
 lib/librte_eal/rte_eal_exports.def             |  3 +++
 lib/librte_eal/rte_eal_version.map             |  1 +
 lib/librte_eal/windows/eal.c                   |  3 ---
 lib/meson.build                                |  3 +--
 9 files changed, 20 insertions(+), 26 deletions(-)

-- 
2.16.1.windows.4


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2020-07-07  0:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01  9:38 [dpdk-dev] [PATCH 0/4] Support librte_mbuf on Windows talshn
2020-06-01  9:38 ` [dpdk-dev] [PATCH 1/4] eal: move OS common config code to single file talshn
2020-06-25 15:24   ` [dpdk-dev] [PATCH v2 0/3] Support librte_mbuf on Windows talshn
2020-06-25 15:24     ` [dpdk-dev] [PATCH v2 1/3] eal: correct OS headers in rte_byteorder.h talshn
2020-06-25 15:24     ` [dpdk-dev] [PATCH v2 2/3] eal: export needed functions for mbuf talshn
2020-06-25 15:24     ` [dpdk-dev] [PATCH v2 3/3] mbuf: build on Windows talshn
2020-07-07  0:01     ` [dpdk-dev] [PATCH v2 0/3] Support librte_mbuf " Thomas Monjalon
2020-06-01  9:38 ` [dpdk-dev] [PATCH 2/4] eal: set byteorder in Windows to little endian talshn
2020-06-16  7:50   ` Thomas Monjalon
2020-06-25 13:24     ` Tal Shnaiderman
2020-06-01  9:38 ` [dpdk-dev] [PATCH 3/4] eal: export needed functions for mbuf talshn
2020-06-16  8:09   ` Thomas Monjalon
2020-06-16  8:33     ` Tal Shnaiderman
2020-06-16  8:45       ` Thomas Monjalon
2020-06-16  9:26         ` Dmitry Kozlyuk
2020-06-16 11:44           ` Thomas Monjalon
2020-06-01  9:38 ` [dpdk-dev] [PATCH 4/4] mbuf: build on Windows talshn

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.