Monday, May 21, 2018 6:50 PM, Adrien Mazarguil:
> Subject: [PATCH v2 1/2] net/mlx4: fix inadequate default in RSS converter
>
> Below commit documents 0 as a value standing for a default set of RSS hash
> types, however the mlx4 PMD doesn't interpret it correctly and still uses its
> own internal
Hi Koh,
Please see question below
Tuesday, May 22, 2018 9:57 AM, Yongseok Koh:
> Subject: [PATCH v2 2/2] net/mlx5: remove redundant checks
>
> Signed-off-by: Yongseok Koh
> Acked-by: Xueming Li
> ---
>
> v2:
> * add missing 'Acked-by' tag.
>
> drivers/net/mlx5/mlx5_rxtx.c | 6 ++ drive
> On May 22, 2018, at 12:43 AM, Shahaf Shuler wrote:
>
> Hi Koh,
>
> Please see question below
>
> Tuesday, May 22, 2018 9:57 AM, Yongseok Koh:
>> Subject: [PATCH v2 2/2] net/mlx5: remove redundant checks
>>
>> Signed-off-by: Yongseok Koh
>> Acked-by: Xueming Li
>> ---
>>
>> v2:
>> * add mi
Hello Matan,
On Mon, May 21, 2018 at 07:48:03PM +, Matan Azrad wrote:
> The fail-safe PMD registers to RMV event for each removable sub-device
> port in order to cleanup the sub-device resources and switch the Tx
> sub-device directly when it is plugged-out.
>
> During removal time, the fail-
Since ConnectX-5, SW parser just complements HW parser. SW parser starts to
engage only if HW parser can't reach a header. For the older devices, HW
parser will not kick in if any of SWP offsets is set. Therefore, all of the
L3 offsets should be set regardless of HW offload. As IPv6 doesn't have
he
Hello Stephen,
On Mon, May 21, 2018 at 09:41:49AM -0700, Stephen Hemminger wrote:
> Only used in one file, and therefore can be made static.
>
> Signed-off-by: Stephen Hemminger
Acked-by: Gaetan Rivet
> ---
> drivers/bus/pci/pci_common.c | 5 -
> drivers/bus/pci/private.h| 10 --
Signed-off-by: Yongseok Koh
Acked-by: Xueming Li
---
v3:
* restore checking PKT_TX_TCP_SEG
drivers/net/mlx5/mlx5_rxtx.c | 6 ++
drivers/net/mlx5/mlx5_rxtx.h | 13 +++--
2 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/drivers/net/mlx5/mlx5_rxtx.c b/drivers/net/mlx5/
On Mon, May 21, 2018 at 09:41:50AM -0700, Stephen Hemminger wrote:
> Prototype for pci_unbind_kernel_driver exists but no code.
>
> Signed-off-by: Stephen Hemminger
Acked-by: Gaetan Rivet
> ---
> drivers/bus/pci/private.h | 10 --
> 1 file changed, 10 deletions(-)
>
> diff --git a/driv
On 21-May-18 5:11 PM, Thomas Monjalon wrote:
The lock vdev_device_list_lock was taken before calling
"remove" function for the device.
So it prevents to remove sub-devices (as in failsafe) inside
its own "remove" function, because of a deadlock.
The lock is now only protecting the device list in
Hi Ferruh,
> -Original Message-
> From: Yigit, Ferruh
> Sent: Monday, May 21, 2018 3:16 PM
> To: Iremonger, Bernard ; dev@dpdk.org
> Subject: Re: [PATCH v2] app/testpmd: fix log of start command
>
> On 5/21/2018 2:28 PM, Bernard Iremonger wrote:
> > Call the rte_eth_rxq_info_get() and rte
On Mon, May 21, 2018 at 05:28:52PM +, Matan Azrad wrote:
>
>
> From: Thomas Monjalon
> > The lock vdev_device_list_lock was taken before calling "remove" function
> > for
> > the device.
> > So it prevents to remove sub-devices (as in failsafe) inside its own
> > "remove"
> > function, beca
On Tue, May 22, 2018 at 09:24:47AM +0800, Andy Green wrote:
> /projects/lagopus/src/dpdk/build/include/rte_ethdev.h:
> In function 'rte_eth_rx_burst':
> /projects/lagopus/src/dpdk/build/include/rte_ethdev.h:
> 3836:18: warning: conversion to 'int16_t' {aka 'short
> int'} from 'uint16_t' {aka 'short
On Tue, May 22, 2018 at 09:24:12AM +0800, Andy Green wrote:
> /projects/lagopus/src/dpdk/build/include/rte_memcpy.h:
> 793:2: note: in expansion of macro 'MOVEUNALIGNED_LEFT47'
> MOVEUNALIGNED_LEFT47(dst, src, n, srcofs);
> ^~~~
> /projects/lagopus/src/dpdk/build/include/rte_mem
On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote:
> The following series fixes build problems in dpdk master
> headers, found when using it as the dpdk subproject in
> lagopus. These errors are coming when you try to use
> the dpdk headers, not when you build dpdk itself.
>
> 6/8 are ac
On 05/22/2018 05:13 PM, Bruce Richardson wrote:
On Tue, May 22, 2018 at 09:24:07AM +0800, Andy Green wrote:
The following series fixes build problems in dpdk master
headers, found when using it as the dpdk subproject in
lagopus. These errors are coming when you try to use
the dpdk headers, no
22/05/2018 11:05, Burakov, Anatoly:
> On 21-May-18 5:11 PM, Thomas Monjalon wrote:
> > The lock vdev_device_list_lock was taken before calling
> > "remove" function for the device.
> > So it prevents to remove sub-devices (as in failsafe) inside
> > its own "remove" function, because of a deadlock.
On Tue, May 22, 2018 at 08:51:40AM +0200, Tomasz Jozwiak wrote:
> - moved common qat files to common/qat dir.
> - changed common/qat/Makefile, common/qat/meson.build,
> drivers/meson.build, drivers/Makefile, crypto/Makefile
> to add possibility of using new files locations
> - ad
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Monday, May 21, 2018 11:39 PM
> To: Trahe, Fiona ; ashish.gu...@caviumnetworks.com
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> Subject: [PATCH] compressdev: remove unused driver id
>
> Driver id field is not set/used anywhere,
>
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara
> Sent: Monday, May 21, 2018 2:09 PM
> To: Doherty, Declan ; akhil.go...@nxp.com;
> shally.ve...@cavium.com
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> Subject: [dpdk-dev] [PATCH v5 6/6] cryptodev:
On 5/21/2018 4:50 PM, Adrien Mazarguil wrote:
> Since commit 97b2217ae5bc ("net/mlx4: advertise supported RSS hash
> functions"), this PMD includes two similar-looking functions that convert
> RSS hash fields between Verbs and DPDK formats.
>
> This patch refactors them as a single two-way functio
Hi Qi,
On 05/21/2018 03:11 PM, Zhang, Qi Z wrote:
Hi Zijie:
-Original Message-
From: Zijie Pan [mailto:zijie@6wind.com]
Sent: Friday, May 18, 2018 6:14 PM
To: dev@dpdk.org
Cc: Xing, Beilei ; Zhang, Qi Z ;
Laurent Hardy
Subject: [PATCH] net/i40e: add a specific API to control the
On 5/15/2018 1:56 PM, Varghese, Vipin wrote:
> HI Keith,
>
> Thanks for the input, please find my answer inline to email therad
>
>
>
>>> + /* TODO: request info from primary to set up Rx and Tx */
>>
>> What is the rule (if we have one) about having TODO, FIXME, … like comments
>> i
On 5/21/2018 10:26 PM, Thomas Monjalon wrote:
> 21/05/2018 21:42, john miller:
>>
>>> On May 21, 2018, at 3:29 PM, Ed Czeck wrote:
>>>
>>> Fix on commit fbe90cdd776c ("ethdev: add probing finish function")
>
> Fixes: fbe90cdd776c ("ethdev: add probing finish function")
>
>>> Signed-off-by: Ed Cz
On 5/21/2018 5:23 PM, Matan Azrad wrote:
> The vdev_netvsc driver allows an automatic probe in Hyper-V VM systems
> unless it was already specified by the EAL command line.
>
> The detection of a specified NetVSC device is wrongly done by comparing
> the vdev_netvsc driver name to all the vdev dev
> -Original Message-
> From: Rybalchenko, Kirill
> Sent: Monday, May 21, 2018 11:22 AM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Rybalchenko, Kirill ;
> Zhang,
> Roy Fan ; Pattan, Reshma
> ; De Lara Guarch, Pablo
>
> Subject: [PATCH] crypto/scheduler: fix 64-bit mask of workers cores
>
On Tue, May 22, 2018 at 10:41:35AM +0100, Ferruh Yigit wrote:
> On 5/21/2018 4:50 PM, Adrien Mazarguil wrote:
> > Since commit 97b2217ae5bc ("net/mlx4: advertise supported RSS hash
> > functions"), this PMD includes two similar-looking functions that convert
> > RSS hash fields between Verbs and DP
On 5/18/2018 12:22 AM, Chas Williams wrote:
> From: Chas Williams
>
> rte_eth_bond_8023ad_slave_info() wasn't exported in the original work.
> Useful to extract information about the current 802.3ad state.
>
> Fixes: 46fb43683679 ("bond: add mode 4")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Cha
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, Pablo
> Sent: Monday, May 21, 2018 11:32 PM
> To: Verma, Shally ; Trahe, Fiona
> ; dev@dpdk.org
> Cc: Gupta, Ashish ; Sahu, Sunila
>
> Subject: Re: [dpdk-dev] [PATCH] compressdev: clarify buffer s
> -Original Message-
> From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of De Lara Guarch,
> Pablo
> Sent: Tuesday, May 22, 2018 10:58 AM
> To: Rybalchenko, Kirill ; dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Roy Fan ; Pattan,
> Reshma
> Subject: Re: [dpdk-stable] [PATCH] crypto/s
> -Original Message-
> From: Trahe, Fiona
> Sent: Tuesday, May 22, 2018 10:26 AM
> To: De Lara Guarch, Pablo ;
> ashish.gu...@caviumnetworks.com
> Cc: dev@dpdk.org
> Subject: RE: [PATCH] compressdev: remove unused driver id
>
>
>
> > -Original Message-
> > From: De Lara Guarch,
Hi Gaetan
From: Gaëtan Rivet
> Hello Matan,
>
> On Mon, May 21, 2018 at 07:48:03PM +, Matan Azrad wrote:
> > The fail-safe PMD registers to RMV event for each removable sub-device
> > port in order to cleanup the sub-device resources and switch the Tx
> > sub-device directly when it is plugge
Hi Maxime,
> -Original Message-
> From: Maxime Coquelin [mailto:maxime.coque...@redhat.com]
> Sent: Friday, May 18, 2018 9:51 PM
> On 05/18/2018 03:01 PM, Dariusz Stojaczyk wrote:
> > rte_vhost is not vhost-user spec compliant. Some Vhost drivers have
> > been already confirmed not to work
Call the rte_eth_rxq_info_get() and rte_eth_txq_info_get() functions
to update the number of rx and tx descriptors.
Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure")
Signed-off-by: Bernard Iremonger
---
app/test-pmd/config.c | 11 +++
1 file changed, 11 insertions(+)
diff
This patch set fix bus/ifpga coverity issue: 279455, 279459 and 279454
v2 updates:
===
- Add more description, devide to 3 patches
v1 updates:
===
- Fix Coverity issue: 279455, 279459 and 279454
Rosen Xu (3):
bus/ifpga: fix error control flow issue
bus/ifpga: fix resource l
On 5/22/2018 1:18 AM, Dan Gora wrote:
> Fix compilation errors on Centos 7.4 when CONFIG_RTE_KNI_KMOD_ETHTOOL
> is set to 'y'.
>
> Centos 7.4 needs HAVE_NDO_BRIDGE_GETLINK_FILTER_MASK_VLAN_FILL:
>
> igb_main.c: In function ‘igb_ndo_bridge_getlink’:
> igb_main.c:2289:2: error: too few arguments to
The control variable should be afu_dev not dev.
Coverity issue: 279455
Fixes: 05fa3d4a6539 ("bus/ifpga: add Intel FPGA bus library")
Cc: sta...@dpdk.org
Signed-off-by: Rosen Xu
---
drivers/bus/ifpga/ifpga_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bus/ifpg
There are some resource leaks in ifpga_scan_one.
This patch fixes it.
Coverity issue: 279459
Fixes: 05fa3d4a6539 ("bus/ifpga: add Intel FPGA bus library")
Cc: sta...@dpdk.org
Signed-off-by: Rosen Xu
---
drivers/bus/ifpga/ifpga_bus.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(
Fix ifpga_scan_one() null pointer dereferences issue.
Coverity issue: 279454
Fixes: 05fa3d4a6539 ("bus/ifpga: add Intel FPGA bus library")
Cc: sta...@dpdk.org
Signed-off-by: Rosen Xu
---
drivers/bus/ifpga/ifpga_bus.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/
As the private_xform data can be shared by many operations
and across queue_pairs, it would be performance impacting
for PMDs to track inflights associated with one. It makes
more sense to push the responsibility to the application to
keep track of its usage and only delete the private_xform when
t
On 5/22/2018 11:22 AM, Bernard Iremonger wrote:
> Call the rte_eth_rxq_info_get() and rte_eth_txq_info_get() functions
> to update the number of rx and tx descriptors.
>
> Fixes: d44f8a485f5d ("app/testpmd: enable per queue configure")
> Signed-off-by: Bernard Iremonger
> ---
> app/test-pmd/conf
Signed-off-by: Fiona Trahe
---
lib/librte_cryptodev/rte_cryptodev.h |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/lib/librte_cryptodev/rte_cryptodev.h
b/lib/librte_cryptodev/rte_cryptodev.h
index 2fb6563..eb6c66f 100644
--- a/lib/librte_cryptodev/rte_cryptodev.h
+++
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
> Sent: Monday, May 21, 2018 22:23
> To: Xu, Rosen
> Cc: dev@dpdk.org; Zhang, Roy Fan ; Doherty,
> Declan ; Richardson, Bruce
> ; shreyansh.j...@nxp.com; Yigit, Ferruh
> ; Ananyev, Konstantin
> ; Zhang, T
The TX function is shared between TAP and TUN PMD. Checking TUN-TAP
type field will ensure the TAP PMD will always have protocol field
as 0.
Signed-off-by: Vipin Varghese
Suggested-by: Ferruh Yigit
---
Changes in V3:
- remove type field from rx struct - Ophir Munk
- add space for comment in stru
Hi Ferruh,
nb_rx_desc[qid] = rx_qinfo.nb_desc;
>
> Hi Bernard,
>
> Isn't this doing same thing with previous patch, in a different location?
>
> Do you think testpmd config variable should be updated?
> Why not just use the value for print but not save it?
Ok, I will
Add extra clarification about offset in source and
destination mbuf used in compressdev, when they
are a chain of mbufs.
Signed-off-by: Pablo de Lara
---
lib/librte_compressdev/rte_comp.h | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/librte_compressdev/rte_comp.h
Fixes: ee27edbe0c10 ("drivers/net: share vdev data to secondary process")
Enables TUN PMD sharing by attaching the port from the shared data.
Cc: zhihong.w...@intel.com
Cc: ferruh.yi...@intel.com
Signed-off-by: Vipin Varghese
---
Changes in V2:
- removal of To Do comment - Keith Wiles, Ferruh
Hi Ophir, Keith and Ferruh,
I have shared v3 with all the suggested changes.
Thanks
Vipin Varghese
> -Original Message-
> From: Varghese, Vipin
> Sent: Tuesday, May 22, 2018 12:04 PM
> To: Ophir Munk ; dev@dpdk.org; Wiles, Keith
> ; Yigit, Ferruh
> Cc: Thomas Monjalon ; Olga Shern
>
>
> -Original Message-
> From: Trahe, Fiona
> Sent: Tuesday, May 22, 2018 11:37 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo ; Trahe, Fiona
> ; akhil.go...@nxp.com
> Subject: [PATCH] lib/crypto: clarify when it's ok to clear private session
> data
>
> Signed-off-by: Fiona Trahe
Ack
> -Original Message-
> From: Trahe, Fiona
> Sent: Tuesday, May 22, 2018 11:34 AM
> To: dev@dpdk.org
> Cc: De Lara Guarch, Pablo ; Trahe, Fiona
> ; shally.ve...@cavium.com;
> ahmed.mans...@nxp.com; ashish.gu...@caviumnetworks.com
> Subject: [PATCH] lib/compress: clarify when it's ok to cle
As reported by ICC, an array initializer that uses values found in the
array being initialized, although semantically correct (GCC and clang do
not complain and generate correct code), results in undefined behavior
since initialization order is itself undefined.
This patch restores the static keyw
On 5/22/2018 3:50 AM, Xing, Beilei wrote:
>
>
>> -Original Message-
>> From: Zhang, Qi Z
>> Sent: Tuesday, May 22, 2018 9:01 AM
>> To: Yigit, Ferruh
>> Cc: dev@dpdk.org; Xing, Beilei ; Zhang, Qi Z
>>
>> Subject: [PATCH] net/i40e: remove dependency on old rxmode flags
>>
>> Cleanup remai
A device like failsafe can manage sub-devices.
When removing such device, it removes its sub-devices
and try to take the same vdev_device_list_lock.
It was causing a deadlock because the lock was not recursive.
Fixes: 35f462839b69 ("bus/vdev: add lock on device list")
Suggested-by: Anatoly Burako
Signed-off-by: Maxime Coquelin
---
drivers/net/vhost/rte_eth_vhost.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/vhost/rte_eth_vhost.c
b/drivers/net/vhost/rte_eth_vhost.c
index f4733..aadb2327c 100644
--- a/drivers/net/vhost/rte_eth_vhost.c
+++ b/drive
>-Original Message-
>From: Pablo de Lara [mailto:pablo.de.lara.gua...@intel.com]
>Sent: 22 May 2018 16:25
>To: fiona.tr...@intel.com; Gupta, Ashish ; Verma,
>Shally
>Cc: dev@dpdk.org; Pablo de Lara
>Subject: [PATCH] compressdev: clarify mbuf offsets
>
>Add extra clarification about off
On 5/22/2018 12:36 PM, Maxime Coquelin wrote:
> Signed-off-by: Maxime Coquelin
Reviewed-by: Ferruh Yigit
On 5/22/2018 12:41 PM, Ferruh Yigit wrote:
> On 5/22/2018 12:36 PM, Maxime Coquelin wrote:
>> Signed-off-by: Maxime Coquelin
>
> Reviewed-by: Ferruh Yigit
Applied to dpdk-next-net/master, thanks.
On Tue, May 22, 2018 at 10:19:14AM +, Matan Azrad wrote:
> Hi Gaetan
>
> From: Gaëtan Rivet
> > Hello Matan,
> >
> > On Mon, May 21, 2018 at 07:48:03PM +, Matan Azrad wrote:
> > > The fail-safe PMD registers to RMV event for each removable sub-device
> > > port in order to cleanup the sub
On Tue, May 22, 2018 at 01:36:39PM +0200, Maxime Coquelin wrote:
> Signed-off-by: Maxime Coquelin
> ---
> drivers/net/vhost/rte_eth_vhost.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/net/vhost/rte_eth_vhost.c
> b/drivers/net/vhost/rte_eth_vhost.c
> inde
On Tue, May 22, 2018 at 07:53:57PM +0800, Tiwei Bie wrote:
> On Tue, May 22, 2018 at 01:36:39PM +0200, Maxime Coquelin wrote:
> > Signed-off-by: Maxime Coquelin
> > ---
> > drivers/net/vhost/rte_eth_vhost.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/driver
From: Thomas Monjalon
> A device like failsafe can manage sub-devices.
> When removing such device, it removes its sub-devices and try to take the
> same vdev_device_list_lock.
> It was causing a deadlock because the lock was not recursive.
>
> Fixes: 35f462839b69 ("bus/vdev: add lock on device
From: Gaëtan Rivet
> On Tue, May 22, 2018 at 10:19:14AM +, Matan Azrad wrote:
> > Hi Gaetan
> >
> > From: Gaëtan Rivet
> > > Hello Matan,
> > >
> > > On Mon, May 21, 2018 at 07:48:03PM +, Matan Azrad wrote:
> > > > The fail-safe PMD registers to RMV event for each removable
> > > > sub-de
On 05/22/2018 02:09 PM, Tiwei Bie wrote:
On Tue, May 22, 2018 at 07:53:57PM +0800, Tiwei Bie wrote:
On Tue, May 22, 2018 at 01:36:39PM +0200, Maxime Coquelin wrote:
Signed-off-by: Maxime Coquelin
---
drivers/net/vhost/rte_eth_vhost.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(
On Tue, May 22, 2018 at 02:12:36PM +0200, Maxime Coquelin wrote:
> On 05/22/2018 02:09 PM, Tiwei Bie wrote:
> > On Tue, May 22, 2018 at 07:53:57PM +0800, Tiwei Bie wrote:
> > > On Tue, May 22, 2018 at 01:36:39PM +0200, Maxime Coquelin wrote:
> > > > Signed-off-by: Maxime Coquelin
> > > > ---
> > >
Signed-off-by: Maxime Coquelin
---
Changes since v2:
- Announce supported Rx & Tx offload features (Tiwei)
drivers/net/vhost/rte_eth_vhost.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/drivers/net/vhost/rte_eth_vhost.c
b/drivers/net/vhost/rte_eth_vhost.c
index f4
On Tue, May 22, 2018 at 02:22:11PM +0200, Maxime Coquelin wrote:
> Signed-off-by: Maxime Coquelin
> ---
> Changes since v2:
> - Announce supported Rx & Tx offload features (Tiwei)
>
> drivers/net/vhost/rte_eth_vhost.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --gi
On 5/22/2018 12:49 PM, Ferruh Yigit wrote:
> On 5/22/2018 12:41 PM, Ferruh Yigit wrote:
>> On 5/22/2018 12:36 PM, Maxime Coquelin wrote:
>>> Signed-off-by: Maxime Coquelin
>>
>> Reviewed-by: Ferruh Yigit
>
> Applied to dpdk-next-net/master, thanks.
Dropped back from tree in favor of v2 of patch
On 05/22/2018 02:34 PM, Tiwei Bie wrote:
On Tue, May 22, 2018 at 02:22:11PM +0200, Maxime Coquelin wrote:
Signed-off-by: Maxime Coquelin
---
Changes since v2:
- Announce supported Rx & Tx offload features (Tiwei)
drivers/net/vhost/rte_eth_vhost.c | 8 ++--
1 file changed, 6 insertions
On 5/22/2018 1:34 PM, Tiwei Bie wrote:
> On Tue, May 22, 2018 at 02:22:11PM +0200, Maxime Coquelin wrote:
>> Signed-off-by: Maxime Coquelin
>> ---
>> Changes since v2:
>> - Announce supported Rx & Tx offload features (Tiwei)
>>
>> drivers/net/vhost/rte_eth_vhost.c | 8 ++--
>> 1 file changed,
The fail-safe PMD registers to RMV event for each removable sub-device
port in order to cleanup the sub-device resources and switch the Tx
sub-device directly when it is plugged-out.
During removal time, the fail-safe PMD stops and closes the sub-device
but it doesn't unregister the LSC and RMV ca
When the fail-safe device is reconfigured, it attempts to register
again for the sub-devices LSC and RMV events.
Prevent an event registration if it is already done.
Fixes: 598fb8aec6f6 ("net/failsafe: support device removal")
Cc: sta...@dpdk.org
Signed-off-by: Matan Azrad
---
drivers/net/fail
Intel's libsso_kasumi library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.
Signed-off-by: Pablo de Lara
---
doc/guides/cryptodevs/kasumi.rst | 10 +-
1 file changed, 5 inse
Intel's libsso_zuc library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.
Signed-off-by: Pablo de Lara
---
doc/guides/cryptodevs/zuc.rst | 10 +-
1 file changed, 5 insertions
Intel's libsso_snow3g library has been moved to a
new location, under "Intel Resource & Design Center".
The installation section of this PMD has been updated
to include the new instructions.
Signed-off-by: Pablo de Lara
---
doc/guides/cryptodevs/snow3g.rst | 10 +-
1 file changed, 5 inse
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, Pablo
> Sent: Tuesday, May 22, 2018 12:08 PM
> To: Trahe, Fiona ; dev@dpdk.org
> Cc: shally.ve...@cavium.com; ahmed.mans...@nxp.com;
> ashish.gu...@caviumnetworks.com
> Subject: Re: [dpdk-dev] [PAT
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, Pablo
> Sent: Tuesday, May 22, 2018 12:08 PM
> To: Trahe, Fiona ; dev@dpdk.org
> Cc: akhil.go...@nxp.com
> Subject: Re: [dpdk-dev] [PATCH] lib/crypto: clarify when it's ok to clear
> private
> ses
> -Original Message-
> From: Verma, Shally [mailto:shally.ve...@cavium.com]
> Sent: Tuesday, May 22, 2018 12:41 PM
> To: De Lara Guarch, Pablo ; Trahe, Fiona
> ; Gupta, Ashish
> Cc: dev@dpdk.org
> Subject: RE: [PATCH] compressdev: clarify mbuf offsets
>
>
>
> >-Original Message---
Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used.
Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API")
Signed-off-by: Qi Zhang
---
drivers/net/ixgbe/ixgbe_rxtx.h | 14 --
1 file changed, 14 deletions(-)
diff --git a/drivers/net/ixgbe/ixgbe_rxtx.h b/dri
On 05/22/2018 02:38 PM, Ferruh Yigit wrote:
On 5/22/2018 1:34 PM, Tiwei Bie wrote:
On Tue, May 22, 2018 at 02:22:11PM +0200, Maxime Coquelin wrote:
Signed-off-by: Maxime Coquelin
---
Changes since v2:
- Announce supported Rx & Tx offload features (Tiwei)
drivers/net/vhost/rte_eth_vhost.c
Signed-off-by: Maxime Coquelin
---
Changes since v2:
- Remove check for unsupported offload feature (Tiwei)
drivers/net/vhost/rte_eth_vhost.c | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/drivers/net/vhost/rte_eth_vhost.c
b/drivers/net/vhost/rte_eth_vhost.c
ind
On Tue, May 22, 2018 at 02:50:19PM +0200, Maxime Coquelin wrote:
> Signed-off-by: Maxime Coquelin
Reviewed-by: Tiwei Bie
Thanks for the work!
Best regards,
Tiwei Bie
> -Original Message-
> From: De Lara Guarch, Pablo
> Sent: Tuesday, May 22, 2018 11:55 AM
> To: Trahe, Fiona ; ashish.gu...@caviumnetworks.com;
> shally.ve...@cavium.com
> Cc: dev@dpdk.org; De Lara Guarch, Pablo
> Subject: [PATCH] compressdev: clarify mbuf offsets
>
> Add extra clarific
> -Original Message-
> From: Zijie Pan [mailto:zijie@6wind.com]
> Sent: Friday, May 18, 2018 6:14 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei ; Zhang, Qi Z ;
> Laurent Hardy
> Subject: [PATCH] net/i40e: add a specific API to control the LLDP agent
>
> Add a new API rte_pmd_i40e_set_lldp_
On 5/22/2018 12:26 PM, Adrien Mazarguil wrote:
> As reported by ICC, an array initializer that uses values found in the
> array being initialized, although semantically correct (GCC and clang do
> not complain and generate correct code), results in undefined behavior
> since initialization order is
> Signed-off-by: Pablo de Lara
> ---
> doc/guides/cryptodevs/kasumi.rst | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/guides/cryptodevs/kasumi.rst
> b/doc/guides/cryptodevs/kasumi.rst
> index f56b54758..c766a0eda 100644
> --- a/doc/guides/cryptodevs/kasu
> Signed-off-by: Pablo de Lara
> ---
> doc/guides/cryptodevs/snow3g.rst | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/guides/cryptodevs/snow3g.rst
> b/doc/guides/cryptodevs/snow3g.rst
> index 24b4f661c..c5fcefd34 100644
> --- a/doc/guides/cryptodevs/snow
> Signed-off-by: Pablo de Lara
> ---
> doc/guides/cryptodevs/zuc.rst | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/doc/guides/cryptodevs/zuc.rst b/doc/guides/cryptodevs/zuc.rst
> index e226ef9d0..7865954f2 100644
> --- a/doc/guides/cryptodevs/zuc.rst
> +++ b
Any update to improve this workaround?
21/05/2018 18:38, Thomas Monjalon:
> 21/05/2018 18:32, Ferruh Yigit:
> > On 5/21/2018 11:54 AM, Thomas Monjalon wrote:
> > > 19/05/2018 16:19, Thomas Monjalon:
> > >> 18/05/2018 18:29, Ferruh Yigit:
> > >>> On 5/18/2018 4:55 PM, Matan Azrad wrote:
> > Hi
On Tue, May 22, 2018 at 12:38:46PM +, Matan Azrad wrote:
> The fail-safe PMD registers to RMV event for each removable sub-device
> port in order to cleanup the sub-device resources and switch the Tx
> sub-device directly when it is plugged-out.
>
> During removal time, the fail-safe PMD stops
On Tue, May 22, 2018 at 12:38:47PM +, Matan Azrad wrote:
> When the fail-safe device is reconfigured, it attempts to register
> again for the sub-devices LSC and RMV events.
>
> Prevent an event registration if it is already done.
>
> Fixes: 598fb8aec6f6 ("net/failsafe: support device removal
On 5/22/2018 1:54 PM, Tiwei Bie wrote:
> On Tue, May 22, 2018 at 02:50:19PM +0200, Maxime Coquelin wrote:
>> Signed-off-by: Maxime Coquelin
>
> Reviewed-by: Tiwei Bie
Applied to dpdk-next-net/master, thanks.
On Tue, May 22, 2018 at 02:01:38PM +0100, Ferruh Yigit wrote:
> On 5/22/2018 12:26 PM, Adrien Mazarguil wrote:
> > As reported by ICC, an array initializer that uses values found in the
> > array being initialized, although semantically correct (GCC and clang do
> > not complain and generate correc
On 22-May-18 12:37 PM, Thomas Monjalon wrote:
A device like failsafe can manage sub-devices.
When removing such device, it removes its sub-devices
and try to take the same vdev_device_list_lock.
It was causing a deadlock because the lock was not recursive.
Fixes: 35f462839b69 ("bus/vdev: add loc
On 5/22/2018 1:47 PM, Qi Zhang wrote:
> Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used.
Documentation also mentions from this flag, can you update there too?
>
> Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API")
>
> Signed-off-by: Qi Zhang
<...>
> On May 22, 2018, at 6:01 AM, Varghese, Vipin wrote:
>
> Fixes: ee27edbe0c10 ("drivers/net: share vdev data to secondary process")
>
> Enables TUN PMD sharing by attaching the port from the shared data.
>
> Cc: zhihong.w...@intel.com
> Cc: ferruh.yi...@intel.com
>
> Signed-off-by: Vipin Var
On Mon, May 21, 2018 at 08:58:15PM +0800, yaochuhong wrote:
> When I was using VPP +dpdk-18.02+liqudio CN23xx, I encountered such a bug. \n
> When VPP called dpdk_device_start to initialize DPDK liqudio drive, I found
> that initialization failed. \n
> The reason for the failure is that VF MTU > P
> On May 22, 2018, at 5:47 AM, Varghese, Vipin wrote:
>
> The TX function is shared between TAP and TUN PMD. Checking TUN-TAP
> type field will ensure the TAP PMD will always have protocol field
> as 0.
>
> Signed-off-by: Vipin Varghese
> Suggested-by: Ferruh Yigit
> ---
> Changes in V3:
> -
> On May 22, 2018, at 6:05 AM, Varghese, Vipin wrote:
>
> Hi Ophir, Keith and Ferruh,
>
> I have shared v3 with all the suggested changes.
I just sent another change, sorry I did not catch if before, which I obviously
was not paying attention.
>
> Thanks
> Vipin Varghese
>
>> -Origin
On 5/22/2018 2:14 PM, Gaëtan Rivet wrote:
> On Tue, May 22, 2018 at 12:38:46PM +, Matan Azrad wrote:
>> The fail-safe PMD registers to RMV event for each removable sub-device
>> port in order to cleanup the sub-device resources and switch the Tx
>> sub-device directly when it is plugged-out.
>>
> -Original Message-
> From: Dan Gora [mailto:dan.g...@gmail.com] On Behalf Of Dan Gora
> Sent: Monday, May 21, 2018 7:14 PM
> To: Carrillo, Erik G ; Jerin Jacob
>
> Cc: dev@dpdk.org; Dan Gora
> Subject: [PATCH] eventdev: fix resetting software timer
>
> Fix the call to rte_timer_reset_s
Since we move to new offload APIs, IXGBE_SIMPLE_FLAGS is not used.
Fixes: 51215925a32f ("net/ixgbe: convert to new Tx offloads API")
Signed-off-by: Qi Zhang
---
v2:
- update document also.
doc/guides/nics/ixgbe.rst | 15 ++-
drivers/net/ixgbe/ixgbe_rxtx.h | 14 --
1 - 100 of 208 matches
Mail list logo