DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] fm10k pmd limitations
@ 2016-12-13 13:49 Shaham Fridenberg
  2017-01-12 11:56 ` Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Shaham Fridenberg @ 2016-12-13 13:49 UTC (permalink / raw)
  To: dev

Hey guys,

I'm using dpdk 16.4 and fm10k card. According to the code, there's no support for disabling vlan stripping and VLAN QinQ in pmd fm10k.
Does anybody know why? If there's any way to work-around it, or when is a behavior change expected?
I need my VF to receive the packets with the  VLAN headers.
Even if it's possible to change this configurations through the linux kernel fm10k driver?

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] fm10k pmd limitations
  2016-12-13 13:49 [dpdk-dev] fm10k pmd limitations Shaham Fridenberg
@ 2017-01-12 11:56 ` Ferruh Yigit
  2017-01-12 13:30   ` Chen, Jing D
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2017-01-12 11:56 UTC (permalink / raw)
  To: Shaham Fridenberg, dev; +Cc: Jing Chen

On 12/13/2016 1:49 PM, Shaham Fridenberg wrote:
> Hey guys,
> 
> I'm using dpdk 16.4 and fm10k card. According to the code, there's no support for disabling vlan stripping and VLAN QinQ in pmd fm10k.
> Does anybody know why? If there's any way to work-around it, or when is a behavior change expected?
> I need my VF to receive the packets with the  VLAN headers.
> Even if it's possible to change this configurations through the linux kernel fm10k driver?
> 
> Thanks!
> 

CC fm10k maintainer: Jing Chen <jing.d.chen@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] fm10k pmd limitations
  2017-01-12 11:56 ` Ferruh Yigit
@ 2017-01-12 13:30   ` Chen, Jing D
  0 siblings, 0 replies; 3+ messages in thread
From: Chen, Jing D @ 2017-01-12 13:30 UTC (permalink / raw)
  To: Yigit, Ferruh, Shaham Fridenberg, dev



> -----Original Message-----
> From: Yigit, Ferruh
> Sent: Thursday, January 12, 2017 7:57 PM
> To: Shaham Fridenberg <ShahamF@Radware.com>; dev@dpdk.org
> Cc: Chen, Jing D <jing.d.chen@intel.com>
> Subject: Re: [dpdk-dev] fm10k pmd limitations
> 
> On 12/13/2016 1:49 PM, Shaham Fridenberg wrote:
> > Hey guys,
> >
> > I'm using dpdk 16.4 and fm10k card. According to the code, there's no
> support for disabling vlan stripping and VLAN QinQ in pmd fm10k.
> > Does anybody know why? If there's any way to work-around it, or when is a
> behavior change expected?

Yes, HW will always strip it and driver will copy it into 
(struct rte_mbuf *)mbuf->vlan_tci. 

> > I need my VF to receive the packets with the  VLAN headers.

VF can read from rte_mbuf.

> > Even if it's possible to change this configurations through the linux kernel
> fm10k driver?
> >
> > Thanks!
> >
> 
> CC fm10k maintainer: Jing Chen <jing.d.chen@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-12 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-13 13:49 [dpdk-dev] fm10k pmd limitations Shaham Fridenberg
2017-01-12 11:56 ` Ferruh Yigit
2017-01-12 13:30   ` Chen, Jing D

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).