So if I want to debug netdev-type bridge(which is ovs-dpdk bridge), is
there some commands like `ovs-appctl dummy/receive ...` on internal port?
Or can I code a command like this on internal port?

2017-08-22 1:12 GMT+08:00 Ben Pfaff <b...@ovn.org>:

> On Mon, Aug 21, 2017 at 04:20:42PM +0800, Sam wrote:
> > I want to test dpdk based bridge, which is bridge in netdev type
> datapath,
> > but in this mode I could not use dummy port (As dummy port could send
> > packet directly, and lots of ovs test cases use this port, so I want to
> use
> > it).
> >
> > So I start ovs with dpdk option and dummy option, and then create two
> > bridge (one is dummy type, one is netdev), and use patch port to connect
> > them, and add normal flow to them.
> >
> > But when I send packets use `ovs-appctl dummy/receive ...` into
> dummy-type
> > bridge, the netdev-type bridge could not receive packet and also could
> not
> > send this packet from other port (dummy-type port, patch type port and
> > netdev-type port are all link up).
>
> OVS doesn't support packets traveling between different types of
> datapaths (e.g. dpdk vs dummy).
>
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to