[dpdk-dev] KNI discussion in userspace event

2016-10-29 Thread Vincent Jardin
Le 28 octobre 2016 9:23:06 PM Igor Ryzhov a ?crit : > On Fri, Oct 28, 2016 at 9:40 PM, Thomas Monjalon 6wind.com> > wrote: > >> 2016-10-28 20:29, Igor Ryzhov: >> > On Fri, Oct 28, 2016 Thomas Monjalon wrote: >> > > 2016-10-28 15:51, Richardson, Bruce: >> > > > From: dev [mailto:dev-bounces at

[dpdk-dev] [RFC] [PATCH v2] libeventdev: event driven programming model framework for DPDK

2016-10-26 Thread Vincent Jardin
Le 26 octobre 2016 2:11:26 PM "Van Haaren, Harry" a ?crit : >> -Original Message- >> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Jerin Jacob >> >> So far, I have received constructive feedback from Intel, NXP and Linaro >> folks. >> Let me know, if anyone else interested

[dpdk-dev] [PATCH] Fix KNI compilation under Wind River Linux 6.0 recent RCPLs.

2016-03-31 Thread Vincent JARDIN
Le 30/03/2016 23:50, Stephen Hemminger a ?crit : > Do we want to require DPDK to work in the face of every weird vendor > kernel backport. This is a road to nowhere... +1 with Steve. No way! There is no rational.

[dpdk-dev] [PATCH 1/3] kcp: add kernel control path kernel module

2016-03-10 Thread Vincent JARDIN
Le 10 mars 2016 01:06, "Thomas Monjalon" a ?crit : > > 2016-03-02 23:35, Thomas Monjalon: > > 2016-03-02 12:21, Thomas Monjalon: > > > 2016-03-02 11:47, Vincent JARDIN: > > > > Le 02/03/2016 09:27, Panu Matilainen a ?crit : > > > > >>&

[dpdk-dev] New driver (large patch) question.

2016-03-03 Thread Vincent JARDIN
Please, Le 02/03/2016 22:30, Stephen Hurd a ?crit : > Too many of the DPDK drivers are bloated. >>Recall the venerable paraphrase of Pascal, "I made this so long because I >>did not have time to make it shorter." >>https://en.wikipedia.org/wiki/Wikipedia:Too_long;_didn%27t_read Keep In Simple,

[dpdk-dev] [PATCH 1/3] kcp: add kernel control path kernel module

2016-03-02 Thread Vincent JARDIN
Le 02/03/2016 11:51, Jim Thompson a ?crit : > Can we take it as a requirement to support FreeBSD this time around? Of course, all OS should be on the loop, but I guess, it would be per kernel specific. What is ethtool on FreeBSD? Or can you start porting ethtool on FreeBSD?

[dpdk-dev] [PATCH 1/3] kcp: add kernel control path kernel module

2016-03-02 Thread Vincent JARDIN
Le 02/03/2016 09:27, Panu Matilainen a ?crit : >>> I'd like to see these be merged. >>> >>> Jay >> >> The code is really not ready. I am okay with cooperative development >> but the current code needs to go into a staging type tree. >> No compatibility, no ABI guarantees, more of an RFC. >> Don't

[dpdk-dev] snapshot for 2.2.0 problem?

2016-02-20 Thread Vincent JARDIN
Thomas, > I am not sure if anyone has noticed yet this but is the dpdk snapshot > bad today? can you check again? For 2 download: $ md5sum dpdk-2.2.0*gz 22e2fd68cd5504f43fe9a5a6fd6dd938 dpdk-2.2.0 (1).tar.gz 22e2fd68cd5504f43fe9a5a6fd6dd938 dpdk-2.2.0.tar.gz tar tvzf is ok too. Thanks for

[dpdk-dev] [dpdk-announce] new project using DPDK - FD.io

2016-02-11 Thread Vincent JARDIN
A new project using DPDK is available, http://FD.io said FiDo You can clone it from: http://gerrit.fd.io/ Best regards, Vincent

[dpdk-dev] [PATCH] virtio: prettify log messages

2016-02-11 Thread Vincent JARDIN
On 11/02/2016 02:12, Stephen Hemminger wrote: > I would rather the macros were aligned with ixgbe which always > adds newline for all the PMD_XXX_LOG() macros. And then remove > all extra newlines in virtio code. you right

[dpdk-dev] [PATCH] virtio: prettify log messages

2016-02-11 Thread Vincent JARDIN
PMD_TX_LOG() looks better with a \n Signed-off-by: Vincent JARDIN --- drivers/net/virtio/virtio_rxtx.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/net/virtio/virtio_rxtx.c b/drivers/net/virtio/virtio_rxtx.c index 41a1366..c03d36a 100644 --- a/drivers

[dpdk-dev] [PATCH] eal/linux: fix compilation error CONFIG_RTE_LIBEAL_USE_HPET

2016-02-11 Thread Vincent JARDIN
When CONFIG_RTE_LIBEAL_USE_HPET=y is set, eal_timer.c does not compile anymore. Just add simple missing include. Signed-off-by: Vincent JARDIN --- lib/librte_eal/linuxapp/eal/eal_timer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/librte_eal/linuxapp/eal/eal_timer.c b/lib

[dpdk-dev] PATCH 1/2] i40e: support floating VEB config

2016-01-21 Thread Vincent JARDIN
On 21/01/2016 08:29, David Marchand wrote: > Hello, > > On Thu, Jan 21, 2016 at 8:24 AM, Zhe Tao wrote: >> Add the new floating related argument option in the EAL. >> using this parameter, all the samples can decide whether to use legacy >> VEB/VEPA, >> or floating VEB. > > Not familiar with

[dpdk-dev] [PATCH 0/4] Optimize memcpy for AVX512 platforms

2016-01-15 Thread Vincent JARDIN
Le 14 janv. 2016 22:39, "Wang, Zhihong" a ?crit : > > > > > -Original Message- > > From: Stephen Hemminger [mailto:stephen at networkplumber.org] > > Sent: Friday, January 15, 2016 12:49 AM > > To: Wang, Zhihong > > Cc: dev at dpdk.org; Ananyev, Konstantin ; > > Richardson, Bruce ; Xie,

[dpdk-dev] [PATCH 1/4] ixgbe: support UDP tunnel add/del

2016-01-11 Thread Vincent JARDIN
> [Wenzhuo] The udp_tunnel_add and udp_tunnel_del have already existed. I just use them. Honestly I agree with you they are not accurate name. Better change them to udp_tunnel_port_add and udp_tunnel_port_del. But it should be a ABI change if I?m not wrong. I think we can announce it this release

[dpdk-dev] [PATCH 1/4] ixgbe: support UDP tunnel add/del

2016-01-11 Thread Vincent JARDIN
see inline Le 11 janv. 2016 08:08, "Wenzhuo Lu" a ?crit : > > Add UDP tunnel add/del support on ixgbe. Now it only support > VxLAN port configuration. > Although the VxLAN port has a default value 4789, it can be > changed. We support VxLAN port configuration to meet the > change. > Note, the

[dpdk-dev] [PATCH] hash: fix CRC32c computation

2015-12-23 Thread Vincent JARDIN
Le 23 d?c. 2015 10:12, "Qiu, Michael" a ?crit : > > Is it suitable to put so many code in commit log? It is more explicit than a text/comment. I do not think it should be maintained code. > > Thanks, > Michael > On 12/22/2015 5:36 PM, Didier Pallard wrote: > > As demonstrated by the following

[dpdk-dev] VFIO no-iommu

2015-12-17 Thread Vincent JARDIN
On 17/12/2015 20:38, Jan Viktorin wrote: > which platforms (or computer systems) I am targeting? It is about VMs on IOMMU capable systems. What if you need to use SRIOV with IXGBE, or IGB devices? For some DPDK cases, like Mellanox or virtio, you do not need to use VFIO/UIO into the guests, so

[dpdk-dev] releases scheduling

2015-12-15 Thread Vincent JARDIN
On 15/12/2015 22:15, Wiles, Keith wrote: > I see the YY.MM.PP (PP is patch number) as the simplest way to keep track of > when a release was done. +1 I like it.

[dpdk-dev] VFIO no-iommu

2015-12-11 Thread Vincent JARDIN
Thanks Thomas for putting back this topic. Alex, I'd like to hear more about the impacts of "unsupported": https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=033291eccbdb1b70ffc02641edae19ac825dc75d Use of this mode, specifically binding a device without a native

[dpdk-dev] 2.3 Roadmap

2015-12-01 Thread Vincent JARDIN
On 01/12/2015 15:27, Panu Matilainen wrote: > The problem with that (unless I'm missing something here) is that KNI > requires using out-of-tree kernel modules which makes it pretty much a > non-option for distros. It works fine with some distros. I do not think it should be an argument.

[dpdk-dev] [PATCH v6 0/7] support for netronome nfp-6xxx card

2015-11-05 Thread Vincent JARDIN
On 05/11/2015 11:43, Alejandro.Lucero wrote: > From: "Alejandro.Lucero" > > This patchset adds a new PMD for Netronome nfp-6xxx card. > Just PCI Virtual Functions supported. > Using this PMD requires previous Netronome BSP installation. > I understand that this PMD needs a kernel driver which

[dpdk-dev] Proposals from project governance meeting at DPDK Userspace (was Notes from ...)

2015-11-03 Thread Vincent JARDIN
Le 3 nov. 2015 23:05, "Bagh Fares" a ?crit : > > Tim > Good clafication. What is the governance model. Can you point me to it? Thanks First sentence of http://dpdk.org/dev is " Anyone is welcome to contribute." Best regards, > > -Original Message- > From: O'Driscoll, Tim

[dpdk-dev] [dpdk-dev, PATCHv5, 1/8] ethdev: add new API to retrieve RX/TX queue information

2015-10-20 Thread Vincent JARDIN
On 20/10/2015 09:53, Qiu, Michael wrote: > But as I know it is different all the time, am I right? > If yes, I don't know what's the value of this field. It can be used to get some snapshot/instant view informations while we have to monitor and debug.

[dpdk-dev] DPDK User Space: Session onUseability and Ease of Use

2015-10-14 Thread Vincent JARDIN
Thomas, John, thanks for your notes. Enclosed the contents of our chats, On 13/10/2015 18:36, Mcnamara, John wrote: > * PMD lite > >- Do we need a lighter PMD model? Perhaps based on the Mellanox > model. >- Vincent suggested be could remove 90% of the code. I'll leave >

[dpdk-dev] DPDK User Space: Session onUseability and Ease of Use

2015-10-14 Thread Vincent JARDIN
On 13/10/2015 18:36, Mcnamara, John wrote: > * Should DPDK applications be running as root > >- Clearly not a great option. > >- Currently required due to kernel. It is not 100% accurate. With some systems, it shall be possible to run DPDK application without running them as root. It

[dpdk-dev] DPDK User Space: Session onUseability and Ease of Use

2015-10-14 Thread Vincent JARDIN
On 13/10/2015 22:06, Thomas Monjalon wrote: > 2015-10-13 16:36, Mcnamara, John: >> > - Move the EAL to the kernel. > Please explain what you mean here. > It's difficult to imagine. > +Martin at ARM on it. We were rising this topic with him last week.

[dpdk-dev] [PATCH 00/17] Enhance mlx5 with Mellanox OFED 3.1

2015-10-06 Thread Vincent JARDIN
Le 6 oct. 2015 09:54, "Stephen Hemminger" a ?crit : > > On Mon, 5 Oct 2015 19:54:35 +0200 > Adrien Mazarguil wrote: > > > Mellanox OFED 3.1 [1] comes with improved APIs that Mellanox ConnectX-4 > > (mlx5) adapters can take advantage of, such as: > > > > - Separate post and doorbell operations

[dpdk-dev] Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance

2015-10-01 Thread Vincent JARDIN
On 01/10/2015 11:43, Avi Kivity wrote: > > That is because the device itself contains an iommu. Yes. It could be an option: - we could flag the Linux system unsafe when the device does not have any IOMMU - we flag the Linux system safe when the device has an IOMMU

[dpdk-dev] Having troubles binding an SR-IOV VF to uio_pci_generic on Amazon instance

2015-10-01 Thread Vincent JARDIN
On 01/10/2015 11:22, Avi Kivity wrote: >> As far as I could see, without this kind of motivation, people do not >> even want to try. > > You are mistaken. The problem is a lot harder than you think. > > People didn't go and write userspace drivers because they were lazy. > They wrote them because

[dpdk-dev] [PATCH v4 01/12] ixgbe: support VMDq RSS in non-SRIOV environment

2015-08-12 Thread Vincent JARDIN
On 12/08/2015 10:02, Ouyang Changchun wrote: > +#define VMDQ_RSS_RX_QUEUE_NUM_MAX 4 > + > +static int > +rte_eth_dev_check_vmdq_rss_rxq_num(__rte_unused uint8_t port_id, uint16_t > nb_rx_q) > +{ > + if (nb_rx_q > VMDQ_RSS_RX_QUEUE_NUM_MAX) > + return -EINVAL; > + return 0; >

[dpdk-dev] [PATCH 2/2] virtio: allow running w/o vlan filtering

2015-08-05 Thread Vincent JARDIN
> Use '--disable-hw-vlan-filter' in testpmd command line will allow it > continue to work. > You can have a try. Yes, but not using this flag should not imply to exit. > I am not sure which one is better when app configures one feature but fail to > negotiate it with host(which means has > no

[dpdk-dev] [PATCH 2/2] virtio: allow running w/o vlan filtering

2015-08-04 Thread Vincent JARDIN
Thomas, Changchun, On 29/07/2015 14:56, Thomas Monjalon wrote: > Back on this old patch, it seems justified but nobody agreed. > > --- a/lib/librte_pmd_virtio/virtio_ethdev.c > +++ b/lib/librte_pmd_virtio/virtio_ethdev.c > @@ -1288,7 +1288,6 @@ virtio_dev_configure(struct rte_eth_dev *dev) >

[dpdk-dev] [dpdk-announce] important design choices - statistics - ABI

2015-06-19 Thread Vincent JARDIN
On 18/06/2015 18:55, O'Driscoll, Tim wrote: > I like Olivier's proposal on using a single option (CONFIG_RTE_NEXT_ABI) to > control all of these changes instead of a separate option per patch set > (seehttp://dpdk.org/ml/archives/dev/2015-June/019147.html), so I think we > should rework the

[dpdk-dev] [dpdk-announce] important design choices - statistics - ABI

2015-06-17 Thread Vincent JARDIN
On 17/06/2015 14:14, Panu Matilainen wrote: > (initially accidentally sent to announce, resending to dev) > > On 06/17/2015 01:35 PM, Neil Horman wrote: >> On Wed, Jun 17, 2015 at 01:29:47AM +0200, Thomas Monjalon wrote: >>> Hi all, >>> >>> Sometimes there are some important discussions about

[dpdk-dev] [PATCH v9 12/12] abi: fix v2.1 abi broken issue

2015-05-29 Thread Vincent JARDIN
pt patch set. > They're 1) struct rte_intr_handle; 2) struct rte_intr_conf. > > Signed-off-by: Cunming Liang Acked-by: vincent jardin

[dpdk-dev] DPDK: Proposal for a patch patch-test integration tree

2015-05-28 Thread Vincent JARDIN
On 27/05/2015 22:48, Thomas F Herbert wrote: > Work Flow and Process: > > All patches will be taken from from public submissions to dpdk-dev.org > scraped from dpdk patchwork. Patches will be applied to the patch-test > tree and tested against HEAD as they are received. The feedback from the >

[dpdk-dev] dev@DPDK Hackathon Proposal

2015-05-19 Thread Vincent JARDIN
On 19/05/2015 07:18, Butler, Siobhan A wrote: >> Also related to this, I would hope to participate in any discussion about OVS >> >acceration and vhost/guest access acceleration. We need to have this track with both: - Qemu/kvm/libvirt session during the LinuxCon, - virtio session during

[dpdk-dev] dev@DPDK Hackathon Proposal

2015-05-19 Thread Vincent JARDIN
On 19/05/2015 05:59, O'Driscoll, Tim wrote: > a) Save the date. October 8th/9th, immediately after the European LinuxCon, > in Dublin Ireland. > b) Think about topics that you'd like to see covered. We'll solicit for > inputs when the formal announcement is made, but it's good for people to >

[dpdk-dev] [PATCH v4 17/26] virtio: Use port IO to get PCI resource.

2015-02-11 Thread Vincent JARDIN
On 11/02/2015 05:50, Ouyang, Changchun wrote: > As we know proc/ioports hasn't interrupt, 6wind implementation also don't > introduce interrupt in it. correct, it is running without interrupt, they are not mandatory.

[dpdk-dev] [PATCH] vhost: add interface name to virtio-net struct

2014-12-18 Thread Vincent JARDIN
>> +charifname[32]; /** Name of the tap device **/ > > Linux and BSD the maximum network device name size is 16 > In any case, please, use IF_NAMESIZE or IFNAMSIZ see: http://fxr.watson.org/fxr/ident?v=FREEBSD51;im=bigexcerpts;i=IF_NAMESIZE

[dpdk-dev] Fwd: FOSDEM conference - call for participation

2014-12-17 Thread Vincent JARDIN
Le 17 d?c. 2014 04:15, "Stephen Hemminger" a ?crit : > > On Fri, 31 Oct 2014 15:53:19 -0700 (PDT) > Thomas Monjalon wrote: > > > Hi, > > > > Talks related to DPDK can be proposed for FOSDEM 2015: > > https://fosdem.org/2015/ > > This conference will take place in Belgium on 31 January & 1

[dpdk-dev] virtio merging - no UIO

2014-12-02 Thread Vincent JARDIN
From today's call, I'd like to highlight that virtio-net-pmd (said code B - from 6WIND) does not require UIO; it was required for some security reasons of the guest Linux OS: http://dpdk.org/browse/virtio-net-pmd/tree/virtio_user.c#n1494 Thank you, Vincent

[dpdk-dev] [PATCH v4 00/10] VM Power Management

2014-11-22 Thread Vincent JARDIN
Tim, cc-ing Paolo and qemu-devel@ again in order to get their take on it. >>> Did you make any progress in Qemu/KVM community? >>> We need to be sync'ed up with them to be sure we share the same goal. >>> I want also to avoid using a solution which doesn't fit with their plan. >>> Remember that

[dpdk-dev] bifurcated driver

2014-11-06 Thread Vincent JARDIN
+Or On 05/11/2014 23:48, Zhou, Danny wrote: > Hi Thomas, > > Thanks for sharing the links to ibverbs, I will take a close look at it and > compare it to bifurcated driver. My take > after a rough review is that idea is very much similar, but bifurcated driver > implementation is generic for any

[dpdk-dev] Fwd: FOSDEM conference - call for participation

2014-11-02 Thread Vincent JARDIN
Stephen, According to Dave (cc'd): it cannot be applied for FOSDEM; the organizers would not be happy if we proposed that. Best regards, Vincent On 01/11/2014 22:43, Stephen Hemminger wrote: > Rather than individual talks what about getting them to schedule a 1/2 day > unconference? > > On

[dpdk-dev] DPDK Community Conference Call - Friday 31st October

2014-11-01 Thread Vincent JARDIN
+1 for hangout Le 1 nov. 2014 13:59, "Neil Horman" a ?crit : > On Fri, Oct 31, 2014 at 05:36:59PM +, O'driscoll, Tim wrote: > > Thanks again to those who attended the call earlier. Hopefully people > found it useful. > > > > We'll schedule a follow-up call for 2 weeks' time. One thing that

[dpdk-dev] [dpdk-announce] LinuxConf in Europe on Monday

2014-10-09 Thread Vincent JARDIN
FYI, on Monday, there will be a presentation of DPDK applications running with Openstack: http://sched.co/XnatsK Best regards, Vincent

[dpdk-dev] MIT Fastpass: A Centralized "Zero-Queue" Datacenter Network

2014-08-22 Thread Vincent JARDIN
Good paper to read using DPDK: http://fastpass.mit.edu/

[dpdk-dev] Is VFIO driver's performance better than IGB_UIO?

2014-08-08 Thread Vincent JARDIN
> My cpu is "Intel(R) Xeon(R) CPU E5620 @ 2.40GHz" It is a Westmere if I am correct. So,use UIO.

[dpdk-dev] Is VFIO driver's performance better than IGB_UIO?

2014-08-08 Thread Vincent JARDIN
On 08/08/2014 09:41, Linhaifeng wrote: > I have test the VFIO driver and IGB_UIO driver by l2fwd for many times. I > find that the VFIO driver?s performance is not better than the IGB_UIO. You are right, under some conditions UIO is faster, VFIO provides safety. The best solution is a PMD

[dpdk-dev] [PATCH 0/2] dpdk: Allow for dynamic enablement of some isolated features

2014-08-01 Thread Vincent JARDIN
On 01/08/2014 16:06, Neil Horman wrote: > Thats a multi year effort, and not something I'm prepared to even > consider undertaking. Sorry: I am not pushing you, it was just an open comment. I do agree that it is a multi year effort to get it down into a wide "agreed" community. DPDK community

[dpdk-dev] [PATCH] skeleton app: Very simple code for l2fwding

2014-06-26 Thread Vincent JARDIN
> +#ifdef RTE_EXEC_ENV_BAREMETAL >>+#define MAIN _main >>+#else >>+#define MAIN main >>+#endif >>+ >>+int MAIN(int argc, char *argv[]); >>+ >>+#endif /* ifndef_MAIN_H_ */ why keeping the baremetal? It was dropped for a while. Best regards, Vincent

[dpdk-dev] Ethtool support in DPDK pmd

2014-06-03 Thread Vincent JARDIN
On 02/06/2014 22:37, Chris Wright wrote: > If drivers stayed in kernel and kernel drivers exposed a mechansim for > registering application dma buffers for dpdk apps, then ethtool would > simply work as-is. Yes, that's the right way to go. Currently, the kernel does not provide a generic

[dpdk-dev] Heads up: Fedora packaging plans

2014-05-14 Thread Vincent JARDIN
Neil, > Please find here: > http://people.redhat.com/nhorman/dpdk-1.7.0-0.1.gitb20539d68.src.rpm Your spec file is broken: A simple patch: --- dpdk.spec 2014-05-13 22:43:15.89200 + +++ ../dpdk.spec.vj 2014-05-13 22:42:40.22100 + @@ -75,7 +75,7 @@ %build make

[dpdk-dev] [PATCH 00/16] [RFC] [VFIO] Add VFIO support to DPDK

2014-05-05 Thread Vincent JARDIN
On 02/05/2014 11:00, Burakov, Anatoly wrote: > Hi Chris, > >> hmm, vfio requires iommu support, however virtio pmd? > > That's correct, virtio will not work with VFIO as it stands. However it's not > the fault of this patch but rather lack of emulated IOMMU on the guest :-) My 2 cents:

[dpdk-dev] hardware neutral driver for DPDK

2014-03-06 Thread Vincent JARDIN
librte_pmd_pcap http://dpdk.org/browse/dpdk/tree/lib/librte_pmd_pcap On 06/03/2014 22:25, Neil Horman wrote: > Hey there- > I'm interested in doing some work on the DPDK, specifically in creating > a driver backend that interfaces to the kernel using AF_PACKET rather than a > specific

[dpdk-dev] igb_uio fails on VirtualBox virtio

2014-02-10 Thread Vincent JARDIN
> I guess the referenced virtio-net-PMD below is dpdk1.3 compatible but > not necessarily a newer version. So I assume will need to update it for > 1.6, etc. Where do you see that it does not support the latest on dpdk.org? http://dpdk.org/browse/virtio-net-pmd/log/virtio_user.c About 1.6,

[dpdk-dev] igb_uio fails on VirtualBox virtio

2014-02-08 Thread Vincent JARDIN
You should use another virtio because it avoids uio constraints. I have been using it to run testpmd on Virtualbox longtime ago. See http://dpdk.org/browse/virtio-net-pmd/ Best regards, Vincent Le 8 f?vr. 2014 01:35, "Reda Haddad" a ?crit : > Hi, > > I am getting a "write error: No such

[dpdk-dev] [ovs-dev] [PATCH RFC] dpif-netdev: Add support Intel DPDK based ports.

2014-01-29 Thread Vincent JARDIN
Thomas, First and easy answer: it is open source, so anyone can recompile. So, what's the issue? > Without a concept of stable interfaces, it will be difficult to > package and distribute RTE libraries, PMD, and DPDK applications. Right > now, the obvious path would include packaging the PMD

[dpdk-dev] [ovs-dev] [PATCH RFC] dpif-netdev: Add support Intel DPDK based ports.

2014-01-29 Thread Vincent JARDIN
Hi Thomas, On 29/01/2014 09:15, Thomas Graf wrote: > The obvious and usual best practise would be for DPDK to guarantee > ABI stability between minor releases. > > Since dpdk-dev is copied as well, any comments? DPDK's ABIs are not Kernel's ABIs, they are not POSIX, there is no standard.

[dpdk-dev] [PATCH RFC] dpif-netdev: Add support Intel DPDK based ports.

2014-01-29 Thread Vincent JARDIN
Hi Pravin, >> Few feature questions: >>- what's about the vNIC supports (toward the guests)? >>- what's about IPsec support (VxLAN over IPsec for instance)? >> I do not understand how your patch will solve those 2 cases. >> > At this point I wanted to get basic DPDK support in OVS, once

[dpdk-dev] [PATCH RFC] dpif-netdev: Add support Intel DPDK based ports.

2014-01-28 Thread Vincent JARDIN
Hi Pravin, Yes, it is a good integration with http://dpdk.org Few feature questions: - what's about the vNIC supports (toward the guests)? - what's about IPsec support (VxLAN over IPsec for instance)? I do not understand how your patch will solve those 2 cases. >>> This is based a patch

[dpdk-dev] Scenario of dpdk-iokit //Re: Fwd: dpdk-iokit: Turn dpdk into the IO field.

2013-11-19 Thread Vincent JARDIN
> But IO scenario is very different from IP scenario as my understanding. > > March > > BTW: Do you have people at Bay Area? > > > PS: > Already finished header file for dpdk-iokit/libiokit_sctgt > > > > > >

[dpdk-dev] L2fwd Performance issue with Virtual Machine

2013-10-05 Thread Vincent JARDIN
I disagree Rashmin. We did measurements with 64 bytes packets: the Linux kernel of the guest is the bottleneck, so the vmxnet3 PMD helps to increase the packet rate of the Linux guests. PMD helps within guest for packet rate until you rich (of course) the bottleneck of the host's vSwitch. In

[dpdk-dev] [dpdk-announce] seminar - get started with dpdk.org

2013-09-30 Thread Vincent JARDIN
FYI, there will be a seminar on Tuesday November the 5th in the San Francisco bay area. Register at: http://www.6wind.com/seminars/dpdk/ It is for engineers who need a deep dive into the Intel(r) DPDK: the seminar will cover its design, the details of available protocol stack

[dpdk-dev] L3FWD LPM IP lookup performance question

2013-09-30 Thread Vincent JARDIN
On 26/09/2013 23:16, Chris Pappas wrote: > we are having some numbers regarding the performance of L3FWD and would > like to confirm that they make sense. > So, for L3FWD and 1500byte packets we get 120Gbps out of 12x10Gbps ports > (so we get full throughput) and for 64byte packets we get 80Gbps.

[dpdk-dev] L3FWD LPM IP lookup performance question

2013-09-24 Thread Vincent JARDIN
I do not know any open source implementation of an efficient LPM. FYI, some data with a commercial one: -> up to 160Mpps, the bottleneck was the IOs, not the CPU. http://www.6wind.com/products/6windgate-protocols/ip-forwarding/ Best regards, Vincent On 24/09/2013 15:53, Jun Han wrote:

[dpdk-dev] [PATCH] doc: minor rewording

2013-07-19 Thread Vincent JARDIN
Yes, it helps to avoid confusions, just push it. Acked-by: vincent.jardin at 6wind.com On 16/07/2013 10:35, Thomas Monjalon wrote: > There is no network stack in DPDK API but only helpers for different layers. > > Signed-off-by: Thomas Monjalon > --- > doc/doxy-api-index.md |2 +- > 1

[dpdk-dev] [PATCH 1/2] mk: add rule to print version number

2013-07-19 Thread Vincent JARDIN
it is just look n feel, just push it. Acked-by: vincent.jardin at 6wind.com On 19/07/2013 16:19, Thomas Monjalon wrote: > The version string is extracted from rte_version.h. > RTE_VER_* macros are concatenated and separators " . . r " are inserted. > > Signed-off-by: Thomas Monjalon > --- >

[dpdk-dev] rte_eth_dev_count() returns 0

2013-05-10 Thread Vincent JARDIN
> The rte_eth_dev_count() call returns 0, I am using a CentOS 6.3 Virtual > Machine on VMWare esxi 5.0 on a Cisco UCS C220 M3 which comes with Xeon > E5-2600. Can you run lspci -vt and send us the output? Best regards, Vincent

[dpdk-dev] DPDK community

2013-03-13 Thread Vincent JARDIN
Welcome to the DPDK community. Please, use this mailing list to share your patches, your questions and we'll provide you a best effort follow up. Please, note that this mailing list cannot be used for a commercial support. It is provided as-is. Anyone can contribute, you are welcomed. Best