Re: [dpdk-dev] [PATCH v6 06/10] lib: pdump is not supported on Windows

2021-09-10 Thread Dmitry Kozlyuk
2021-09-09 16:33 (UTC-0700), Stephen Hemminger: > The original version of the pdump library was building on > Windows, but it was useless since the pdump utility was not being > built. > > The new version of pdump with filtering now has dependency > on bpf. But bpf library is not available on Wind

[dpdk-dev] [PATCH v6 06/10] lib: pdump is not supported on Windows

2021-09-09 Thread Stephen Hemminger
The original version of the pdump library was building on Windows, but it was useless since the pdump utility was not being built. The new version of pdump with filtering now has dependency on bpf. But bpf library is not available on Windows. For now, just stop trying to build pdump on Windows. E