On a guest VM, I can be receive multicast packets on SR-IOV VF ports. Is
there anyway to enable the VF ports to receive multicast packets ?
However, I could receive multicast packets on non-SR-IOV virtual interface
ports via bridge or OVS on the guest VM after I call this routine
ixgbe_dev_allmult
of ip, I do not see it describes about adding more than
one VLAN IDs to the same VF port.
Can I use this ?
ip link set eth6 vf0 vlan 3,13
Thanks
James
On Sat, Feb 1, 2014 at 9:13 AM, Jose Gavine Cueto wrote:
> hi,
>
>
> On Thu, Jan 30, 2014 at 2:45 PM, James Yu wrote:
>
&g
Any one know what commands to use on the KVM host to add multiple VLAN IDs
to a SR-IOV port ?
I could only add one VLAN ID using
ip link set ethN vf NUM vlan VLANID
Also do I have to call any routine on the DPDK side to add those VIDs ?
James
expected ? How can I configure the host to not add tag since
traffic from the VM is already tagged. Otherwise it becomes double tagged.
Thanks
James
On Fri, Jan 24, 2014 at 6:07 AM, James Yu wrote:
> Stephen,
>
> I added that to the l2fwd main.c and it is still not received by the
>
even with the patch.
Thanks
James
On Thu, Jan 23, 2014 at 1:43 PM, Stephen Hemminger <
stephen at networkplumber.org> wrote:
> On Thu, 23 Jan 2014 11:27:14 -0800
> James Yu wrote:
>
> > Hi Daniel,
> >
> > Untagged traffic could be looped back. I am doing a
nation MAC address to
> "02:00:00:00:00:xx" which the Spirent might doesn't like.
>
> Daniel
>
>
> On Thu, Jan 23, 2014 at 7:08 AM, James Yu wrote:
>
>> I could not pass tagged traffic through the l2fwd program running inside a
>> CentOS VM. The l2fw
I could not pass tagged traffic through the l2fwd program running inside a
CentOS VM. The l2fwd program reported sending out all the packets received
from one port to the other port. But the outside Spirent tester could not
receive a packet at all. I am wondering maybe the tagged packets are
droppe
Please ignore this post. I re-post it with the right subject. Sorry about
this.
On Fri, Jan 17, 2014 at 12:40 AM, James Yu wrote:
> Anyone knows how to turn off TSO in DPDK+SR-IOV in KVM guest VM ? I want
> the packets sending out of the KVM host not to have TSO by the hardware.
>
&g
I mistakenly posted with wrong subject earlier. Repost it here.
Anyone knows how to turn off TSO in DPDK+SR-IOV in KVM guest VM ? I want
the packets sending out of the KVM host not to have TSO by the hardware.
I imagine that I need to do the following:
1. turn off TSO in the guest before starting
Anyone knows how to turn off TSO in DPDK+SR-IOV in KVM guest VM ? I want
the packets sending out of the KVM host not to have TSO by the hardware.
I imagine that I need to do the following:
1. turn off TSO in the guest before starting DPDK using ethtool -K ethX tso
off
After DPDK is started, th
as used, however, in later Intel(r) DPDK
> versions these sample applications have been merged
>
> Thanks,
> M Jay
>
> -----Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of James Yu
> Sent: Friday, January 10, 2014 8:32 PM
> To: dev at dpdk.org
&
I found that it used to have l2fwd-vf in DPDK 1.2.3 release (
http://www.dpdk.org/browse/dpdk/tree/examples/l2fwd-vf/main.c?h=1.2.3)
But in the next release 1.3.1, that directory is gone. Does that mean it is
merged to some other tool ? Which tool can I use to send/receive L2 traffic
from SR-IOV po
I am trying to make SR-IOV + DPDK l2fwd to work together. I can only send
one directional traffic, not bi-directional.
The traffic is one-directionally looped back by l2fwd using DPDK l2fwd as
illustrated below
Spirent port 1 --> KVM host PF -> VF (Virtual function) --> DPDK l2fwd
(looping ba
it have to map from the IO port address in the VM to the physical
port address in the host for EVERY access ? If that's the case,some
improvement can be done if we use similar way as the vmxnet3 model ?
Thanks
James
On Fri, Dec 13, 2013 at 3:01 PM, Stephen Hemminger <
stephen at
Resending it due to missing [dpdk-dev] in the subject line.
I am using Spirent to send a 2Gbps traffic to a 10G port that are looped
back by l2fwd+DPDK+virtio in a CentOS 32-bit and receive on the other port
only at 700 Mbps. The CentOS 32-bit is on a Fedora 18 KVM host. The
virtual interfaces a
I am using Spirent to send a 2Gbps traffic to a 10G port that are looped
back by l2fwd+DPDK+virtio in a CentOS 32-bit and receive on the other port
only at 700 Mbps. The CentOS 32-bit is on a Fedora 18 KVM host. The
virtual interfaces are configured as virtio port type, not e1000. vhost-net
was a
I am using Spirent to send a 2Gbps traffic to a 10G port that are looped
back by l2fwd+DPDK+virtio in a CentOS 32-bit and receive on the other port
only at 700 Mbps. The CentOS 32-bit is on a Fedora 18 KVM host. The
virtual interfaces are configured as virtio port type, not e1000. vhost-net
was a
vhost-net on the KVM host. This
supposed to be transparent to the DPDK + virtio pmd codes. But this cause
problem in the packet delivery ?
Thanks
On Tue, Nov 26, 2013 at 10:26 PM, Stephen Hemminger <
stephen at networkplumber.org> wrote:
> On Tue, 26 Nov 2013 21:15:02 -0800
> Jam
Running one directional traffic from Spirent traffic generator to l2fwd
running inside a guest OS on a RHEL 6.2 KVM host, I encountered performance
issue and need to increase the number of rxd and txd from 256 to 1024.
There was not enough freeslots for packets to be transmitted in this routine
I have a Ubuntu 12.04.3 LTS (Linux 3.2.0-53-generic) KVM host. The guest OS
is a CentOS 32bit (CentOS 6.2, Linux 2.6.32-220.el6.i686). There are two
10G ports on the KVM host with the following kvm.
root at openstack1:~# kvm --version
QEMU emulator version 1.2.0 (qemu-kvm-1.2.0), Copyright (c) 2003
20 matches
Mail list logo