DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] About ivshmem
@ 2014-06-11  8:53 GongJinrong
  2014-06-11  9:19 ` Thomas Monjalon
  0 siblings, 1 reply; 7+ messages in thread
From: GongJinrong @ 2014-06-11  8:53 UTC (permalink / raw)
  To: dev

Hi, guys

    I found that the ivshmem are supported in DPDK 1.6 but has no any
document about it, how do I use ivshmem? I remember that we must use a
patched qemu binary for enabling ivshmem support in OVDK, does DPDK 1.6 also
need do this? Also, where can I find some ivshmem docs?

Best Regards
John Gong

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11  8:53 [dpdk-dev] About ivshmem GongJinrong
@ 2014-06-11  9:19 ` Thomas Monjalon
  2014-06-11  9:24   ` Gray, Mark D
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2014-06-11  9:19 UTC (permalink / raw)
  To: GongJinrong; +Cc: dev

Hi,

2014-06-11 16:53, GongJinrong:
>     I found that the ivshmem are supported in DPDK 1.6 but has no any
> document about it, how do I use ivshmem? I remember that we must use a
> patched qemu binary for enabling ivshmem support in OVDK, does DPDK 1.6 also
> need do this? Also, where can I find some ivshmem docs?

If you're looking for information about OVDK, you should ask on the
appropriate mailing list.

If you are looking for a PMD using ivshmem, you should look at memnic:
	http://dpdk.org/doc/memnic-pmd

-- 
Thomas

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11  9:19 ` Thomas Monjalon
@ 2014-06-11  9:24   ` Gray, Mark D
  2014-06-11 10:13     ` GongJinrong
  0 siblings, 1 reply; 7+ messages in thread
From: Gray, Mark D @ 2014-06-11  9:24 UTC (permalink / raw)
  To: Thomas Monjalon, GongJinrong; +Cc: dev

> Hi,
> 
> 2014-06-11 16:53, GongJinrong:
> >     I found that the ivshmem are supported in DPDK 1.6 but has no any
> > document about it, how do I use ivshmem? I remember that we must use a
> > patched qemu binary for enabling ivshmem support in OVDK, does DPDK
> > 1.6 also need do this? Also, where can I find some ivshmem docs?
> 
> If you're looking for information about OVDK, you should ask on the
> appropriate mailing list.

ovdk mailing List: https://lists.01.org/pipermail/dpdk-ovs/

ivshmem instructions: https://github.com/01org/dpdk-ovs/blob/development/docs/04_Sample_Configurations/01_IVSHM.md

> 
> If you are looking for a PMD using ivshmem, you should look at memnic:
> 	http://dpdk.org/doc/memnic-pmd
> 
> --
> Thomas
--------------------------------------------------------------
Intel Shannon Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263
Business address: Dromore House, East Park, Shannon, Co. Clare

This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11  9:24   ` Gray, Mark D
@ 2014-06-11 10:13     ` GongJinrong
  2014-06-11 10:30       ` Gray, Mark D
  0 siblings, 1 reply; 7+ messages in thread
From: GongJinrong @ 2014-06-11 10:13 UTC (permalink / raw)
  To: 'Gray, Mark D', 'Thomas Monjalon'; +Cc: dev

Thanks, I want use DPDK, not OVDK, if I run l2fwd-ivshmem, do I use a
patched qemu or just a normal qemu?

-----Original Message-----
From: Gray, Mark D [mailto:mark.d.gray@intel.com] 
Sent: Wednesday, June 11, 2014 5:24 PM
To: Thomas Monjalon; GongJinrong
Cc: dev@dpdk.org
Subject: RE: [dpdk-dev] About ivshmem

> Hi,
> 
> 2014-06-11 16:53, GongJinrong:
> >     I found that the ivshmem are supported in DPDK 1.6 but has no 
> > any document about it, how do I use ivshmem? I remember that we must 
> > use a patched qemu binary for enabling ivshmem support in OVDK, does 
> > DPDK
> > 1.6 also need do this? Also, where can I find some ivshmem docs?
> 
> If you're looking for information about OVDK, you should ask on the 
> appropriate mailing list.

ovdk mailing List: https://lists.01.org/pipermail/dpdk-ovs/

ivshmem instructions:
https://github.com/01org/dpdk-ovs/blob/development/docs/04_Sample_Configurat
ions/01_IVSHM.md

> 
> If you are looking for a PMD using ivshmem, you should look at memnic:
> 	http://dpdk.org/doc/memnic-pmd
> 
> --
> Thomas
--------------------------------------------------------------
Intel Shannon Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263 Business address: Dromore House, East Park,
Shannon, Co. Clare

This e-mail and any attachments may contain confidential material for the
sole use of the intended recipient(s). Any review or distribution by others
is strictly prohibited. If you are not the intended recipient, please
contact the sender and delete all copies.

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11 10:13     ` GongJinrong
@ 2014-06-11 10:30       ` Gray, Mark D
  2014-06-11 10:36         ` GongJinrong
  2014-06-11 11:29         ` Thomas Monjalon
  0 siblings, 2 replies; 7+ messages in thread
From: Gray, Mark D @ 2014-06-11 10:30 UTC (permalink / raw)
  To: GongJinrong, 'Thomas Monjalon'; +Cc: dev

> 
> Thanks, I want use DPDK, not OVDK, if I run l2fwd-ivshmem, do I use a
> patched qemu or just a normal qemu?
> 

Patched.
--------------------------------------------------------------
Intel Shannon Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263
Business address: Dromore House, East Park, Shannon, Co. Clare

This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11 10:30       ` Gray, Mark D
@ 2014-06-11 10:36         ` GongJinrong
  2014-06-11 11:29         ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: GongJinrong @ 2014-06-11 10:36 UTC (permalink / raw)
  To: 'Gray, Mark D', 'Thomas Monjalon'; +Cc: dev

Ok, thanks a lot.

-----Original Message-----
From: Gray, Mark D [mailto:mark.d.gray@intel.com] 
Sent: Wednesday, June 11, 2014 6:31 PM
To: GongJinrong; 'Thomas Monjalon'
Cc: dev@dpdk.org
Subject: RE: [dpdk-dev] About ivshmem

> 
> Thanks, I want use DPDK, not OVDK, if I run l2fwd-ivshmem, do I use a 
> patched qemu or just a normal qemu?
> 

Patched.
--------------------------------------------------------------
Intel Shannon Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263 Business address: Dromore House, East Park,
Shannon, Co. Clare

This e-mail and any attachments may contain confidential material for the
sole use of the intended recipient(s). Any review or distribution by others
is strictly prohibited. If you are not the intended recipient, please
contact the sender and delete all copies.

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

* Re: [dpdk-dev] About ivshmem
  2014-06-11 10:30       ` Gray, Mark D
  2014-06-11 10:36         ` GongJinrong
@ 2014-06-11 11:29         ` Thomas Monjalon
  1 sibling, 0 replies; 7+ messages in thread
From: Thomas Monjalon @ 2014-06-11 11:29 UTC (permalink / raw)
  To: Gray, Mark D, GongJinrong; +Cc: dev

2014-06-11 10:30, Gray, Mark D:
> 2014-06-11 18:13, GongJinrong:
> > Thanks, I want use DPDK, not OVDK, if I run l2fwd-ivshmem, do I use a
> > patched qemu or just a normal qemu?
> 
> Patched.

Not sure for l2fwd-ivshmem but you should be able to use memnic PMD
with a standard Qemu (not patched).

Mark, could you elaborate? Which patch are you thinking about?

-- 
Thomas

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

end of thread, other threads:[~2014-06-11 11:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-11  8:53 [dpdk-dev] About ivshmem GongJinrong
2014-06-11  9:19 ` Thomas Monjalon
2014-06-11  9:24   ` Gray, Mark D
2014-06-11 10:13     ` GongJinrong
2014-06-11 10:30       ` Gray, Mark D
2014-06-11 10:36         ` GongJinrong
2014-06-11 11:29         ` Thomas Monjalon

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).