Re: [ovs-dev] [PATCH v3 6/6] ovn: Generate ICMPv4 packet in router pipeline for larger packets

2019-04-18 Thread Ben Pfaff
On Tue, Apr 16, 2019 at 01:24:11PM +0530, nusid...@redhat.com wrote: > From: Numan Siddique > > This patch adds 2 stages in router pipeline after ARP_RESOLVE > and adds the logical flows to check the packet length and > generate ICMPv4 packet. > >* S_ROUTER_IN_CHK_PKT_LEN - Which checks the

[ovs-dev] [PATCH v3 6/6] ovn: Generate ICMPv4 packet in router pipeline for larger packets

2019-04-16 Thread nusiddiq
From: Numan Siddique This patch adds 2 stages in router pipeline after ARP_RESOLVE and adds the logical flows to check the packet length and generate ICMPv4 packet. * S_ROUTER_IN_CHK_PKT_LEN - Which checks the packet length using check_pkt_larger OVN action