On Thu, Aug 09, 2018 at 01:34:55PM -0500, Allain Legacy wrote:
From: eric zhang
This patch checks negotiated features to see if necessary to offload
before set the tap device offload capabilities. It also checks if kernel
support the TUNSETOFFLOAD operation.
Signed-off-by: eric zhang
Signed-o
On Wed, Aug 08, 2018 at 05:23:22PM +0200, Maxime Coquelin wrote:
For consistency with Vhost kernel backend, save the wrap
counter value into bit 31 of num's vring state field.
Signed-off-by: Maxime Coquelin
---
lib/librte_vhost/vhost_user.c | 16
1 file changed, 12 insertions(+)
On 10.08.2018 06:03, Tiwei Bie wrote:
>
> [PATCH] vhost: suppress error if numa is not available
>
> s/numa/NUMA/
>
> Otherwise check-git-log.sh [1] will complain:
>
> Wrong headline lowercase:
> vhost: suppress error if numa is not available
Sure. Thanks for pointing that. I'll send v
It's a common case that 'get_mempolicy' fails on systems
without NUMA support. No need to flag an error in log for
this situation.
Signed-off-by: Ilya Maximets
Reviewed-by: Tiwei Bie
---
Version 2:
* Fixed 'check-git-log.sh' warning.
lib/librte_vhost/vhost.c | 3 ++-
1 file changed, 2
Hi Jacob,
> -Original Message-
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Friday, August 10, 2018 11:45 AM
> To: Xing, Beilei
> Cc: Lu, Wenzhuo ; Wu, Jingjing
> ; dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH] app/testpmd: support bitmask for RSS and
> FDIR
>
> -
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Thursday, August 9, 2018 8:36 PM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; De Lara Guarch, Pablo ;
> Jozwiak, TomaszX
>
> Subject: Re: [dpdk-dev] [PATCH v2 6/8] doc/qat: update kernel dependency
>
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Thursday, August 9, 2018 8:48 PM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; De Lara Guarch, Pablo ;
> Jozwiak, TomaszX
>
> Subject: Re: [dpdk-dev] [PATCH v2 7/8] doc/qat: update PMD build section
>
Thanks, will refine in v2.
On Thu, Aug 9, 2018, 18:49 Burakov, Anatoly
wrote:
> On 05-Aug-18 7:41 PM, Drocula wrote:
> > The kernel version 4.14 released with the support of 5-level paging.
> > When PML5 enabled, user-space virtual addresses uses up to 56 bits.
> > see kernel's Documentation/x86
Hi Thomas
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Thursday, August 9, 2018 8:49 PM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; De Lara Guarch, Pablo ;
> Jozwiak, TomaszX
>
> Subject: Re: [dpdk-dev] [PATCH v2 0/8] doc/qat: clarify build config options
For ixgbevf kernel driver, link status changes from down to up
will trigger vf kernel driver send IXGBE_VF_RESET message to pf
kernel driver, after this, vf kernel driver will disable and enable
it self. By these series operations, the vf kernel driver report
link up. Besides, all these operations
First, thanks for your suggestions.
When using the MAP_FIXED flag, mmap will return an MMAP_FAILED if
0xf0 is not available.
In this case, I want mmap to return an address near 0xf0.
I will submit v2.
On Fri, Aug 10, 2018, 01:03 Stephen Hemminger
wrote:
> Thanks for th
10/08/2018 04:31, Xing, Beilei:
> Hi Thomas,
>
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> > 06/08/2018 07:45, Beilei Xing:
> > > This patch adds bitmask support for RSS, FDIR and FDIR flexible
> > > payload.
> > >
> > > Signed-off-by: Beilei Xing
> >
> > Flow director API is deprecat
10/08/2018 09:51, Trahe, Fiona:
> Hi Thomas,
>
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> > 09/08/2018 18:50, Fiona Trahe:
> > > +Quick instructions for QAT compressdev PMD are as follows:
> > >
> > > +.. code-block:: console
> > > +
> > > + cd to the top-level DPDK directory
> > > + m
On 10-Aug-18 9:35 AM, Drocula wrote:
First, thanks for your suggestions.
When using the MAP_FIXED flag, mmap will return an MMAP_FAILED if
0xf0 is not available.
In this case, I want mmap to return an address near 0xf0.
I will submit v2.
How can we be sure there's not
https://bugs.dpdk.org/show_bug.cgi?id=80
Bug ID: 80
Summary: There is not any mention of AF_PACKET PMD in the doc
Product: DPDK
Version: 18.08
Hardware: All
OS: Linux
Status: CONFIRMED
Severity: enhancemen
-Original Message-
> Date: Fri, 10 Aug 2018 07:37:21 +
> From: "Xing, Beilei"
> To: Jerin Jacob
> CC: "Lu, Wenzhuo" , "Wu, Jingjing"
> , "dev@dpdk.org"
> Subject: RE: [dpdk-dev] [PATCH] app/testpmd: support bitmask for RSS and
> FDIR
>
>
> Hi Jacob,
Hi Xing,
>
> > -Origina
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Friday, August 10, 2018 10:01 AM
> To: Trahe, Fiona
> Cc: dev@dpdk.org; De Lara Guarch, Pablo ;
> Jozwiak, TomaszX
>
> Subject: Re: [dpdk-dev] [PATCH v2 7/8] doc/qat: update PMD build section
>
Add 2 missing limitations to QAT compressdev documentation
Signed-off-by: Fiona Trahe
---
doc/guides/compressdevs/qat_comp.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/doc/guides/compressdevs/qat_comp.rst
b/doc/guides/compressdevs/qat_comp.rst
index 8b1270b70..b45f
Add section to common QAT part of doc about
which tests can be used to exercise
QAT compress and crypto PMDS
Signed-off-by: Fiona Trahe
---
doc/guides/cryptodevs/qat.rst | 20
1 file changed, 20 insertions(+)
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodev
Clarified documentation structure between
compressedev, cryptodev and common build parts.
Clarified build configuration options.
Added Testing section.
Fixed typos and made some cosmetic improvements.
v3 changes
- squashed some patches
- added more text to remaining commit msgs
- fixed underli
Signed-off-by: Fiona Trahe
---
doc/guides/cryptodevs/qat.rst | 29 +++--
1 file changed, 15 insertions(+), 14 deletions(-)
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index 7df49ca44..17b313c9d 100644
--- a/doc/guides/cryptodevs/qat.rst
+++
Add overview of QAT doc sections and link between them.
Indent to next level all sections within
the crypto and common sections.
Signed-off-by: Fiona Trahe
---
doc/guides/compressdevs/qat_comp.rst | 2 +-
doc/guides/cryptodevs/qat.rst| 46 +++-
2 files ch
Update PMD build section.
Linked to kernel dependency section and refactored text
between those 2 sections.
Signed-off-by: Fiona Trahe
---
doc/guides/cryptodevs/qat.rst | 81 ++-
1 file changed, 49 insertions(+), 32 deletions(-)
diff --git a/doc/guides/cr
Added description of the build configuration options for QAT.
Signed-off-by: Fiona Trahe
---
doc/guides/cryptodevs/qat.rst | 31 +++
1 file changed, 31 insertions(+)
diff --git a/doc/guides/cryptodevs/qat.rst b/doc/guides/cryptodevs/qat.rst
index a352dabcd..67b84b3e2
>
> # Other than that, I am still not able to understand, why not
> application wait until rte_event_port_unlink() returns.
Making rte_event_port_unlink() blocking would be troublesome if one doesn’t care
about unlink completion. E.g. doing dynamic load balancing.
>
> # What in real word use c
This adds a new forwarding mode to testpmd to simulate
more realistic behavior of a guest machine engaged in receiving
and sending packets performing Virtual Network Function (VNF).
The goal is to enable a simple way of measuring performance impact on
cache and memory footprint utilization from va
This series adds a new forwarding mode 'noisy'. It proposes
enhancements to testpmd to simulate more realistic behavior of a guest
machine engaged in receiving and sending packets performing Virtual
Network Function (VNF).
The goal is to enable simple of measuring performance impact on cache and
-Original Message-
> Date: Fri, 10 Aug 2018 14:24:02 +
> From: "Elo, Matias (Nokia - FI/Espoo)"
> To: Jerin Jacob
> CC: "Van Haaren, Harry" , "dev@dpdk.org"
>
> Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status
> x-mailer: Apple Mail (2.3445.9.1)
>
>
> >
> > #
The QAT compression driver was named "qat".
Rename to compress_qat for consistency with other compressdev drivers
and with crypto_qat.
Signed-off-by: Fiona Trahe
---
The patch depends on
https://patches.dpdk.org/patch/43673/
doc/guides/cryptodevs/qat.rst | 2 +-
drivers/common/qat/qat_d
Signed-off-by: Fiona Trahe
---
drivers/crypto/qat/qat_sym_pmd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/qat/qat_sym_pmd.h b/drivers/crypto/qat/qat_sym_pmd.h
index d343285..75c3362 100644
--- a/drivers/crypto/qat/qat_sym_pmd.h
+++ b/drivers/crypto/qat/qat
Corrected subject - only 1 patch here.
> -Original Message-
> From: Trahe, Fiona
> Sent: Friday, August 10, 2018 4:19 PM
> To: dev@dpdk.org; akhil.go...@nxp.com; De Lara Guarch, Pablo
> ;
> Jozwiak, TomaszX
> Cc: Trahe, Fiona
> Subject: [PATCH 1/2] crypto/qat: fix typo
>
> Signed-off-b
On 08/10/2018 09:24 AM, Ilya Maximets wrote:
It's a common case that 'get_mempolicy' fails on systems
without NUMA support. No need to flag an error in log for
this situation.
Signed-off-by: Ilya Maximets
Reviewed-by: Tiwei Bie
---
Version 2:
* Fixed 'check-git-log.sh' warning.
On 08/10/2018 09:24 AM, Ilya Maximets wrote:
It's a common case that 'get_mempolicy' fails on systems
without NUMA support. No need to flag an error in log for
this situation.
Signed-off-by: Ilya Maximets
Reviewed-by: Tiwei Bie
---
Version 2:
* Fixed 'check-git-log.sh' warning.
> From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com]
> Sent: Friday, August 10, 2018 3:52 PM
> To: Elo, Matias (Nokia - FI/Espoo)
> Cc: Van Haaren, Harry ; dev@dpdk.org
> Subject: Re: [dpdk-dev] eventdev: method for finding out unlink status
>
> -Original Message-
> > Date: Fri, 10
-Original Message-
> Date: Fri, 10 Aug 2018 16:55:31 +
> From: "Van Haaren, Harry"
> To: Jerin Jacob , "Elo, Matias (Nokia -
> FI/Espoo)"
> CC: "dev@dpdk.org"
> Subject: RE: [dpdk-dev] eventdev: method for finding out unlink status
>
>
> > From: Jerin Jacob [mailto:jerin.ja...@cav
Hi Bruce,
Thank you for your information! I will try different firmware version and also
double check our application code and see if there is any potential incorrect
memory access. Will update if I see anything.
Best Regards,
Hui
-
The event buffer was changed to be a fixed size value, but it
is not large enough for a forwarding stress test.
And that change was buggy because it left calls to rte_free()
for a pointer that was not setup with rte_malloc(). This would
cause pool to get corrupted.
This version of event buffer co
37 matches
Mail list logo