DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v6 0/3] eal timer split and implementation for Windows
@ 2020-05-10 12:03 Fady Bader
  2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 1/3] timer: move from common to Unix directory Fady Bader
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fady Bader @ 2020-05-10 12:03 UTC (permalink / raw)
  To: dev
  Cc: thomas, talshn, dmitry.koziuk, yohadt, harini.ramakrishnan,
	ocardona, anand.rawat, ranjit.menon

This patchset splits OS dependent EAL timer functions and implements them for windows.

v2:
    * fixing styles and correctness errors.
v3:
    * fixing correctness, get_tsc_freq was reimplemented.
v4:
    * rebasing to the new version of "Windows basic memory management" series.
    * fixing styles and correctness errors.
v5:
    * breaking the dependency on "Windows basic memory management" series.
    * fixing correctness errors and warnings.
v6:
    * fixing styles and correctness errors.

Fady Bader (3):
  timer: move from common to Unix directory
  eal: proc type function for Windows
  timer: support EAL functions on Windows

 lib/librte_eal/common/eal_common_timer.c | 22 --------
 lib/librte_eal/common/meson.build        |  1 +
 lib/librte_eal/unix/eal_timer.c          | 29 +++++++++++
 lib/librte_eal/unix/meson.build          |  6 +++
 lib/librte_eal/windows/eal.c             | 12 +++++
 lib/librte_eal/windows/eal_timer.c       | 86 ++++++++++++++++++++++++++++++++
 lib/librte_eal/windows/include/rte_os.h  |  2 +
 lib/librte_eal/windows/meson.build       |  1 +
 8 files changed, 137 insertions(+), 22 deletions(-)
 create mode 100644 lib/librte_eal/unix/eal_timer.c
 create mode 100644 lib/librte_eal/unix/meson.build
 create mode 100644 lib/librte_eal/windows/eal_timer.c

-- 
2.16.1.windows.4


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

end of thread, other threads:[~2020-05-11 18:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-10 12:03 [dpdk-dev] [PATCH v6 0/3] eal timer split and implementation for Windows Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 1/3] timer: move from common to Unix directory Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 2/3] eal: proc type function for Windows Fady Bader
2020-05-10 12:03 ` [dpdk-dev] [PATCH v6 3/3] timer: support EAL functions on Windows Fady Bader
2020-05-11 18:48   ` Dmitry Kozlyuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).