Re: [dpdk-dev] [PATCH v17 09/10] app/testpmd: disable packet type parsing by default

2019-11-11 Thread Ferruh Yigit
On 11/11/2019 1:19 PM, pbhagavat...@marvell.com wrote: > From: Pavan Nikhilesh > > Disable packey type parsing on port init, user can enable ptype parsing > by issuing set ptype command. I will update release notes to add one line sentences to document the behavior change while merging, please s

[dpdk-dev] [PATCH v17 09/10] app/testpmd: disable packet type parsing by default

2019-11-11 Thread pbhagavatula
From: Pavan Nikhilesh Disable packey type parsing on port init, user can enable ptype parsing by issuing set ptype command. Signed-off-by: Pavan Nikhilesh --- app/test-pmd/cmdline.c | 2 ++ app/test-pmd/testpmd.c | 12 app/test-pmd/testpmd.h | 1 + 3 files changed, 15 insertions