On Fri, Jan 23, 2015 at 12:17 AM, Sree Vidya S D <[email protected]> wrote: > Hello > > I am working with the > > "void ovs_dp_process_received_packet(struct vport *p, struct sk_buff *skb)" > > function in datapath.c > > If I am right this function deals with packets that is send from a switch > to another switch, does it deal with packets that are passed from a host to > a switch? > > My scenario is something like > > h1--------s1 > > does the packet send from h1 to s1 go to dis function?
Yes. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
