Re: [ovs-dev] [dpdk-latest PATCH] sparse: Remove dpdk network headers copies.

2019-10-30 Thread Ben Pfaff
On Mon, Oct 28, 2019 at 10:00:45AM +0100, David Marchand wrote: > Now that dpdk headers annotates the network header structures with > endianness [1], we can get rid of these copies. > > 1: https://git.dpdk.org/dpdk/commit/?id=7eca7f7fd09d Oh, lovely. I was never happy with those copies but

Re: [ovs-dev] [dpdk-latest PATCH] sparse: Remove dpdk network headers copies.

2019-10-30 Thread Stokes, Ian
On 10/28/2019 9:00 AM, David Marchand wrote: Now that dpdk headers annotates the network header structures with endianness [1], we can get rid of these copies. 1: https://git.dpdk.org/dpdk/commit/?id=7eca7f7fd09d Signed-off-by: David Marchand --- include/sparse/automake.mk | 6 -

[ovs-dev] [dpdk-latest PATCH] sparse: Remove dpdk network headers copies.

2019-10-28 Thread David Marchand
Now that dpdk headers annotates the network header structures with endianness [1], we can get rid of these copies. 1: https://git.dpdk.org/dpdk/commit/?id=7eca7f7fd09d Signed-off-by: David Marchand --- include/sparse/automake.mk | 6 - include/sparse/rte_esp.h | 65 --