Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-09-12 Thread Ananyev, Konstantin
Hi Robert, > -Original Message- > From: robertshear...@gmail.com [mailto:robertshear...@gmail.com] > Sent: Friday, August 24, 2018 5:35 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Ananyev, Konstantin > ; Robert Shearman > > Subject: [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF >

Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-09-04 Thread Robert Shearman
, Konstantin ; Robert Shearman Subject: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF From: Robert Shearman SR-IOV VFs support "transparent" VLANs. Traffic from/to a VM associated with a VF has a VLAN tag inserted/stripped in a manner intended to be totally transparent

Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-09-03 Thread Zhang, Qi Z
gt; Sent: Saturday, August 25, 2018 12:35 AM > >> To: dev@dpdk.org > >> Cc: Lu, Wenzhuo ; Ananyev, Konstantin > >> ; Robert Shearman > >> > >> Subject: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs > >> in VF > >> > >&

Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-09-03 Thread Robert Shearman
-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF From: Robert Shearman SR-IOV VFs support "transparent" VLANs. Traffic from/to a VM associated with a VF has a VLAN tag inserted/stripped in a manner intended to be totally transparent to the VM. On a Linux hypervisor the v

Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-09-03 Thread Zhang, Qi Z
Hi Robert: > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of > robertshear...@gmail.com > Sent: Saturday, August 25, 2018 12:35 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Ananyev, Konstantin > ; Robert Shearman > > Subject: [dpdk-dev]

Re: [dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-08-28 Thread Chas Williams
On Fri, Aug 24, 2018 at 12:45 PM wrote: > From: Robert Shearman > > SR-IOV VFs support "transparent" VLANs. Traffic from/to a VM > associated with a VF has a VLAN tag inserted/stripped in a manner > intended to be totally transparent to the VM. On a Linux hypervisor > the vlan can be specified

[dpdk-dev] [PATCH] net/ixgbe: Strip SR-IOV transparent VLANs in VF

2018-08-24 Thread robertshearman
From: Robert Shearman SR-IOV VFs support "transparent" VLANs. Traffic from/to a VM associated with a VF has a VLAN tag inserted/stripped in a manner intended to be totally transparent to the VM. On a Linux hypervisor the vlan can be specified by "ip link set vf vlan ". The VM VF driver is not