Re: [dpdk-dev] [PATCH 2/5] net/tap: revert changes on rte_ prefixing

2019-05-29 Thread Olivier Matz
On Wed, May 29, 2019 at 01:29:15PM +0200, David Marchand wrote: > This source is compiled as a bpf program out of dpdk. > Revert to structures/macros coming from libc. > > Fixes: 6d13ea8e8e49 ("net: add rte prefix to ether structures") > Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") >

Re: [dpdk-dev] [PATCH 2/5] net/tap: revert changes on rte_ prefixing

2019-05-29 Thread Wiles, Keith
> On May 29, 2019, at 6:29 AM, David Marchand wrote: > > This source is compiled as a bpf program out of dpdk. > Revert to structures/macros coming from libc. > > Fixes: 6d13ea8e8e49 ("net: add rte prefix to ether structures") > Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") > > S

[dpdk-dev] [PATCH 2/5] net/tap: revert changes on rte_ prefixing

2019-05-29 Thread David Marchand
This source is compiled as a bpf program out of dpdk. Revert to structures/macros coming from libc. Fixes: 6d13ea8e8e49 ("net: add rte prefix to ether structures") Fixes: 24ac604ef746 ("net: add rte prefix to IP defines") Signed-off-by: David Marchand --- drivers/net/tap/tap_bpf_program.c | 14