DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] DPDK Windows Community call - 26 June 2019
@ 2019-07-09  2:19 Ranjit Menon
  0 siblings, 0 replies; only message in thread
From: Ranjit Menon @ 2019-07-09  2:19 UTC (permalink / raw)
  To: dev
  Cc: Thomas Monjalon, harini.ramakrishnan, bruce.richardson,
	cathal.ohare, pallavi.kadam, Haseeb.Gani, Eilon Greenstein,
	talshn, Yohad Tor, Raslan rasland, Jeff jeffrey.tippet,
	Omar Cardona, Khoa khot, Shahed Shaikh shshaikh,
	Satish satishr@chelsio.com; Indranil indranil,
	Ravi Anand ravianan, Anan Saif, Rani Sharoni, Adham Masarwah

Attendees: (present)
---------
Cathal <cathal.ohare@intel.com>
Pallavi <pallavi.kadam@intel.com>
Ranjit <ranjit.menon@intel.com>
Harini <harini.ramakrishnan@microsoft.com>
Haseeb <Haseeb.Gani@cavium.com>
Thomas <thomas@monjalon.net>

Absent/apologies:
----------------
Eilon Greenstein <eilong@mellanox.com>
Yohad Tor <yohadt@mellanox.com>
Raslan rasland@mellanox.com
Bruce <bruce.richardson@intel.com>
Jeff jeffrey.tippet@microsoft.com;
Omar Cardona <ocardona@microsoft.com>;
Harini harini.ramakrishnan@microsoft.com;
Khoa khot@microsoft.com;
Shahed Shaikh shshaikh@marvell.com;
Nareshkumar nareshkumar.pbs@broadcom.com; Satish satishr@chelsio.com 
Indranil indranil@chelsio.com Ravi Anand  ravianan@cisco.com Anan Saif 
<anans@mellanox.com>; Tal Shnaiderman <talshn@mellanox.com Rani Sharoni 
<ranish@mellanox.com>; Adham Masarwah <adham@mellanox.com>

Agenda/Notes:
1. Add everyone as cc. when sending out notes to the mailing list.
     New meeting cycle sent out. [Done. Starting with these minutes]

2. Tal (Mellanox) logged bug, requesting the addition of windows testing 
to the Community Lab. https://bugs.dpdk.org/show_bug.cgi?id=286
     Update pending

3. Public editable page (overview on Windows Development progress)
     Thomas created a page to collect info to 
(https://annuel.framapad.org/p/dpdk-windows). After the page is online 
and has detail (Need name for the windows page), Thomas to send request 
to LF for a link to dpdk.org.
     Pallavi will help collect info for the page, what is being 
implemented, summary on where the project is, progress etc.
     Also need update to dpdk.org. Is windows called out as supported?
     Publish on dpdk.org that windows is supported, also add to roadmap, 
links to a windows page, add link to draft repo,
     Advice on the bi-weekly call, process to add patches to the repo etc.


4. Updated list of directories, files or functions which we need to 
check to make basic DPDK work on Windows.
     If something is missing, please update.
     May need to create repo processes in the future.
     At the moment, we’re using the common dpdk release processes for 
review & merge activities.

buildtools/pmdinfogen  - not ported to Windows usertools
/dpdk-devbind.py       - not ported to Windows drivers
/bus/vdev              - not ported to Windows drivers
/bus/pci               - ported to Windows in 18.08** repo (clang-cl)
lib/librte_pci         - ported to Windows in 18.08** repo (clang-cl)
lib/librte_cmdline     - ported to Windows in 18.08** repo (clang-cl)
lib/librte_kvargs      - ported to Windows in 18.08** repo (clang-cl)
lib/librte_ring        - ported to Windows in 18.08** repo (clang-cl)
lib/librte_mempool     - ported to Windows in 18.08** repo (clang-cl)
lib/librte_mbuf        - ported to Windows in 18.08** repo (clang-cl)
lib/librte_net         - ported to Windows in 18.08** repo (clang-cl)
lib/librte_eal/common/include/eal_log.c - (Pallavi working on this file) 
lib/librte_eal/common/include/rte_errno.h
lib/librte_eal/common/include/rte_string_fns.h
lib/librte_eal/common/include/rte_lcore.h
lib/librte_eal/common/arch/x86/rte_cpuflags.c - (Tal working on this)
lib/librte_eal/common/arch/x86/rte_cycles.c   - (Tal working on this)
lib/librte_eal/common/eal_common_options.c    - (Pallavi working this)
lib/librte_eal/common/eal_common_proc.c
lib/librte_eal/windows/eal/eal_common_bus.c   - (Pallavi working this)
lib/librte_eal/windows/eal/eal_common_class.c - (Pallavi working this)
lib/librte_eal/windows/eal/eal_common_devargs.c	- (Pallavi working this)
lib/librte_eal/windows/eal/eal_common_options.c - (Pallavi working this)
lib/librte_eal/windows/eal/eal_common_thread.c	- (Pallavi working this)
lib/librte_eal/windows/eal/rte_option.c 	- (Pallavi working this)
lib/librte_eal/windows/eal/eal.c                                       -
(part of file port available in "Helloworld" patch)
lib/librte_eal/windows/eal/eal_alarm.c     - ported to Windows in
18.08** repo (clang-cl)
lib/librte_eal/windows/eal/eal_cpuflags.c - not ported to Windows
lib/librte_eal/windows/eal/eal_debug.c    - part of file port available
in "Helloworld" patch
lib/librte_eal/windows/eal/eal_dev.c      - not ported to Windows
lib/librte_eal/windows/eal/eal_interrupts.c - ported to Windows in
18.08** repo (clang-cl)
lib/librte_eal/windows/eal/eal_lcore.c   - part of file port available
in "Helloworld" patch
lib/librte_eal/windows/eal/eal_log.c    - ported to Windows in 18.08**
repo (clang-cl)
lib/librte_eal/windows/eal/eal_memory.c - ported to Windows in 18.08** 
repo (clang-cl) lib/librte_eal/windows/eal/eal_thread.c - part of file 
port available in "Helloworld" patch 
lib/librte_eal/windows/eal/eal_timer.c  - ported to Windows in 18.08** 
repo (clang-cl)

5. Haseeb, Marvell: in the process of supporting Marvell FastlinQ cards 
on the 18.08 draft branch.
     The changes are done in netuio, pci and qede modules.
     We’re completing internal review and will be able to send the 
changes for review soon.
     Haseeb to send details offline.

6. Ranjit, Intel: Is lib_bsd a possible source of header files with 
correct licensing?
     Thomas: Link to the files as dependencies rather than including in 
DPDK. Is that a possibility?
     Ranjit: Some files have copyright owner e-mail. Alternative is to 
contact the file owner ans ask for re-licensing permission.
     These files required for full EAL functionality.
     The community will give guidance on acceptability of proposed 
changes/next steps

7. Ranjit, Intel: Output from ninja will get passed to CI reporting to 
display on patch status. It's all working now!

8. Harini, Microsoft: Working with Broadcom on uio driver changes.
    Harini will share the latest patches with Haseeb/Pallavi/Broadcom

9. Harini is in contact with Cisco team, hopefully they will join future 
calls.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-09  2:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-09  2:19 [dpdk-dev] DPDK Windows Community call - 26 June 2019 Ranjit Menon

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).