> -Original Message-
> From: Stephen Hemminger
> Sent: Wednesday, August 26, 2020 6:05 PM
> To: Dumitrescu, Cristian
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH 40/40] examples/pipeline: add VXLAN encap
> example
>
> On Wed, 26 Aug 2020 16:14:45
On Wed, 26 Aug 2020 16:14:45 +0100
Cristian Dumitrescu wrote:
> +/*
> + * Packet headers.
> + */
> +static struct rte_swx_field_params ethernet_h[] = {
> + {"dst_addr", 48},
> + {"src_addr", 48},
> + {"ether_type", 16},
> +};
> +
Could these tables be made const? Looks like read-only
Add VXLAN encapsulation example to the pipeline application. The VXLAN
tunnels can be generated with the vxlan.py script. Example command
line: ./build/pipeline -l0-1 -- -s ./examples/vxlan.cli
Signed-off-by: Cristian Dumitrescu
---
examples/pipeline/Makefile| 2 +-
examples/pi
3 matches
Mail list logo