app/testpmd: fix MPLS BoS bit default value
authorSaleh Alsouqi <salehals@mellanox.com>
Wed, 21 Nov 2018 14:47:24 +0000 (14:47 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 13 Dec 2018 16:31:06 +0000 (16:31 +0000)
commit440dbc323e73771511f18b12d3659723ea173648
tree37875f0d0e71e251b4b4798a654ee1e7528613e2
parent08078fda3c4668a1c156e7c747e7c1455b7ef2ae
app/testpmd: fix MPLS BoS bit default value

The Bottom-of-Stack (bos) bit of MPLS indicates
whether its the last MPLS layer (1) or not (0).

Indicating that the encapsulating MPLS is the
last MPLS layer in the packet as the default
behavior is more appropriate since multiple
encapsulation actions is not supported.

Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation")
Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation")
Fixes: a1191d39cb57 ("app/testpmd: add MPLSoUDP encapsulation")
cc: stable@dpdk.org

Signed-off-by: Saleh Alsouqi <salehals@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
app/test-pmd/cmdline_flow.c