Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Jack Min
On Mon, 21-04-19, 16:40, Ferruh Yigit wrote: > On 4/19/2021 8:43 AM, Jack Min wrote: > > On Tue, 21-04-13, 16:10, Jeff Guo wrote: > > > Add the new items to support the flow configuration for IP fragment > > > packets. > > > > > > Signed-off-by: Ting Xu > > > Signed-off-by: Jeff Guo > > > --- >

Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 6:45 PM, Ori Kam wrote: Hi Jeff and Ting, -Original Message- From: Jeff Guo Sent: Tuesday, April 13, 2021 11:10 AM Subject: [PATCH v4 1/4] app/testpmd: add packet id for IP fragment Add the new items to support the flow configuration for IP fragment packets. Signed-off-b

Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Ori Kam
Hi Jeff and Ting, > -Original Message- > From: Jeff Guo > Sent: Tuesday, April 13, 2021 11:10 AM > Subject: [PATCH v4 1/4] app/testpmd: add packet id for IP fragment > > Add the new items to support the flow configuration for IP fragment > packets. > > Signed-off-by: Ting Xu > Signed-o

Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Ferruh Yigit
On 4/19/2021 8:43 AM, Jack Min wrote: On Tue, 21-04-13, 16:10, Jeff Guo wrote: Add the new items to support the flow configuration for IP fragment packets. Signed-off-by: Ting Xu Signed-off-by: Jeff Guo --- app/test-pmd/cmdline_flow.c | 21 - 1 file changed, 20 insertio

Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Ferruh Yigit
On 4/13/2021 9:10 AM, Jeff Guo wrote: Add the new items to support the flow configuration for IP fragment packets. Signed-off-by: Ting Xu Signed-off-by: Jeff Guo Hi Ori, Can you please check this patch? If you don't have any objection, I am planning to get it for rc1.

Re: [dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-19 Thread Jack Min
On Tue, 21-04-13, 16:10, Jeff Guo wrote: > Add the new items to support the flow configuration for IP fragment > packets. > > Signed-off-by: Ting Xu > Signed-off-by: Jeff Guo > --- > app/test-pmd/cmdline_flow.c | 21 - > 1 file changed, 20 insertions(+), 1 deletion(-) [...s

[dpdk-dev] [PATCH v4 1/4] app/testpmd: add packet id for IP fragment

2021-04-13 Thread Jeff Guo
Add the new items to support the flow configuration for IP fragment packets. Signed-off-by: Ting Xu Signed-off-by: Jeff Guo --- app/test-pmd/cmdline_flow.c | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdlin