> >Fixed two verbatim text sections in vmxnet3 docs.
> >
> >Signed-off-by: John McNamara
>
> This patch looks good.
[...]
> Acked-by: Yong Wang
Applied, thanks
> > This series adds the missing flow for enabling the LRO in the ethdev and
> > adds a support for this feature in the ixgbe PMD. There is a big hope that
> > this
> > initiative is going to be picked up by some Intel developer that would add
> > the LRO support
> > to other Intel PMDs.
> >
> >
> > Signed-off-by: Stephen Hemminger
>
> For the series
> Acked-by: Neil Horman
Applied, thanks
On 10/04/15 07:53, Linhaifeng wrote:
> Hi, all
>
> I'am trying to use valgrind to check memory leak with my dpdk application but
> dpdk always failed to mmap hugepages.
>
> Without valgrind it works well.How to run dpdk applications with valgrind?Is
> there any other way to check memory leak
>
> This script ease testing of basic initializations and Rx/Tx bursts.
> It may help to check obvious regressions.
> In order to run it on a standard development machine, it doesn't use
> neither hugepages nor real interfaces.
>
> The optional parameters are:
> - build directory (default: build)
>
> Null PMD was not found when using a statically linked application:
> EAL: no driver found for eth_null1
> EAL: failed to initialize eth_null1 device
>
> Fixes: c743e50c475f ("null: new poll mode driver")
>
> Signed-off-by: Thomas Monjalon
Applied
> > The virtio pmd is not restricted to uio anymore.
> >
> > Fixes: da978dfdc43b ("virtio: use port IO to get PCI resource")
> >
> > Signed-off-by: Thomas Monjalon
>
> Acked-by: Changchun Ouyang
Applied, thanks
2015-04-09 10:32, Adrien Mazarguil:
> On Tue, Apr 07, 2015 at 07:40:19PM +0200, Thomas Monjalon wrote:
> > The function name is printed in each enic_ethdev function.
> > Disable it by default with a new build option.
> >
> > Signed-off-by: Thomas Monjalon
[...]
> > --- a/lib/librte_pmd_enic/enic_
2015-04-07 18:06, Thomas Monjalon:
> Some blocks are not visible with some Sphinx versions because
> they are using the wrong keyword for code.
>
> Tested with Sphinx v1.1.3.
>
> Fixes: 1733be6d3147 ("doc: new eal multi-pthread feature")
> Fixes: ccefe752cab0 ("doc: add jobstats sample guide")
>
On 4/10/15, 7:45 AM, "John McNamara" wrote:
>Fixed two verbatim text sections in vmxnet3 docs.
>
>Signed-off-by: John McNamara
This patch looks good.
Just want to point out that there are some places in the same doc that
needs fixing. For example, in the various diagrams, specific versions of
On Wed, 17 Dec 2014 07:57:02 -0600
Jay Rolette wrote:
> Signed-off-by: Jay Rolette
> ---
> lib/librte_kni/rte_kni.c | 21 -
> 1 file changed, 20 insertions(+), 1 deletion(-)
>
> diff --git a/lib/librte_kni/rte_kni.c b/lib/librte_kni/rte_kni.c
> index fdb7509..f89319c 100644
Hi Olga,
Thanks for clarifying. It appears that the mlx driver does not allow me to
modify RSS options. lib/libret_pmd_mlx4/mlx4.c file states that RSS hash
key and options cannot be modified. However, I will need to modify the hash
function to be an identity/mask function, and the key to be dst m
On 03/31/15 14:47, Ananyev, Konstantin wrote:
>
>> -Original Message-
>> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Vlad Zolotarov
>> Sent: Monday, March 30, 2015 8:21 PM
>> To: dev at dpdk.org
>> Subject: [dpdk-dev] [PATCH v9 0/3]: Add LRO support to ixgbe PMD
>>
>> This ser
Hi Danny,
Please see below
Best Regards,
Olga
-Original Message-
From: Zhou, Danny [mailto:danny.z...@intel.com]
Sent: Monday, April 13, 2015 2:30 AM
To: Olga Shern; Raghav Sethi; dev at dpdk.org
Subject: RE: [dpdk-dev] Mellanox Flow Steering
Thanks for clarification Olga. I assume wh
One other policy from Linux that would be worth enforcing is that
the default config value for every new feature should be NO.
The problem is too often developers refuse/forget to test if the
code still builds without their new feature.
Fixes: 8a312224bcde ("eal/bsd: fix fd leak")
Signed-off-by: Raz Amir
---
lib/librte_eal/bsdapp/eal/eal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/librte_eal/bsdapp/eal/eal.c b/lib/librte_eal/bsdapp/eal/eal.c
index 871d5f4..e20f915 100644
--- a/lib/librte_eal/bsdapp
Do some cleanup of pci scan loop.
* check errors first
* don't initialize variables where not necessary
* cuddle else (follow existing style)
* chop off conditional after return
Signed-off-by: Stephen Hemminger
---
lib/librte_eal/linuxapp/eal/eal_pci.c | 24
1 f
Fix whitespace errors reported by checkpatch, including
missing space around operators and places where tab should
be used instead of space.
Signed-off-by: Stephen Hemminger
---
lib/librte_eal/linuxapp/eal/eal_pci.c | 17 -
1 file changed, 8 insertions(+), 9 deletions(-)
diff -
Part of my patch-a-day seeries
Stephen Hemminger (2):
pci: cleanup whitespace
pci: rearrange logic from compare loop
lib/librte_eal/linuxapp/eal/eal_pci.c | 41 +--
1 file changed, 20 insertions(+), 21 deletions(-)
--
2.1.4
Please provide more information in the commit message.
We need to know what was the problem (crash) in the git history.
Then when doing git blame, we'll have the full explanation.
2015-04-13 15:19, Raz Amir:
> Fixes: 8a312224bcde ("eal/bsd: fix fd leak")
>
> Signed-off-by: Raz Amir
> ---
> lib/
Thanks. I will submit a patch
-Original Message-
From: Thomas Monjalon [mailto:thomas.monja...@6wind.com]
Sent: 13 April 2015 13:46
To: Raz Amir
Cc: dev at dpdk.org; david.marchand at 6wind.com
Subject: Re: Crash related to virtio NICs in DPDK 2.0.0 on Freebsd 10.1 VM
2015-04-08 18:53, R
Signed-off-by: Keith Wiles
---
lib/librte_pmd_af_packet/rte_eth_af_packet.c | 38 +--
lib/librte_pmd_bond/rte_eth_bond_8023ad.c| 18 +-
lib/librte_pmd_bond/rte_eth_bond_alb.c | 10 +-
lib/librte_pmd_bond/rte_eth_bond_api.c | 142 +-
lib/librte_pmd_bond/rte_eth_bond_args
Signed-off-by: Keith Wiles
---
app/test-pmd/config.c | 6 +-
app/test-pmd/testpmd.h| 4 +-
app/test/test_kni.c | 12 ++--
app/test/test_link_bonding.c | 24
app/test/virtual_pmd.c| 106 +-
Signed-off-by: Keith Wiles
---
lib/librte_ether/rte_ethdev.c | 944 +-
lib/librte_ether/rte_ethdev.h | 340 ---
2 files changed, 466 insertions(+), 818 deletions(-)
diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_ethdev.c
inde
Add the eal_common_device.c and rte_common_device.h and include the
build support changes.
Signed-off-by: Keith Wiles
---
lib/librte_eal/bsdapp/eal/Makefile| 1 +
lib/librte_eal/common/Makefile| 1 +
lib/librte_eal/common/eal_common_device.c | 185
Hi All,
Here is a set of RFC patches to update DPDK to support a generic set of
devices. The patches that follow create two files eal_common_device.h
and rte_common_device.c and then a few items in rte_ethdev.[ch] were moved
to cleanup those files by moving the device generic values and functions
2015-04-13 10:52, Gonzalez Monroy, Sergio:
> On 09/04/2015 21:34, Neil Horman wrote:
> > On Thu, Apr 09, 2015 at 08:00:26PM +0300, Avi Kivity wrote:
> >> On 04/09/2015 02:19 PM, Neil Horman wrote:
> >>> On Thu, Apr 09, 2015 at 12:06:47PM +0300, Avi Kivity wrote:
> On 04/09/2015 11:33 AM, Gonza
2015-04-08 18:53, Raz Amir:
> The issues happens also in dpdk 1.8.0, and related to patch
> http://dpdk.org/dev/patchwork/patch/239/
>
> Adding Thomas and David to the thread and I will appreciate your input.
>
> The patch comes to solve a file descriptor leak in the bsdapp version of
> rte_eal_i
On Thu, Apr 09, 2015 at 09:28:53AM -0700, Stephen Hemminger wrote:
> On Thu, 9 Apr 2015 10:32:24 +0200
> Adrien Mazarguil wrote:
>
> > >
> > > +#ifdef RTE_LIBRTE_ENIC_DEBUG
> > > #define ENICPMD_FUNC_TRACE() \
> > > RTE_LOG(DEBUG, PMD, "ENICPMD trace: %s\n", __func__)
> > > +#else
> > > +#de
On Wed, Apr 08, 2015 at 10:43:53AM +, Butler, Siobhan A wrote:
> Hi all,
> To add to the tools brainstorming - I propose we use the following Coding
> Standards as the basis of guidelines on coding style going forward.
> The style outlined below is in alignment with the current convention used
Any feedback?
From: Raz Amir [mailto:razami...@gmail.com]
Sent: 08 April 2015 18:53
To: dev at dpdk.org; 'Thomas Monjalon'; david.marchand at 6wind.com
Subject: RE: Crash related to virtio NICs in DPDK 2.0.0 on Freebsd 10.1 VM
I found the source of the problem.
The issues happens also in dp
On 09/04/2015 21:34, Neil Horman wrote:
> On Thu, Apr 09, 2015 at 08:00:26PM +0300, Avi Kivity wrote:
>> On 04/09/2015 02:19 PM, Neil Horman wrote:
>>> On Thu, Apr 09, 2015 at 12:06:47PM +0300, Avi Kivity wrote:
On 04/09/2015 11:33 AM, Gonzalez Monroy, Sergio wrote:
> On 08/04/2015 19:26,
Sorry, I used wrong email address to reply from. This one is correct.
On Mon, Apr 13, 2015 at 10:11 AM, Igor Ryzhov wrote:
> Hello, Changchun.
>
> Previous paragraph says ?To enable vhost, turn on vhost library in the
> configure file config/common_linuxapp?, but string in a code-block is
> ?CON
Hello, Changchun.
Previous paragraph says ?To enable vhost, turn on vhost library in the
configure file config/common_linuxapp?, but string in a code-block is
?CONFIG_RTE_LIBRTE_VHOST=n?. I thought that idea is to use the default string
from the config file that user have to change, not already
On Mon, Apr 13, 2015 at 01:04:52PM +0200, Thomas Monjalon wrote:
> 2015-04-13 10:52, Gonzalez Monroy, Sergio:
> > On 09/04/2015 21:34, Neil Horman wrote:
> > > On Thu, Apr 09, 2015 at 08:00:26PM +0300, Avi Kivity wrote:
> > >> On 04/09/2015 02:19 PM, Neil Horman wrote:
> > >>> On Thu, Apr 09, 2015
Hi Igor,
Good catch, comments as below.
> -Original Message-
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Igor Ryzhov
> Sent: Thursday, April 9, 2015 12:31 AM
> To: dev at dpdk.org
> Cc: Igor Ryzhov
> Subject: [dpdk-dev] [PATCH] doc: fix vhost guide
>
> Guide says that a con
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> Sent: Friday, April 10, 2015 3:48 PM
> To: Ouyang, Changchun
> Cc: dev at dpdk.org
> Subject: [PATCH] mk: remove uio suffix from virtio pmd
>
> The virtio pmd is not restricted to uio anymore.
37 matches
Mail list logo