Attendees: (present)
Cathal <cathal.oh...@intel.com>
Pallavi <pallavi.ka...@intel.com>
Bruce <bruce.richard...@intel.com>
Thomas tho...@monjalon.net
Adham Masarwah <ad...@mellanox.com>
Eilon Greenstein <eil...@mellanox.com>
Yohad Tor <yoh...@mellanox.com>
Tal Shnaiderman <tal...@mellanox.com>
Ranjit <ranjit.me...@intel.com>
Anan Saif <an...@mellanox.com>;
Rani Sharoni <ran...@mellanox.com>;
Raslan rasl...@mellanox.com;
Harini harini.ramakrish...@microsoft.com;
Omar Cardona <ocard...@microsoft.com>;
Jeff jeffrey.tip...@microsoft.com;
Khoa k...@microsoft.com;
Nareshkumar nareshkumar....@broadcom.com;
Haseeb haseeb.g...@cavium.com;
S Shaikh shsha...@marvell.com;
Opens/Notes:
- Meeting request to move meeting to Tuesday, 1 hour later. Invite sent.
- Windows not currently in DPDK UNH community lab, but they do have
plans to increase scope of the lab testing. Current Community lab is
focused on unit testing.
- NXP/Mellanox/Intel HW is currently available in the lab. We need unit
tests for windows. Mellanox to log the bug, requesting the addition of
windows testing.
- For bus/pci : refer to windpdk-v18.08 branch in draft repo
- Code there is built using clang and functional. (No meson support yet)
- For new patches from 19.08 onwards: use repo windpdk-next-dev (Harini
is the maintainer).
- Windows will now use meson. Currently compiling with clang, but not
with meson.
- Mellanox is currently working on Ninja & meson compiler.
- Meson/make - Output from ninja will get passed to CI reporting to
display on patch status. Intel working on this.
- An issue found in latest code: If -D examples is defined, it will fail
Windows build (meson build, line 11). Working to fix
- bus/PCI developers update – net UIO driver in an old branch, next step
to get it to compile with meson and complete the work for Mellanox
device support.
- Mellanox will work on PCI, porting Mellanox Linux driver (PMD) to Windows.
- What other changes do we need to do in EAL…..to make upstreaming
easier (remove blockers)
– Need some open source libraries to support common code (BSD licenses).
- May need a better wrapper on Linux files to use for windows.
- For instance, pthreads are not supported in windows – so use macro
substitutions to manage pthread management. Need to work out how to use
wrappers more widely.
- EAL – need to get all the includes. Possible to use a wrapper.
- Pallavi to share list of files with some licensing issues that need to
get worked out. We may need to abstract out perceived common code, if
it’s not supported on windows.
List sent post-meeting:
(Following are the third party headers included for Windows on branch on
the draft repo: windpdk-v18.08-clang)
dirent.h
getopt.h
pthread.h -> contains implementation
rand48.h
sched.h -> contains implementation
syslog.h
termios.h
unistd.h -> contains implementation
net/ethernet.h
netinet/in.h -> contains implementation
netinet/tcp.h -> contains only include guard
sys/netbsd/queue.h
sys/_iovec
sys/_sockaddr_storage.h
sys/_termios.h
sys/_types.h
sys/cdefs.h -> contains only include guard
sys/mman.h
sys/queue.h
- One possible solution is to get someone to review if we need to create
a posix common code and one for windows common code. Need to understand
the blockers Pallavi has hit.