hi, andrew
On 8/20/2018 6:37 PM, Andrew Rybchenko wrote:
On 17.08.2018 13:51, Jeff Guo wrote:
Add a new req event in eal device event for vfio hotplug. When the req
request send from the vfio kernel module be detected, vfio userpace
driver could use this event to notify the app to handler it.
hi, gaetan
On 8/20/2018 5:15 PM, Gaëtan Rivet wrote:
Hi Jeff,
On Fri, Aug 17, 2018 at 06:51:26PM +0800, Jeff Guo wrote:
As we may know that the process of hotplug is different between igb_uio
and vfio. For igb_uio, it could use uevent notification and memory
failure handle mechanism for hotpl
-Original Message-
From: Michel Machado
Sent: Saturday, August 18, 2018 6:08 PM
To: Honnappa Nagarahalli ; Fu, Qiaobin
; Richardson, Bruce ; De Lara
Guarch, Pablo
Cc: dev@dpdk.org; Doucette, Cody, Joseph ; Wang, Yipeng1
; Wiles, Keith ; Gobriel, Sameh
; Tai, Charlie ; Stephen
Hemm
On Mon, Aug 20, 2018 at 05:45:35PM +0100, Luca Boccassi wrote:
> On Mon, 2018-08-20 at 16:18 +0800, Tiwei Bie wrote:
> > On Thu, Aug 16, 2018 at 07:49:43PM +0100, Luca Boccassi wrote:
> > > On Thu, 2018-08-16 at 19:47 +0100, Luca Boccassi wrote:
> > > > From: Brian Russell
> > > >
> > > > In virt
>From: dev On Behalf Of Marco Varlese
>Sent: Monday, August 20, 2018 2:21 AM
>
>Hi,
>
>The code in 17.11.4-rc1 does not compile for me.
This needs to be fixed for 17.11.4 as rte_eth_linkstatus_set() is not available
in DPDK 17.11.x. Will send a patch with fix.
Thanks!
-Rasesh
>Please, see belo
Re-upping for review.
Thanks,
Cody
On Fri, Jul 27, 2018 at 9:52 AM, Cody Doucette wrote:
> Extend rte_ipv6_frag_get_ipv6_fragment_header() to skip over any
> other IPv6 extension headers when finding the fragment header.
>
> According to RFC 8200, there is no guarantee that the IPv6
> Fragment
On Mon, 2018-08-20 at 16:18 +0800, Tiwei Bie wrote:
> On Thu, Aug 16, 2018 at 07:49:43PM +0100, Luca Boccassi wrote:
> > On Thu, 2018-08-16 at 19:47 +0100, Luca Boccassi wrote:
> > > From: Brian Russell
> > >
> > > In virtio_read_caps and vtpci_msix_detect, rte_pci_read_config
> > > returns
> > >
From: Brian Russell
In virtio_read_caps and vtpci_msix_detect, rte_pci_read_config returns
the number of bytes read from PCI config or < 0 on error.
If less than the expected number of bytes are read then log the
failure and return rather than carrying on with garbage.
Fixes: 6ba1f63b5ab0 ("virt
On Linux, rte_pci_read_config on success returns the number of read
bytes, but on BSD it returns 0.
Document the return values, and have BSD behave as Linux does.
At least one case (bnx2x PMD) treats 0 as an error, so the change
makes sense also for that.
Signed-off-by: Luca Boccassi
---
driver
On 8/20/2018 4:45 PM, Ferruh Yigit wrote:
> On 6/26/2018 9:54 AM, Xueming Li wrote:
>> Currently, rte_flow pattern only match packet header fields.
>> This patch adds additional data to match the packet.
>>
>> For example, in egress direction, to do an action depending on the VM
>> id, the applicat
> On Aug 20, 2018, at 9:47 AM, Matteo Lanzuisi wrote:
>
> Hello Olivier,
>
> Il 13/08/2018 23:54, Olivier Matz ha scritto:
>> Hello Matteo,
>>
>> On Mon, Aug 13, 2018 at 03:20:44PM +0200, Matteo Lanzuisi wrote:
>>> Any suggestion? any idea about this behaviour?
>>>
>>> Il 08/08/2018 11:56,
On 6/26/2018 9:54 AM, Xueming Li wrote:
> Currently, rte_flow pattern only match packet header fields.
> This patch adds additional data to match the packet.
>
> For example, in egress direction, to do an action depending on the VM
> id, the application needs to configure rte_flow rule with the ne
On Mon, 20 Aug 2018 11:46:25 +0300
Kevin Wilson wrote:
> Hi all,
> Maybe this is a silly question, please bear with me.
>
> According to the “Getting Started Guide for Linux” in
> http://doc.dpdk.org/guides/linux_gsg/sys_reqs.html,
> the kernel version should be >= 3.2.
> Accrding to my understa
Hello Olivier,
Il 13/08/2018 23:54, Olivier Matz ha scritto:
Hello Matteo,
On Mon, Aug 13, 2018 at 03:20:44PM +0200, Matteo Lanzuisi wrote:
Any suggestion? any idea about this behaviour?
Il 08/08/2018 11:56, Matteo Lanzuisi ha scritto:
Hi all,
recently I began using "dpdk-17.11-11.el7.x86_6
This patch adds the symmetric crypto support to port library.
The crypto port acts as a shim layer to DPDK cryptodev library and
supports in-place crypto workload processing.
Signed-off-by: Fan Zhang
Acked-by: Dumitrescu, Cristian
---
v2:
- added experimental flags
- enabled meson build
lib/li
On 8/18/2018 4:12 PM, Guru Prasad wrote:
> Hi All,
>
> While testing performance with eventdev, I am seeing a crash in dpdk
> service core. Test scenario is given below
> 1) DPDK 1805
> 2 Eventdev ordered Queues & 2 Ports
> 2) 2 Workers threads + 1 Service core for running scheduling.
> 3) 1st wor
This will need to be implemented for some of the other RX
burst methods at some point for other modes to see this
performance improvement (with the exception of active-backup).
On Thu, Aug 16, 2018 at 9:32 AM Luca Boccassi wrote:
> During bond 802.3ad receive, a burst of packets is fetched from
On Mon, Aug 20, 2018 at 3:02 AM Jia Yu wrote:
> Hi Chas,
>
>
>
> Could you help to review the v2 of the patch? I have addressed the “Fixes”
> requirement in commit message, and modified slave_tx_fail_count’s
> definition.
>
Looks fine to me. Thanks for the patch!
>
>
> Thanks,
>
> Jia
>
>
>
>
On Mon, Aug 20, 2018 at 2:54 AM Jia Yu wrote:
> When bond slave devices cannot transmit all packets in bufs array,
> tx_burst callback shall merge the un-transmitted packets back to
> bufs array. Recent merge logic introduced a bug which causes
> invalid mbuf addresses being written to bufs array
Mellanox mlx5 PMD supports Flow Counters via Verbs library.
The current implementation is based on the Mellanox proprietary
Verbs library included in MLNX OFED packages. The Flow Counter
support is recently added into linux-rdma release (v19),
so the mlx5 PMD update is needed to provide Counter fea
Adding relevant maintainers.
> -Original Message-
> From: Slava Ovsiienko
> Sent: Monday, August 20, 2018 14:39
> To: dev@dpdk.org
> Cc: Shahaf Shuler ; Slava Ovsiienko
>
> Subject: [RFC] ethdev: flow counters batch query
>
> There is a demand to perform query operations on the set of co
> On Aug 20, 2018, at 3:46 AM, Kevin Wilson wrote:
>
> Hi all,
> Maybe this is a silly question, please bear with me.
>
> According to the “Getting Started Guide for Linux” in
> http://doc.dpdk.org/guides/linux_gsg/sys_reqs.html,
> the kernel version should be >= 3.2.
> Accrding to my understa
> On Aug 20, 2018, at 2:33 AM, Hemant Agrawal wrote:
>
> Hi Keith,
> I am able to reproduce the issue. We will send the fix asap.
Thanks Hemant.
>
> Regards,
> Hemant
>
> -Original Message-
> From: dev On Behalf Of Wiles, Keith
> Sent: Sunday, August 19, 2018 8:25 PM
> To: DPD
This patch adds the symmetric crypto support to port library.
The crypto port acts as a shim layer to DPDK cryptodev library and
supports in-place crypto workload processing.
Change-Id: I8e9c87bdaaa252b39873596cbfaa2de2324e765c
Signed-off-by: Zhang, Roy Fan
---
lib/librte_port/Makefile
There is a demand to perform query operations on the set of counters
generally belonging to the different RTE flows. The counter queries
is the very effective way for application to know in detail what
is going on into the network and to take some actions basing on this
knowledge. As example, the m
> The Multi-buffer library supports full digest sizes for the HMAC algorithms
> (except for MD5), from 0.50 version.
> Also, since 0.50, keys larger than the algorithm block size can be used for
> HMAC algorithms, performing a hash on the key.
>
> Therefore, the AESNI MB PMD now supports any key s
On 17.08.2018 13:51, Jeff Guo wrote:
Add a new req event in eal device event for vfio hotplug. When the req
request send from the vfio kernel module be detected, vfio userpace
driver could use this event to notify the app to handler it.
Signed-off-by: Jeff Guo
---
lib/librte_eal/common/includ
This patch fix the undefined reference issue with rte_dpaa2_memsegs
when compiled in shared lib mode with EXTRA_CFLAGS="-g -O0"
Fixes: 365fb925d3b3 ("bus/fslmc: optimize physical to virtual address search")
Cc: sta...@dpdk.org
Signed-off-by: Hemant Agrawal
Reported-by: Keith Wiles
---
drivers/
Hi,
The code in 17.11.4-rc1 does not compile for me.
Please, see below what I get:
[ 100s] gcc -m64 -DVERSION="17.11.4" -L/home/abuild/rpmbuild/BUILD/dpdk-stable-
17.11.4-rc1/x86_64-native-linuxapp-gcc-default/lib -Wl,--version-
script=/home/abuild/rpmbuild/BUILD/dpdk-stable-17.11.4-
rc1/driver
Hi Jeff,
On Fri, Aug 17, 2018 at 06:51:26PM +0800, Jeff Guo wrote:
> As we may know that the process of hotplug is different between igb_uio
> and vfio. For igb_uio, it could use uevent notification and memory
> failure handle mechanism for hotplug. But for vfio, when device is be
> hotplug-out, t
On 16.08.2018 06:04, Qi Zhang wrote:
Add driver API rte_eth_release_port_secondary to support the
case when an ethdev need to be detached on a secondary process.
Local state is set to unused and shared data will not be reset
so the primary process can still use it.
There are few questions below
On Mon, 2018-08-13 at 19:21 +0100, luca.bocca...@gmail.com wrote:
> Hi all,
>
> Here is a list of patches targeted for LTS release 16.11.8. Please
> help review and test. The planned date for the final release is
> August
> the 23rd.
> Before that, please shout if anyone has objections with these
Great, thanks for checking!
On Mon, 2018-08-20 at 08:46 +0200, Marco Varlese wrote:
> Hi Luca & all,
>
> I have gone through the usual smoke tests using test_pmd and OvS-
> DPDK.
> I have not experienced any issues with the -rc1 release.
>
>
> Thanks,
> Marco
>
> On Mon, 2018-08-13 at 19:21 +0
Hi all,
Maybe this is a silly question, please bear with me.
According to the “Getting Started Guide for Linux” in
http://doc.dpdk.org/guides/linux_gsg/sys_reqs.html,
the kernel version should be >= 3.2.
Accrding to my understanding, there are only two kernel modules in DPDK,
namely rte_kni.ko and
On Thu, Aug 16, 2018 at 07:49:43PM +0100, Luca Boccassi wrote:
> On Thu, 2018-08-16 at 19:47 +0100, Luca Boccassi wrote:
> > From: Brian Russell
> >
> > In virtio_read_caps and vtpci_msix_detect, rte_pci_read_config
> > returns
> > the number of bytes read from PCI config or < 0 on error.
> > If
Hi Keith,
I am able to reproduce the issue. We will send the fix asap.
Regards,
Hemant
-Original Message-
From: dev On Behalf Of Wiles, Keith
Sent: Sunday, August 19, 2018 8:25 PM
To: DPDK
Subject: [dpdk-dev] dpaa2: building with EXTRA_CFLAGS="-g -O0" and shared libs
link error
Hi Chas,
Could you help to review the v2 of the patch? I have addressed the “Fixes”
requirement in commit message, and modified slave_tx_fail_count’s definition.
Thanks,
Jia
From: Chas Williams <3ch...@gmail.com>
Date: Sunday, August 19, 2018 at 5:07 PM
To: Jia Yu
Cc: "dev@dpdk.org" , Declan D
37 matches
Mail list logo