Re: [dpdk-dev] [PATCH] app/testpmd: fix mpls bos bit default value

2018-11-27 Thread Ferruh Yigit
On 11/21/2018 2:55 PM, Ori Kam wrote: > >> -Original Message- >> From: Saleh Alsouqi >> Sent: Wednesday, November 21, 2018 4:47 PM >> To: wenzhuo...@intel.com; jingjing...@intel.com; >> bernard.iremon...@intel.com >> Cc: dev@dpdk.org; Ori Kam ; sta...@dpdk.org >> Subject: [PATCH] app/testp

Re: [dpdk-dev] [PATCH] app/testpmd: fix mpls bos bit default value

2018-11-21 Thread Ori Kam
> -Original Message- > From: Saleh Alsouqi > Sent: Wednesday, November 21, 2018 4:47 PM > To: wenzhuo...@intel.com; jingjing...@intel.com; > bernard.iremon...@intel.com > Cc: dev@dpdk.org; Ori Kam ; sta...@dpdk.org > Subject: [PATCH] app/testpmd: fix mpls bos bit default value > > The Bo

[dpdk-dev] [PATCH] app/testpmd: fix mpls bos bit default value

2018-11-21 Thread Saleh Alsouqi
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/