Re: [ovs-discuss] [ovs-announce] OVS 2.4 Release Plans

2015-06-11 Thread 0310
Stateful Connection Tracking & Stateful NA is not in this release?*RTFSC*--From:Justin Pettit Send Time:2015年6月12日(星期五) 14:03To:announce ,discuss Subject:[ovs-announce] OVS 2.4 Release PlansW

[ovs-discuss] the lock in dpdk_vhost_send is really need?

2015-05-29 Thread 0310
static void __netdev_dpdk_vhost_send(struct netdev *netdev, struct dp_packet **pkts,  int cnt, bool may_steal) { rte_spinlock_lock(&vhost_dev->vhost_tx_lock); do { tx_pkts = rte_vhost_enqueue_burst(virtio_dev, VIRTIO_RXQ,

[ovs-discuss] 答复:答复:答复: 答复: For help about ssh between vms through ovs-dkdp

2015-05-25 Thread 0310
RTFSC*--发件人:钢锁0310 发送时间:2015年5月21日(星期四) 14:47收件人:gowrishankar ,discuss ,通天晓0280 主 题:答复:答复:答复:[ovs-discuss] 答复: For help about ssh between vms through ovs-dkdpsorry  my fault  tap0:  flags=4163  mtu 1500inet6  fe80::c469:e6ff:fe78

[ovs-discuss] 答复:答复:答复: 答复: For help about ssh between vms through ovs-dkdp

2015-05-20 Thread 0310
件人:gowrishankar 发送时间:2015年5月21日(星期四) 14:26收件人:钢锁0310 主 题:Re: 答复:答复:[ovs-discuss] 答复: For help about ssh between vms through ovs-dkdpI think this is same as what you shared earlier in ML i.e captured from inside VM2. Or correct me if I am wrong. I wanted to see running tcpdump

[ovs-discuss] 答复: For help about ssh between vms through ovs-dkdp

2015-05-20 Thread 0310
86_64 x86_64 x86_64 GNU/Linux' *RTFSC*--发件人:Traynor, Kevin 发送时间:2015年5月20日(星期三) 22:21收件人:Daniele Di Proietto ,钢锁0310 抄 送:通天晓0280 ,discuss 主 题:RE: [ovs-discuss] For help about ssh between vms through ov

[ovs-discuss] 答复: For help about ssh between vms through ovs-dkdp

2015-05-20 Thread 0310
***RTFSC*--发件人:Daniele Di Proietto 发送时间:2015年5月20日(星期三) 23:12收件人:Traynor, Kevin 抄 送:通天晓0280 ,discuss ,钢锁0310 主 题:Re: [ovs-discuss] For help about ssh between vms through ovs-dkdpOn 20/05/2015 15:21, "Traynor,  Kevin"  wr

[ovs-discuss] For help about ssh between vms through ovs-dkdp

2015-05-20 Thread 0310
i build the vm-ovsdpdk-vm environment by using vhost-cuse the cmd is following ovs-vsctl add-br br0 -- set bridge br0 datapath_type=netdev ovs-vsctl add-port br0 tap0 -- set Interface tap0 type=dpdkvhost   ovs-vsctl add-port br0 tap1 -- set Interface tap1 type=dpdkvhost qemu-system-x86_64 cirros.i

[ovs-discuss] For help : failed to bind I217-LM to ovs-dpdk

2015-05-19 Thread 0310
I setup ovs-dpdk by following INSTALL.DPDK.md [root@25 tools]# ./dpdk_nic_bind.py --status Network devices using DPDK-compatible driver :00:19.0 'Ethernet Connection I217-LM' drv=igb_uio unused=vfio-pci crw--- 1 root root 247, 0 May 19 17:07 /d

[ovs-discuss] For help about how to connect vm to ovs-dkdp

2015-05-15 Thread 0310
i have compiled ovs-dpdk using ovs master code by following the step in  Install.dpdk excu cmdvsdb-server --remote=punix:/usr/local/var/run/openvswitch/db.sock  --pidfile --detach ovs-vswitchd  --dpdk -c 0xf -n 4 --socket-mem 128 --  unix:/usr/local/var/run/openvswitch/db.sock --detach srwxr-xr-x