openvswitch / ovs-issues

Issue tracker repo for Open vSwitch
10 stars 3 forks source link

OVS+DPDK not work #156

Open ydy1234 opened 6 years ago

ydy1234 commented 6 years ago

hi, i have setup ovs+dpdk, but i can't find any packet from dpdk fort , could you help to check how to cause it ? internet -> PHY NIC(which is dpdk port) --> ovs internal port -vsctl ,dst ovs-vsctl 752f1dbb-1044-490c-baeb-4d54adf6fc93 Manager "ptcp:6640" is_connected: true Bridge "br1" Port "dpdk1" Interface "dpdk1" type: dpdk options: {dpdk-devargs="0000:02:04.0"} Port sytest Interface sytest Port "dpdkvhostuser0" Interface "dpdkvhostuser0" type: dpdkvhostuser Port "br1" Interface "br1" type: internal

OFPST_PORT reply (xid=0x2): 4 ports port LOCAL: rx pkts=8, bytes=648, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=0, bytes=0, drop=0, errs=0, coll=0 port dpdk1: rx pkts=133059, bytes=60991825, drop=0, errs=0, frame=?, over=?, crc=? tx pkts=0, bytes=0, drop=0, errs=0, coll=? port sytest: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=3, bytes=210, drop=0, errs=0, coll=0 port dpdkvhostuser0: rx pkts=0, bytes=0, drop=0, errs=0, frame=?, over=?, crc=? tx pkts=0, bytes=0, drop=0, errs=?, coll=?

dpdk1 has received packet, i can't check packet type and packet other information? I want to search internet throught dpdk1 , could you help to check how to resolve it ?