Re: [dpdk-dev] [PATCH v2] examples/ip_pipeline: check VLAN and MPLS params

2017-01-17 Thread Thomas Monjalon
2017-01-09 03:25, Jyoti, Anand B: > This commit add to CLI command check for the following errors > 1. SVLAN and CVLAN IDs greater than 12 bits > 2. MPLS ID greater than 20 bits > 3. max number of supported MPLS labels to avoid array overflow > > It prevents running CLI commands with invalid param

[dpdk-dev] [PATCH v2] examples/ip_pipeline: check VLAN and MPLS params

2017-01-08 Thread Jyoti, Anand B
This commit add to CLI command check for the following errors 1. SVLAN and CVLAN IDs greater than 12 bits 2. MPLS ID greater than 20 bits 3. max number of supported MPLS labels to avoid array overflow It prevents running CLI commands with invalid parameters. Signed-off-by: Anand B Jyoti Acked-by