Re: [dpdk-dev] Function name collision on bpf_validate

2019-04-08 Thread Ananyev, Konstantin
Hi Vivian, > > > > Hi, > > Has anyone run into this issue with bpf_validate? We have an application > that links to both DPDK and libpcap and both define bpf_validate. Didn't hit such issue so far. Could you provide some basic way to reproduce it? Thanks Konstantin > I > couldn't find o

[dpdk-dev] Function name collision on bpf_validate

2019-04-08 Thread Vivian Kong
Hi, Has anyone run into this issue with bpf_validate? We have an application that links to both DPDK and libpcap and both define bpf_validate. I couldn't find other complaints on this so I'm wondering what would be the best way to handle this? Thanks and I appreciate for your input. Regards