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

2018-09-11 Thread Keshav Gupta
Thanks Ben for prompt reply. I have incorporated the comment & warning and sent out a v4 patch. Thanks keshav -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Tuesday, September 11, 2018 1:21 AM To: Keshav Gupta Cc: d...@openvswitch.org; Anju Thomas ; Rohith Basava

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

2018-09-10 Thread Keshav Gupta
n.rx_drops[i], >>^~~ >>../lib/ovs-atomic-c11.h:31:47: error: right-hand operand of comma >> expression has no effect [-Werror=unused-value] (*(DST) = atomic_load_explicit(SRC, ORDER), \ Thanks Keshav -----Original Message

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

2018-07-24 Thread Keshav Gupta
Hi Federico and all I will work on this Rohitha's patch to take it forward. Thanks Keshav -Original Message- From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Federico Iezzi Sent: Tuesday, July 24, 2018 1:23 PM To: ian.sto...@intel.com Cc:

[ovs-dev] Query regarding connection tracking info sent to controller as part of PACKET_IN

2018-07-04 Thread Keshav Gupta
Hi For below pipeline I see different behavior in case of bridge is of type netdev or system. I see in OVS2.6.2 (and OVS 2.8.2) when netdev bridge is used conntrack field are sent to controller while in case of kernel bridge it is not sent. So I want to know what is the correct behavior.

[ovs-dev] [PATCH v2] ofproto-dpif-xlate: Fix packet_in reason for Table-miss rule

2018-07-04 Thread Keshav Gupta
Instead of sending packet_in reason as OFPR_NO_MATCH. Signed-off-by: Keshav Gupta Co-authored-by: Rohith Basavaraja Signed-off-by: Rohith Basavaraja --- ofproto/ofproto-dpif-xlate.c | 82 +--- tests/ofproto-dpif.at| 38 2 files changed, 84

Re: [ovs-dev] [PATCH v1] ofproto-dpif-xlate: Fix packet_in reason for Table-miss rule

2018-07-04 Thread Keshav Gupta
To: Keshav Gupta Cc: d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH v1] ofproto-dpif-xlate: Fix packet_in reason for Table-miss rule On Tue, Jul 03, 2018 at 11:14:45PM +0530, Keshav Gupta wrote: > Currently in OvS if we hit "Table-miss" rules (associated with > Controller &

[ovs-dev] [PATCH v1] ofproto-dpif-xlate: Fix packet_in reason for Table-miss rule

2018-07-03 Thread Keshav Gupta
Instead of sending packet_in reason as OFPR_NO_MATCH. Signed-off-by: Keshav Gupta Co-authored-by: Rohith Basavaraja Signed-off-by: Rohith Basavaraja --- ofproto/ofproto-dpif-xlate.c | 75 +++- tests/ofproto-dpif.at| 38 ++ 2 files cha

[ovs-dev] [PATCH] ofproto-dpif-xlate: Fix packet_in reason for Table-miss rule

2018-07-03 Thread Keshav Gupta
Instead of sending packet_in reason as OFPR_NO_MATCH. Signed-off-by: Keshav Gupta Signed-off-by: Rohith Basavaraja --- ofproto/ofproto-dpif-xlate.c | 72 ++-- tests/ofproto-dpif.at| 38 +++ 2 files changed, 81 insertions(+), 29 deletions(-

Re: [ovs-dev] Openvswitch crash when bringing down the dpdk bond port using "ovs-ofctl mod-port br-prv dpdk1 down"

2017-08-01 Thread Keshav Gupta
packet (dpdk Rxq size)). Thanks Keshav -Original Message- From: Ben Pfaff [mailto:b...@ovn.org] Sent: Monday, July 31, 2017 9:26 PM To: Ilya Maximets Cc: ovs-dev@openvswitch.org; Keshav Gupta Subject: Re: [ovs-dev] Openvswitch crash when bringing down the dpdk bond port using

Re: [ovs-dev] Openvswitch crash when bringing down the dpdk bond port using "ovs-ofctl mod-port br-prv dpdk1 down"

2017-07-31 Thread Keshav Gupta
the counter from NIC). I think to avoid this we should reset the device at least at the time of port bring-up Thanks Keshav -Original Message- From: Keshav Gupta Sent: Thursday, July 27, 2017 4:09 PM To: 'Ilya Maximets'; 'ovs-dev@openvswitch.org'; Nitin Katiyar Subject: RE: Re: [ovs-dev

Re: [ovs-dev] Openvswitch crash when bringing down the dpdk bond port using "ovs-ofctl mod-port br-prv dpdk1 down"

2017-07-27 Thread Keshav Gupta
mode-port) that time those old packet will be received first. Thanks keshav -Original Message- From: Keshav Gupta Sent: Thursday, July 27, 2017 3:15 PM To: 'Ilya Maximets'; ovs-dev@openvswitch.org Subject: RE: Re: [ovs-dev] Openvswitch crash when bringing down the dpdk bond port using

[ovs-dev] Openvswitch crash when bringing down the dpdk bond port using "ovs-ofctl mod-port br-prv dpdk1 down"

2017-07-25 Thread Keshav Gupta
Hi We are experiencing a openvswitch crash when bringing down the dpdk bond port using "ovs-ofctl mod-port br-prv dpdk1 down". backtrace of core is like below. Is there any issue reported earlier for this type of crash in openvswitch community. (gdb) bt #0 ixgbe_rxq_rearm