Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ilya Maximets
On 12.03.2019 19:18, Ophir Munk wrote: > >>> >>> Not sure if I understand your point correctly, but isn't it expected >>> that if flow is offloaded than all the packets through the flow had flow >> mark? > > Not always. For fully HW offloaded traffic - packets will not be marked. > It is planned

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ophir Munk
> > > > Not sure if I understand your point correctly, but isn't it expected > > that if flow is offloaded than all the packets through the flow had flow > mark? Not always. For fully HW offloaded traffic - packets will not be marked. It is planned to have another HW offload counter (which is

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ilya Maximets
On 12.03.2019 18:51, Roni Bar Yanai wrote: > > >> -Original Message- >> From: Ilya Maximets >> Sent: Tuesday, March 12, 2019 5:25 PM >> To: Roni Bar Yanai ; Ophir Munk >> ; ovs-dev@openvswitch.org >> Cc: Asaf Penso ; Ian Stokes ; >> Shahaf Shuler ; Olga Shern >> ; Kevin Traynor >>

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Roni Bar Yanai
> -Original Message- > From: Ilya Maximets > Sent: Tuesday, March 12, 2019 5:25 PM > To: Roni Bar Yanai ; Ophir Munk > ; ovs-dev@openvswitch.org > Cc: Asaf Penso ; Ian Stokes ; > Shahaf Shuler ; Olga Shern > ; Kevin Traynor > Subject: Re: [PATCH v1] dpif: Add marked packets stats > >

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ilya Maximets
On 12.03.2019 17:53, Roni Bar Yanai wrote: > > >> -Original Message- >> From: Ilya Maximets >> Sent: Tuesday, March 12, 2019 11:11 AM >> To: Ophir Munk ; ovs-dev@openvswitch.org >> Cc: Asaf Penso ; Ian Stokes ; >> Shahaf Shuler ; Olga Shern >> ; Kevin Traynor ; Roni Bar >> Yanai >>

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Roni Bar Yanai
> -Original Message- > From: Ilya Maximets > Sent: Tuesday, March 12, 2019 11:11 AM > To: Ophir Munk ; ovs-dev@openvswitch.org > Cc: Asaf Penso ; Ian Stokes ; > Shahaf Shuler ; Olga Shern > ; Kevin Traynor ; Roni Bar > Yanai > Subject: Re: [PATCH v1] dpif: Add marked packets stats >

Re: [ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ilya Maximets
On 12.03.2019 11:41, Ophir Munk wrote: > This commit adds marked packets statistics. Following commit [1], > received packets can be marked with a mark id which is associated > with the flow on which the packets were recieved. This commits counts > the marked packets per flow and displays the

[ovs-dev] [PATCH v1] dpif: Add marked packets stats

2019-03-12 Thread Ophir Munk
This commit adds marked packets statistics. Following commit [1], received packets can be marked with a mark id which is associated with the flow on which the packets were recieved. This commits counts the marked packets per flow and displays the result when executing datapath dump-flow command