[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 08:53:08AM +, Liu, Jijiang wrote: ... > > If so, you'd better quote them here, or even to your patch commit. > > In the Virtual I/O Device (VIRTIO) Version 1.0 Committee Specification 02, > > (1) VIRTIO_NET_F_GUEST_CSUM (1) Driver handles packets with partial

[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Thomas Monjalon
2015-11-11 16:56, Helin Zhang: > It fixes the issue of cannot using more than 1 poor for VMDq, > according to the queues left. > > Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") > > Signed-off-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH v3 0/2] fix compile issues on ICC

2015-11-11 Thread Thomas Monjalon
> > It fixes compile issues for i40e, and testpmd on ICC 13.0.0. > > > > v2 changes: > > Corrected the variable/function type, to replace casting. > > > > v3 changes: > > Added 'Fixes' line in the commit logs. > > > > Helin Zhang (2): > > i40e: fix ICC compile issue > > app/testpmd: fix ICC

[dpdk-dev] [PATCH v4] i40e: fix the issue of not freeing memzone

2015-11-11 Thread Thomas Monjalon
2015-11-11 13:28, Helin Zhang: > This fixes the issue of not freeing memzone in a call to free the > memory for adminq DMA. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Helin Zhang Applied, thanks

[dpdk-dev] [PATCH v6 00/10] Add installation rules for dpdk files

2015-11-11 Thread Arevalo, Mario Alfredo C
Hi Bruce, First thank you for your help during this time, and you are right, the objective of this is try to have a more standard installation process, I have taken a look to your patches, and you rename targets as first step in order to improve the installation process, I have the

[dpdk-dev] Permanently binding NIC ports with DPDK drivers

2015-11-11 Thread Montorsi, Francesco
Hi Bruce, > -Original Message- > From: Bruce Richardson [mailto:bruce.richardson at intel.com] > I'm not aware of any way to make the bindings permanent across reboots. > What you have suggested will work, but there are probably better ways to > do the same thing. I agree... let's see if

[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Helin Zhang
It fixes the issue of cannot using more than 1 poor for VMDq, according to the queues left. Fixes: 705b57f82054 ("i40e: enlarge the number of supported queues") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 36 ++-- 1 file changed, 26

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 08:38:29AM +, Liu, Jijiang wrote: > > > > -Original Message- > > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > > Sent: Wednesday, November 11, 2015 4:31 PM > > To: Liu, Jijiang; Michael S. Tsirkin > > Cc: dev at dpdk.org > > Subject: Re:

[dpdk-dev] [PATCH v4 5/8] sample/vhost:remove ip_hdr structure defination

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 02:40:43PM +0800, Jijiang Liu wrote: > Remove the ip_hdr structure defination. Even for such simple patch, you need state why. Stating that "remove ip_hdr structure defination because we already have that in rte_ip.h" will definitely let others to accept your patch eaiser.

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 02:40:45PM +0800, Jijiang Liu wrote: > Add virtio guest offload capabilities. > > Signed-off-by: Jijiang Liu > --- > lib/librte_vhost/virtio-net.c |5 - > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/lib/librte_vhost/virtio-net.c

[dpdk-dev] Permanently binding NIC ports with DPDK drivers

2015-11-11 Thread Bruce Richardson
On Wed, Nov 11, 2015 at 04:13:01PM +, Montorsi, Francesco wrote: > Hi, > Is there a way to permanently (i.e., have the configuration automatically > applied after reboot) bind a NIC port to DPDK? > > In case there's none, I'm thinking to save in my software a list of the NIC > ports chosen

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Yuanhan Liu
On Wed, Nov 11, 2015 at 02:40:41PM +0800, Jijiang Liu wrote: > Add vhost TX offload(CSUM and TSO) support capabilities. Claiming first that we support something, and then actually implementing in a later patch is wrong, as at this stage, we actually does not support that, hence, the functionality

[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Yuanhan Liu
Regarding to your patch title, there are two minor pits: - the prefix should be "vhost" but not "virtio/lib". - you should add an extra space after ":" On Wed, Nov 11, 2015 at 02:40:46PM +0800, Jijiang Liu wrote: > Enqueue guest offload(CSUM and TSO) handle. (ALL) Your patch lacks some

[dpdk-dev] Permanently binding NIC ports with DPDK drivers

2015-11-11 Thread Montorsi, Francesco
Hi, Is there a way to permanently (i.e., have the configuration automatically applied after reboot) bind a NIC port to DPDK? In case there's none, I'm thinking to save in my software a list of the NIC ports chosen by the user for use with DPDK and then, upon software startup to just do for

[dpdk-dev] How can I run load balancer to configure the example figure 18.5 ?

2015-11-11 Thread 최익성
Dear DPDK experts. Thank you very much for your best great efforts and precious answers. I have a question about execution option for load balancer in ~/dpdk/examples/load_balancer/ How can I run load balancer to configure the figure 18.5 in the

[dpdk-dev] [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

2015-11-11 Thread Yuanhan Liu
Acked-by: Yuanhan Liu --yliu On Wed, Nov 11, 2015 at 02:57:23PM +0800, Xiaobo Chi wrote: > Problem:if I firstly insert my kmod_test.ko, then insert eventfd_link.ko, > error will happen with hint " Device or resource busy". This is because > the default minor device number, 0, has been

[dpdk-dev] [PATCH v2] vhost: fix eventfd_link.ko insertion failure problem

2015-11-11 Thread Xiaobo Chi
Problem:if I firstly insert my kmod_test.ko, then insert eventfd_link.ko, error will happen with hint " Device or resource busy". This is because the default minor device number, 0, has been occupied by my kmod_test.ko . root at distro:~/test$ lsmod Module Size Used by kmod_test

[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Jijiang Liu
Enqueue guest offload(CSUM and TSO) handle. Signed-off-by: Jijiang Liu --- lib/librte_vhost/vhost_rxtx.c | 45 +++- 1 files changed, 43 insertions(+), 2 deletions(-) diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c index

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Jijiang Liu
Add virtio guest offload capabilities. Signed-off-by: Jijiang Liu --- lib/librte_vhost/virtio-net.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.c index 81bd309..839a333 100644 ---

[dpdk-dev] [PATCH v4 6/8] examples/vhost:support TX offload in vhost sample

2015-11-11 Thread Jijiang Liu
Change the vhost sample to support and test TX offload. Signed-off-by: Jijiang Liu --- examples/vhost/main.c | 110 +++- 1 files changed, 107 insertions(+), 3 deletions(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index

[dpdk-dev] [PATCH v4 5/8] sample/vhost:remove ip_hdr structure defination

2015-11-11 Thread Jijiang Liu
Remove the ip_hdr structure defination. Signed-off-by: Jijiang Liu --- examples/vhost/main.c | 15 +-- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/examples/vhost/main.c b/examples/vhost/main.c index c081b18..044c680 100644 --- a/examples/vhost/main.c +++

[dpdk-dev] [PATCH v4 4/8] virtio/lib:dequeue vhost TX offload

2015-11-11 Thread Jijiang Liu
Dequeue vhost TX offload(CSUM and TSO) in vhost lib Signed-off-by: Jijiang Liu --- lib/librte_vhost/vhost_rxtx.c | 104 - 1 files changed, 103 insertions(+), 1 deletions(-) diff --git a/lib/librte_vhost/vhost_rxtx.c b/lib/librte_vhost/vhost_rxtx.c index

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Jijiang Liu
Add vhost TX offload(CSUM and TSO) support capabilities. Signed-off-by: Jijiang Liu --- lib/librte_vhost/virtio-net.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/lib/librte_vhost/virtio-net.c b/lib/librte_vhost/virtio-net.c index 14278de..81bd309 100644 ---

[dpdk-dev] [PATCH v4 2/8] driver/virtio:record virtual address of virtio net header

2015-11-11 Thread Jijiang Liu
Record virtual address of virtio net header. Signed-off-by: Jijiang Liu --- drivers/net/virtio/virtio_ethdev.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/net/virtio/virtio_ethdev.c b/drivers/net/virtio/virtio_ethdev.c index 74c00ee..dd39715 100644 ---

[dpdk-dev] [PATCH v4 1/8] driver/virtio:add virtual address for virtio net header

2015-11-11 Thread Jijiang Liu
The virtual address for virtio net header need to be recorded. Signed-off-by: Jijiang Liu --- drivers/net/virtio/virtqueue.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h index 689c321..5b43eeb 100644 ---

[dpdk-dev] [PATCH v4 0/8] add virtio offload support in us-vhost

2015-11-11 Thread Jijiang Liu
Adds virtio offload support in us-vhost. The patch set adds the negotiation support between us-vhost and vanilla Linux virtio guest for TX offload(checksum and TSO), and add the offload support in the vhost libs and change vhost sample to test these changes. v4 change: remove virtio-net

[dpdk-dev] [PATCH v3 2/2] app/testpmd: fix ICC compile issue

2015-11-11 Thread Helin Zhang
It fixes compile issue on ICC 13.0.0. Error logs: app/test-pmd/cmdline.c(8160): error #188: enumerated type mixed with another type entry.input.flow.tunnel_flow.tunnel_type = str2fdir_tunneltype(res->tunnel_type); Fixes: 53b2bb9b7ea7 ("app/testpmd: new flow director commands")

[dpdk-dev] [PATCH v3 1/2] i40e: fix ICC compile issue

2015-11-11 Thread Helin Zhang
It fixes compile issue on ICC 13.0.0. Error logs: i40e_ethdev.c(7943): error #188: enumerated type mixed with another type PMD_INIT_LOG(ERR, Fixes: c8b9a3e3fe1b ("i40e: support DCB mode") Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 34 +++---

[dpdk-dev] [PATCH v3 0/2] fix compile issues on ICC

2015-11-11 Thread Helin Zhang
It fixes compile issues for i40e, and testpmd on ICC 13.0.0. v2 changes: Corrected the variable/function type, to replace casting. v3 changes: Added 'Fixes' line in the commit logs. Helin Zhang (2): i40e: fix ICC compile issue app/testpmd: fix ICC compile issue app/test-pmd/cmdline.c

[dpdk-dev] Permanently binding NIC ports with DPDK drivers

2015-11-11 Thread Matthew Hall
In my development environment I set up an at-boot provisioning script that does it. I recommend using scripts and not shelling out from C code. ;) On Wed, Nov 11, 2015 at 04:13:01PM +, Montorsi, Francesco wrote: > Hi, > Is there a way to permanently (i.e., have the configuration

[dpdk-dev] [PATCH v2] ethdev: Prefetch driver variable structure

2015-11-11 Thread Polehn, Mike A
Adds ethdev driver prefetch of variable structure to CPU cache 0 while calling into tx or rx device driver operation. RFC 2544 test of NIC task test measurement points show improvement of lower latency and/or better packet throughput indicating clock cycles saved. Signed-off-by: Mike A. Polehn

[dpdk-dev] [PATCH v2] ethdev: Prefetch driver variable structure

2015-11-11 Thread Polehn, Mike A
It is probably the usual MS operation issues, I'll resubmit. -Original Message- From: Stephen Hemminger [mailto:step...@networkplumber.org] Sent: Tuesday, November 10, 2015 9:03 AM To: Polehn, Mike A Cc: dev at dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] ethdev: Prefetch driver variable

[dpdk-dev] [PATCH v4] i40e: fix the issue of not freeing memzone

2015-11-11 Thread Helin Zhang
This fixes the issue of not freeing memzone in a call to free the memory for adminq DMA. Fixes: 4861cde46116 ("i40e: new poll mode driver") Signed-off-by: Helin Zhang --- doc/guides/rel_notes/release_2_2.rst | 5 + drivers/net/i40e/base/i40e_osdep.h | 2 +-

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Panu Matilainen
On 11/11/2015 12:16 PM, Thomas Monjalon wrote: > 2015-11-11 09:07, Panu Matilainen: >> On 09/24/2015 01:23 PM, Neil Horman wrote: >>> On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: For giggles, tried running abi-validator between 2.0 and 2.1 on my Fedora 22 laptop,

[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-11 Thread Thomas Monjalon
2015-11-11 10:45, Mcnamara, John: > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > > The library librte_net gather some structures and functions for network > > headers/layers parsing. > > These PTP functions looks really generic. Why not add them in EAL? > > Maybe they

[dpdk-dev] [PATCH v4 8/8] virtio/lib:add guest offload handle

2015-11-11 Thread Thomas Monjalon
Yuanhan, You deserve a "review award"! Thanks a lot 2015-11-11 16:23, Yuanhan Liu: > Regarding to your patch title, there are two minor pits: > > - the prefix should be "vhost" but not "virtio/lib". > > - you should add an extra space after ":" > > On Wed, Nov 11, 2015 at 02:40:46PM +0800,

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Thomas Monjalon
2015-11-11 09:07, Panu Matilainen: > On 09/24/2015 01:23 PM, Neil Horman wrote: > > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: > >> For giggles, tried running abi-validator between 2.0 and 2.1 on > >> my Fedora 22 laptop, didn't work due to various build failures. > >> With

[dpdk-dev] [PATCH] i40e: fix the issue of cannot using more than 1 poor for VMDq

2015-11-11 Thread Thomas Monjalon
Comments on the git message: After the word "fix" in the title, the word "issue" is useless. It's better to have a short title, easy to parse in the commit list. What is a poor? Do you mean pool? 2015-11-11 16:56, Helin Zhang: > It fixes the issue of cannot using more than 1 poor for VMDq, >

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Liu, Jijiang
Hi Qian, > > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Liu, Jijiang > Sent: Wednesday, November 11, 2015 4:53 PM > To: Yuanhan Liu > Cc: dev at dpdk.org; Michael S. Tsirkin > Subject: Re: [dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload >

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Thomas Monjalon
2015-11-11 08:53, Liu, Jijiang: > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > > On Wed, Nov 11, 2015 at 08:38:29AM +, Liu, Jijiang wrote: > > > According to virtio standard, those fileds should be set. > > > > If so, you'd better quote them here, or even to your patch commit.

[dpdk-dev] [PATCH v4 5/8] sample/vhost:remove ip_hdr structure defination

2015-11-11 Thread Thomas Monjalon
2015-11-11 16:34, Yuanhan Liu: > On Wed, Nov 11, 2015 at 02:40:43PM +0800, Jijiang Liu wrote: > > Remove the ip_hdr structure defination. > > Even for such simple patch, you need state why. Stating that > "remove ip_hdr structure defination because we already have > that in rte_ip.h" will

[dpdk-dev] Set interfaces to bind

2015-11-11 Thread Bruce Richardson
On Tue, Nov 10, 2015 at 11:32:57PM -0200, Victor Detoni wrote: > Hi, > > is there some way to pin what port I want to use? For example, eth0 is my > port 1 and eth1 is my port 0? > > Thanks > Victor Hi Victor, the ports will always be in pci address order inside DPDK, since the port numbers

[dpdk-dev] [PATCH v3 2/4] ethdev: move error checking macros to header

2015-11-11 Thread Bruce Richardson
On Tue, Nov 10, 2015 at 06:12:28PM +0100, Adrien Mazarguil wrote: > On Tue, Nov 10, 2015 at 04:21:10PM +, Richardson, Bruce wrote: > > > > > > > -Original Message- > > > From: Adrien Mazarguil [mailto:adrien.mazarguil at 6wind.com] > > > Sent: Tuesday, November 10, 2015 4:08 PM > > >

[dpdk-dev] [PATCH v6 00/10] Add installation rules for dpdk files

2015-11-11 Thread Bruce Richardson
On Tue, Nov 10, 2015 at 11:25:39PM +, Arevalo, Mario Alfredo C wrote: > Hi Aaron, > > > I have been working on series of patches in order to improve > the installation process of dpdk, I sent my first version at > sep 18. > > http://dpdk.org/ml/archives/dev/2015-September/023761.html >

[dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and functions

2015-11-11 Thread Mcnamara, John
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Thomas Monjalon > Sent: Tuesday, November 10, 2015 11:26 AM > To: Mrzyglod, DanielX T > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 2/7] net: Add common PTP structures and > functions > > 2015-11-05

[dpdk-dev] [PATCH v4 3/8] virtio/lib:add vhost TX checksum support capabilities

2015-11-11 Thread Stephen Hemminger
On Wed, 11 Nov 2015 16:26:57 +0800 Yuanhan Liu wrote: > On Wed, Nov 11, 2015 at 02:40:41PM +0800, Jijiang Liu wrote: > > Add vhost TX offload(CSUM and TSO) support capabilities. > > Claiming first that we support something, and then actually implementing > in a later patch is wrong, as at this

[dpdk-dev] Permanently binding NIC ports with DPDK drivers

2015-11-11 Thread Stephen Hemminger
On Wed, 11 Nov 2015 16:59:14 + "Montorsi, Francesco" wrote: > Hi Bruce, > > > -Original Message- > > From: Bruce Richardson [mailto:bruce.richardson at intel.com] > > I'm not aware of any way to make the bindings permanent across reboots. > > What you have suggested will work, but

[dpdk-dev] [PATCH v4 1/3] rte: add keep alive functionality

2015-11-11 Thread Remy Horton
On 10/11/2015 14:02, Thomas Monjalon wrote: > Why ptr_timer is unused? Use as rte_timer callback requires the parameter be present, but responsibility for setting this up is delegated to the application. ..Remy

[dpdk-dev] [PATCH 0/3 v2] Minor abi-validator improvements

2015-11-11 Thread Panu Matilainen
On 09/24/2015 01:23 PM, Neil Horman wrote: > On Thu, Sep 24, 2015 at 10:50:56AM +0300, Panu Matilainen wrote: >> For giggles, tried running abi-validator between 2.0 and 2.1 on >> my Fedora 22 laptop, didn't work due to various build failures. >> With this patch series the following now succeeds:

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Liu, Jijiang
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Wednesday, November 11, 2015 4:44 PM > To: Liu, Jijiang > Cc: Michael S. Tsirkin; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload > capabilities > > On

[dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload capabilities

2015-11-11 Thread Liu, Jijiang
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Wednesday, November 11, 2015 4:31 PM > To: Liu, Jijiang; Michael S. Tsirkin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 7/8] virtio/lib:add virtio guest offload > capabilities > > On

[dpdk-dev] [PATCH v4 1/3] rte: add keep alive functionality

2015-11-11 Thread Stephen Hemminger
In general, try not to introduce new thinks and avoid extra code. Also Linux has more robust mechanism in the watchdog timers, why not use that? Could you use RTE_PER_LCORE some how? > +#ifdef KEEPALIVE_DEBUG_MSGS Any #ifdef must have a config option to enable it. > +static void >

[dpdk-dev] [PATCH v3 0/2] fix compile issues on ICC

2015-11-11 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Helin Zhang > Sent: Wednesday, November 11, 2015 6:11 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v3 0/2] fix compile issues on ICC > > It fixes compile issues for i40e, and testpmd on ICC 13.0.0. >

[dpdk-dev] [PATCH v4 0/3] Keepalive monitoring & reporting

2015-11-11 Thread Cao, Min
Tested-by: Min Cao - OS/Kernel: Fedora 21/ 3.17.4-301 - GCC: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6) - CPU: Intel(R) Xeon(R) CPU E5-2658 0 @ 2.10GHz - NIC: Intel Corporation 82599ES 10-Gigabit SFI/SFP+ Network Connection (rev 01) - Total 3 cases, 3 passed, 0 failed. Test Case 1:

[dpdk-dev] [PATCH v3 8/8] examples/vhost:support TX offload in vhost sample

2015-11-11 Thread Liu, Jijiang
> -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Monday, November 09, 2015 12:17 PM > To: Liu, Jijiang > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 8/8] examples/vhost:support TX offload in > vhost sample > > On Wed, Nov 04, 2015 at

[dpdk-dev] DPDK2.1 VF and NIC X552 PF - ixgbe SRIOV works?

2015-11-11 Thread Lu, Wenzhuo
Hi Zhongliang, After looked at the log messages, I think the problem is that VF is reset by PF. For there's a feature named "malicious driver detection". It means the HW will check if there's malicious behavior on VF. If so, VF will be reset. For there's many reasons, for example, the packet

[dpdk-dev] [PATCH] vhost: fix mmap failure as len not aligned with hugepage size

2015-11-11 Thread Xie, Huawei
On 10/30/2015 2:52 PM, Jianfeng Tan wrote: > This patch fixes a bug under lower version linux kernel, mmap() fails when Since which version Linux hugetlbfs changes the requirement of size alignment? > length is not aligned with hugepage size. > > Signed-off-by: Jianfeng Tan > --- >

[dpdk-dev] [PATCH v5 1/7] ethdev: add additional ieee1588 support functions

2015-11-11 Thread Cao, Waterman
Hi Thomas, Marvin has already tested the patches with a recent HEAD release of DPDK and are ready to test them as part of RC2. As you say the changes are localized to the Intel drivers and from our review they look like low risk of breaking anything else. Thanks Waterman -Original