[ovs-dev] [PATCH 2/2] Add Drop Stats unit test cases

2018-06-01 Thread Rohith Basavaraja
This patch adds unit test cases for Improved Drop statistics feature request raised by following https://patchwork.ozlabs.org/patch/918934/ Signed-off-by: Rohith Basavaraja --- tests/automake.mk | 3 +- tests/dpif-netdev.at | 6 ++ tests/drop-stats.at| 212

Re: [ovs-dev] [PATCH] Improved Packet Drop Statistics in OVS.

2018-05-24 Thread Rohith Basavaraja
Hi Greg, Thanks a lot for sharing the info. Ben clarified that it should be ok if this new stuff is used only in the DPDK datapath and it’s not used in the kernel datapath. Thanks Rohith On 24/05/18, 9:05 PM, "Gregory Rose" <gvrose8...@gmail.com> wrote: On 5/23/2018

Re: [ovs-dev] [PATCH] Improved Packet Drop Statistics in OVS.

2018-05-24 Thread Rohith Basavaraja
Thanks Ben for the clarification. Yes this new stuff is used only in the DPDK datapath and it’s not used in the kernel datapath. Thanks Rohith On 25/05/18, 2:52 AM, "Ben Pfaff" <b...@ovn.org> wrote: On Thu, May 24, 2018 at 02:19:06AM +, Rohith Basavaraja wrote:

Re: [ovs-dev] [PATCH] Improved Packet Drop Statistics in OVS.

2018-05-23 Thread Rohith Basavaraja
Hi Ben, Only changes in datapath/linux/compat/include/linux/openvswitch.h are related to OvS Kernel module. The changes in openvswitch.h are not upstreamed yet. Can you please let me know the procedure for submitting the Changes for OvS Kernel Module?. In the meanwhile can I get code review

[ovs-dev] [PATCH] Improved Packet Drop Statistics in OVS.

2018-05-23 Thread Rohith Basavaraja
:0 dataplane-processing-drops :0 drop action:0 upcall drops :0 dp error drops :0 tx-drops :0 Signed-off-by: Rohith Basavaraja <rohith.basavar...@ericsson.com> --- datapath/linux/compat/include/linux/open

Re: [ovs-dev] [PATCH] Avoid crash in OvS while transmitting fragmented packets over tunnel.

2018-05-14 Thread Rohith Basavaraja
...@gmail.com> Date: Friday, 11 May 2018 at 10:33 PM To: Rohith Basavaraja <rohith.basavar...@ericsson.com> Cc: Darrell Ball <db...@vmware.com>, "d...@openvswitch.org" <d...@openvswitch.org> Subject: Re: [ovs-dev] [PATCH] Avoid crash in OvS while transmitting frag

Re: [ovs-dev] [PATCH] Avoid crash in OvS while transmitting fragmented packets over tunnel.

2018-05-11 Thread Rohith Basavaraja
re.com> wrote: Thanks Rohith I see this patch was applied, but I have one question inline. On 4/20/18, 1:48 AM, "ovs-dev-boun...@openvswitch.org on behalf of Rohith Basavaraja" <ovs-dev-boun...@openvswitch.org on behalf of rohith.basavar...@ericsson.com> wr

[ovs-dev] [PATCH] Avoid crash in OvS while transmitting fragmented packets over tunnel.

2018-04-20 Thread Rohith Basavaraja
e_tunnel_data_to_flow__ is modified to reset *nw_frag* to zero. Also, that currently we don't fragment tunnelled packets, we should reset *nw_frag* to zero in propagate_tunnel_data_to_flow__. Signed-off-by: Jan Scheurich <jan.scheur...@ericsson.com> From: Rohith Basavaraja <rohith.basavar...

Re: [ovs-dev] [ovs-discuss] Conntrack issue in OVS (2.6)+DPDK

2017-11-04 Thread Rohith Basavaraja
the email discussion on this and will respond if there are any Pending queries, I need to answer. Thanks Rohith From: Jan Scheurich <jan.scheur...@ericsson.com> Date: Saturday, 4 November 2017 at 5:23 PM To: Darrell Ball <db...@vmware.com>, Rohith Basavaraja <rohith.basavar...@e

Re: [ovs-dev] Improved Packet Drop Statistics in OVS

2017-08-29 Thread Rohith Basavaraja
rt. [Rohith] Ok, once the patch is ready will have separate section discussing the complete code flow. Thanks Darrell On 8/27/17, 11:17 PM, "ovs-dev-boun...@openvswitch.org on behalf of Rohith Basavaraja" <ovs-dev-boun...@openvswitch.org

[ovs-dev] Improved Packet Drop Statistics in OVS

2017-08-28 Thread Rohith Basavaraja
Hi, Currently we are working on improving the packet drop statistics in OVS. Following link contains details of our proposal to improve packet drop statistics in OVS. https://docs.google.com/document/d/1EtntZ8tPYr8lnbWyM385XMO8NIZ7v-RqBD1oPqLInb4/edit?usp=sharing We would like to get your

Re: [ovs-dev] [ovs-discuss] Flow Entry Statistics Trigger support

2017-05-12 Thread Rohith Basavaraja
tics Trigger support To: Rohith Basavaraja <rohith.basavar...@gmail.com<mailto:rohith.basavar...@gmail.com>> Cc: ovs-disc...@openvswitch.org<mailto:ovs-disc...@openvswitch.org> On Thu, May 11, 2017 at 12:08:25PM +0530, Rohith Basavaraja wrote: > Wanted to check whether