2023-08-09 08:34 (UTC-0700), Stephen Hemminger:
> On Tue, 8 Aug 2023 16:23:43 -0700
> Tyler Retzlaff <roret...@linux.microsoft.com> wrote:
> 
> > > 
> > > bpf: not built on Windows. Needs some libelf.
> > > pdump: not built on Windows. Needs bpf for filtering  
> 
> A different topic, is it possible to get pdump working on Windows?

Unlikely with the current state of DPDK and pdump.
The main issue is multiprocess, which is not implemented.
Windows can share hugepages between processes (MapViewOfFile3)
or map it to a fixed address in the reserved region (VirtualAlloc2),
but not both, this was the blocker AFAIR.

> Is there a pcap and elf library?

net/pcap already uses libpcap.
Looks like there are libelf ports too.

> Might be possible to split out libelf dependency in bpf library.
> Libelf is used to load external file, but some uses just use internal data.

ELF library is an optional dependency already.

Reply via email to