Patch ENA PMD to skip setting tx flags in rx path 78/9878/3
authorMatthew Smith <mgsmith@netgate.com>
Mon, 18 Dec 2017 20:19:07 +0000 (14:19 -0600)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 9 Jan 2018 20:22:14 +0000 (20:22 +0000)
commita5fb2cf8be8298e589c2b619f7e907a0a1d76262
tree70d2730f421e51dd1579f096690c534f02b4b42b
parent8554f8adcc97b10eee674762307bfb2ede76d722
Patch ENA PMD to skip setting tx flags in rx path

On rx, the ENA PMD sets tx offload flags based on the
received packet's l4 protocol. This means you need
to turn off those offloads for every packet if you
encapsulate packets arriving on an interface using
that PMD. Disable this behavior.

Change-Id: Icae9f32e3d292d767da440ae5c1280902bdaa083
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
dpdk/dpdk-17.11_patches/0001-ena-pmd-no-tx-flags.patch [new file with mode: 0644]
src/plugins/dpdk/device/format.c