All of lore.kernel.org
 help / color / mirror / Atom feed
* Lcore-vports-queues mapping
@ 2015-02-17  9:08 kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
       [not found] ` <SIXPR03MB060587969A66453E5ABFA8F18A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w @ 2015-02-17  9:08 UTC (permalink / raw)
  To: dev-bounces-VfR2kkLFssw, dev-VfR2kkLFssw

Hi Team ,

I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level .
Suggestions are welcome on this .


Regards,
Kuldeep

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

* Re: Lcore-vports-queues mapping
       [not found] ` <SIXPR03MB060587969A66453E5ABFA8F18A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2015-02-17 10:13   ` Bruce Richardson
  2015-02-17 10:20     ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2015-02-17 10:13 UTC (permalink / raw)
  To: kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
  Cc: dev-bounces-VfR2kkLFssw, dev-VfR2kkLFssw

On Tue, Feb 17, 2015 at 09:08:07AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> Hi Team ,
> 
> I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level .
> Suggestions are welcome on this .
> 
>
Hi,

cores and ports and queues can be mapped just about any way that your application
wants. The only real restriction is that two cores cannot poll the same queue
on the same port at the same time.
You can set up your app to have each port polled by a single core, or to have
all ports polled by one core, or to have one port polled by multiple cores (using
different queues).

Regards,
/Bruce

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

* Re: Lcore-vports-queues mapping
  2015-02-17 10:13   ` Bruce Richardson
@ 2015-02-17 10:20     ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
       [not found]       ` <SIXPR03MB0605602DAF35EFD0F9FFC1778A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w @ 2015-02-17 10:20 UTC (permalink / raw)
  To: bruce.richardson-ral2JQCrhuEAvxtiuMwx3w
  Cc: dev-bounces-VfR2kkLFssw, dev-VfR2kkLFssw

Hi Bruce ,

Thanks for suggestion , I want to map the lcore -- vport -- queue manually by command prompt , which program file I needs to enhance .



Regards 
Kuldeep 

-----Original Message-----
From: Bruce Richardson [mailto:bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org] 
Sent: Tuesday, February 17, 2015 3:44 PM
To: Kuldeep Samasi (WT01 - Global Media & Telecom)
Cc: dev-bounces-VfR2kkLFssw@public.gmane.org; dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [dpdk-dev] Lcore-vports-queues mapping

On Tue, Feb 17, 2015 at 09:08:07AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> Hi Team ,
> 
> I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level .
> Suggestions are welcome on this .
> 
>
Hi,

cores and ports and queues can be mapped just about any way that your application wants. The only real restriction is that two cores cannot poll the same queue on the same port at the same time.
You can set up your app to have each port polled by a single core, or to have all ports polled by one core, or to have one port polled by multiple cores (using different queues).

Regards,
/Bruce

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

* Re: Lcore-vports-queues mapping
       [not found]       ` <SIXPR03MB0605602DAF35EFD0F9FFC1778A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
@ 2015-02-17 10:29         ` Bruce Richardson
  2015-02-17 10:46           ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Richardson @ 2015-02-17 10:29 UTC (permalink / raw)
  To: kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
  Cc: dev-bounces-VfR2kkLFssw, dev-VfR2kkLFssw

On Tue, Feb 17, 2015 at 10:20:14AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> Hi Bruce ,
> 
> Thanks for suggestion , I want to map the lcore -- vport -- queue manually by command prompt , which program file I needs to enhance .
> 

What application are you using? DPDK is primarily a set of libraries, and
contains some apps purely as examples or for testing.

/Bruce
> 
> 
> Regards 
> Kuldeep 
> 
> -----Original Message-----
> From: Bruce Richardson [mailto:bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org] 
> Sent: Tuesday, February 17, 2015 3:44 PM
> To: Kuldeep Samasi (WT01 - Global Media & Telecom)
> Cc: dev-bounces-VfR2kkLFssw@public.gmane.org; dev-VfR2kkLFssw@public.gmane.org
> Subject: Re: [dpdk-dev] Lcore-vports-queues mapping
> 
> On Tue, Feb 17, 2015 at 09:08:07AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> > Hi Team ,
> > 
> > I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level .
> > Suggestions are welcome on this .
> > 
> >
> Hi,
> 
> cores and ports and queues can be mapped just about any way that your application wants. The only real restriction is that two cores cannot poll the same queue on the same port at the same time.
> You can set up your app to have each port polled by a single core, or to have all ports polled by one core, or to have one port polled by multiple cores (using different queues).
> 
> Regards,
> /Bruce

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

* Re: Lcore-vports-queues mapping
  2015-02-17 10:29         ` Bruce Richardson
@ 2015-02-17 10:46           ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
  0 siblings, 0 replies; 5+ messages in thread
From: kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w @ 2015-02-17 10:46 UTC (permalink / raw)
  To: bruce.richardson-ral2JQCrhuEAvxtiuMwx3w
  Cc: dev-bounces-VfR2kkLFssw, dev-VfR2kkLFssw

I am using OVDK (dpdk openvswitch ), where I need to enhance the packet processing speed on DPDK data path by modifying lcore-- port-- queue mapping .


-----Original Message-----
From: Bruce Richardson [mailto:bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org] 
Sent: Tuesday, February 17, 2015 3:59 PM
To: Kuldeep Samasi (WT01 - Global Media & Telecom)
Cc: dev-bounces-VfR2kkLFssw@public.gmane.org; dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [dpdk-dev] Lcore-vports-queues mapping

On Tue, Feb 17, 2015 at 10:20:14AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> Hi Bruce ,
> 
> Thanks for suggestion , I want to map the lcore -- vport -- queue manually by command prompt , which program file I needs to enhance .
> 

What application are you using? DPDK is primarily a set of libraries, and contains some apps purely as examples or for testing.

/Bruce
> 
> 
> Regards
> Kuldeep
> 
> -----Original Message-----
> From: Bruce Richardson [mailto:bruce.richardson-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org]
> Sent: Tuesday, February 17, 2015 3:44 PM
> To: Kuldeep Samasi (WT01 - Global Media & Telecom)
> Cc: dev-bounces-VfR2kkLFssw@public.gmane.org; dev-VfR2kkLFssw@public.gmane.org
> Subject: Re: [dpdk-dev] Lcore-vports-queues mapping
> 
> On Tue, Feb 17, 2015 at 09:08:07AM +0000, kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w@public.gmane.org wrote:
> > Hi Team ,
> > 
> > I am using DPDK-1.7.1 , I am trying find out how to map lcore -- >vports -- > queuesin code level as well as user command prompt level .
> > Suggestions are welcome on this .
> > 
> >
> Hi,
> 
> cores and ports and queues can be mapped just about any way that your application wants. The only real restriction is that two cores cannot poll the same queue on the same port at the same time.
> You can set up your app to have each port polled by a single core, or to have all ports polled by one core, or to have one port polled by multiple cores (using different queues).
> 
> Regards,
> /Bruce

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

end of thread, other threads:[~2015-02-17 10:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-17  9:08 Lcore-vports-queues mapping kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
     [not found] ` <SIXPR03MB060587969A66453E5ABFA8F18A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2015-02-17 10:13   ` Bruce Richardson
2015-02-17 10:20     ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w
     [not found]       ` <SIXPR03MB0605602DAF35EFD0F9FFC1778A2F0-vZpGLg/9lRnmkicDWJed+682SN/2zMuYvxpqHgZTriW3zl9H0oFU5g@public.gmane.org>
2015-02-17 10:29         ` Bruce Richardson
2015-02-17 10:46           ` kuldeep.samasi-uxC5H9eHYlcAvxtiuMwx3w

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.