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
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,
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
件人: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
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
***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
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
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
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