Re: [dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-12-11 Thread Asaf Penso
t; Cc: Adrien Mazarguil ; dev@dpdk.org; > Shahaf Shuler ; Thomas Monjalon > > Subject: RE: [dpdk-dev] [PATCH] ethdev: add function to print a flow > > General comment for the discussion. > > I think it is important that all fields of all actions and items will be > pri

Re: [dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-12-10 Thread Ori Kam
cember 11, 2018 9:25 AM > To: Stephen Hemminger > Cc: Adrien Mazarguil ; dev@dpdk.org; Shahaf > Shuler ; Ori Kam ; Thomas > Monjalon > Subject: RE: [dpdk-dev] [PATCH] ethdev: add function to print a flow > > > > Regards, > Asaf Penso > > > -Original Me

Re: [dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-12-10 Thread Asaf Penso
Regards, Asaf Penso > -Original Message- > From: Stephen Hemminger > Sent: Thursday, December 6, 2018 11:44 PM > To: Asaf Penso > Cc: Adrien Mazarguil ; dev@dpdk.org; > Shahaf Shuler ; Ori Kam ; > Thomas Monjalon > Subject: Re: [dpdk-dev] [PATCH] ethdev: add

Re: [dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-12-06 Thread Stephen Hemminger
On Wed, 28 Nov 2018 15:26:06 + Asaf Penso wrote: > Flow contains the following information: port id, attributes, > patterns and actions. > The function rte_flow_print prints all above information. > > It can be used for debugging purposes to validate the > behavior of different dpdk applicat

Re: [dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-12-05 Thread Asaf Penso
Hi All, would be glad to have comments on this patch. Good day! Regards, Asaf Penso > -Original Message- > From: Asaf Penso > Sent: Wednesday, November 28, 2018 5:26 PM > To: Adrien Mazarguil > Cc: Asaf Penso ; dev@dpdk.org; Shahaf Shuler > ; Ori Kam ; Thomas > Monjalon > Subject: [PATC

[dpdk-dev] [PATCH] ethdev: add function to print a flow

2018-11-28 Thread Asaf Penso
Flow contains the following information: port id, attributes, patterns and actions. The function rte_flow_print prints all above information. It can be used for debugging purposes to validate the behavior of different dpdk applications. Example: running testpmd with the following flow create: flo