On 12/6/2018 9:38 AM, Ori Kam wrote: <...> >>>> Subject: [dpdk-dev] [PATCH v2] app/testpmd: fix MPLSoUDP encapsulation >>>> >>>> In function cmd_set_mplsoudp_encap_parsed(), MPLS label value was set >>>> in mplsoudp_encap_conf struct without the required offset. >>>> As a result the value was copied incorrectly into rte_flow_item_mpls >>>> struct. >>>> >>>> This patch sets MPLS label value in appropriate location at >>>> mplsoudp_encap_conf struct, so it is correctly copied to >>>> rte_flow_item_mpls struct. >>>> >>>> Fixes: a1191d39cb57 ("app/testpmd: add MPLSoUDP encapsulation") >>>> Cc: or...@mellanox.com >>>> >>>> Signed-off-by: Dekel Peled <dek...@mellanox.com>> > Acked-by: Ori Kam <or...@mellanox.com>
Applied to dpdk-next-net/master, thanks.