[ovs-discuss] Which function/struct can I use to parse the Src/Dst IP in OVS source code while using DPDK?

2017-11-08 Thread 施谷燁
Hi, I'm trying to add a sketch in OVS to get statistics for source and destination IP address while using DPDK. As I know the packet will first arrive Network Interface Card(NIC) then use Poll Mode Drive(PMD)(library in *netdev-dpdk.c*) to pass the packet to *dpif-netdev.c* then go through match

Re: [ovs-discuss] OVN patch port for localnet can't be created

2017-11-08 Thread Numan Siddique
Is this openstack setup with networking-ovn ? Can you run "ovn-nbctl list logical_router_port | grep redirect-chassis" and make sure that networking-ovn has scheduled the gateway router port to the desired chassis ? May be the gateway router port is scheduled to some other chassis. You can can

Re: [ovs-discuss] (no subject)

2017-11-08 Thread Flavio Leitner
On Wed, 8 Nov 2017 15:17:46 +0530 Neelakantam Gaddam wrote: > Hi All, > > I want to configure the flows for vlan access ports with connection > tracking. Is there any example in the ovs source where can I find these > configurations. > I would appreciate if any one share