>
> Hi Honnappa,
>
> > > > Add resource reclamation APIs to make it simple for applications
> > > > and libraries to integrate rte_rcu library.
> > > >
> > > > Signed-off-by: Honnappa Nagarahalli
> > > > Reviewed-by: Ola Liljedhal
> > > > Reviewed-by: Ruifeng Wang
> > > > ---
> > > > app/test
From: Rahul Gupta
In stop_op(), don't wait for link down event's ASYNC response from FW.
Signed-off-by: Rahul Gupta
Reviewed-by: Kalesh Anakkur Purayil
Reviewed-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_ethdev.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dr
From: Kalesh AP
Since vnic->rx_queue_cnt is already checked against non-zero,
removed the useless check from the inside condition check.
Fixes: 4be31562a4ba ("net/bnxt: allow flow creation when RSS is enabled")
Signed-off-by: Kalesh AP
Reviewed-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_flo
From: Rahul Gupta
DPDK PCIe-VFIO framework configures base MSIX vector for interrupts
which is supported by other h/w. In case of bnxt, base MSIX vector
starts with the RX completion queue 0. To comply with the DPDK
framework We need to increase the map index by 1 so that RXTX
completion queues e
From: Kalesh AP
Driver should handle if change status during port start only.
Also fixed to enable interrupts after issuing hwrm_if_change.
Fixes: 92d6617b6e33 ("net/bnxt: inform firmware about IF state changes")
Signed-off-by: Kalesh AP
---
drivers/net/bnxt/bnxt_ethdev.c | 3 ++-
drivers/net
From: Kalesh AP
bnxt.h header includes bnxt_cpr.h and bnxt_util.h.
There is no need to include these headers file explicitly.
This commit does not cause any functional change.
Signed-off-by: Kalesh AP
Reviewed-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt_cpr.c| 1 -
drivers/net/bnxt/bnxt_
From: Santoshkumar Karanappa Rastapur
If the VF resources need to be reconfigured using the
bnxt_hwrm_func_reserve_vf_resc, make sure that the default completion
ring is freed first before the resources are reserved.
Reallocate the ring once the VF resources are configured.
Signed-off-by: Santo
The HWRM command timeout is set to a very high value.
VER_GET command response returns the default request timeout value.
Use this value for waiting for HWRM commands to complete.
Poll for the valid bit every 1us instead of 600us.
Signed-off-by: Santoshkumar Karanappa Rastapur
Signed-off-by: Ajit
From: Kalesh AP
Currently bnxt driver does not return error in case setting link up fails.
Fixes: 5c206086feaa ("net/bnxt: add link state operations")
Cc: sta...@dpdk.org
Signed-off-by: Kalesh AP
Reviewed-by: Somnath Kotur
---
drivers/net/bnxt/bnxt_ethdev.c | 2 +-
1 file changed, 1 insertion
This patch against dpdk-next-net contains bug fixes
for issues found during testing.
This patch is dependent on bnxt patchset
https://patchwork.dpdk.org/project/dpdk/list/?series=6686
Please apply. Thanks
Ajit Khaparde (2):
net/bnxt: update trusted VF status only when it changes
net/bnxt: ge
From: Kalesh AP
Change bnxt_init_nic() and bnxt_init_ring_grps() to void functions
as these can never fail.
Signed-off-by: Kalesh AP
Reviewed-by: Somnath Kotur
Reviewed-by: Santoshkumar Karanappa Rastapur
---
drivers/net/bnxt/bnxt_ethdev.c | 13 +++--
drivers/net/bnxt/bnxt_ring.c |
We are currently logging trusted VF information everytime a VF config
change is indicated by the async message. Update it only when new setting
is different from the current setting.
Fixes: b42c15c83e88 ("net/bnxt: support trusted VF")
Cc: sta...@dpdk.org
Signed-off-by: Ajit Khaparde
Reviewed-by
Adding Arm JIT and Kernel experts
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Thursday, October 3, 2019 10:06 AM
> To: Jerin Jacob ; tho...@monjalon.net
> Cc: jer...@marvell.com; dpdk-dev ; Honnappa Nagarahalli
> ; Gavin Hu (Arm Technology China)
>
> Subject: RE: [dpdk-dev]
This patch adds cmdline support for extended rss types configuration.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
---
app/test-pmd/cmdline.c | 14 --
app/test-pmd/config.c | 4
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/test
This patch decouples RTE_ETH_FLOW_* and ETH_RSS_*. The former defines
flow types and the latter defines RSS offload types.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
Acked-by: Ori Kam
Acked-by: Andrew Rybchenko
---
lib/librte_ethdev/rte_ethdev.h | 49 ---
[PATCH v10 1/3] ethdev: decouple flow types and RSS offload types.
[PATCH v10 2/3] ethdev: add several bits for extending rss offload types.
[PATCH v10 3/3] app/testpmd: add cmdline support for extending rss types.
v10:
* Modify duplicate logic in rte_eth_dev_configure() and
rte_eth_dev_rss_hash
This patch reserves several bits as input set selection from the
high end of the 64 bits. It is combined with exisiting ETH_RSS_*
to represent RSS types.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
Acked-by: Ori Kam
---
lib/librte_ethdev/rte_ethdev.c | 42
From: Lance Richardson
Thor queue scaling is currently limited by the number of NQs that
can be allocated. Fix by using a common NQ for all receive/transmit
rings instead of allocating a separate NQ for each ring.
Fixes: f8168ca0e690 ("net/bnxt: support thor controller")
Cc: sta...@dpdk.org
Sign
From: Lance Richardson
Reduce overhead of CPR descriptor validity checking in vector
receive and transmit functions.
Preserve raw cpr consumer index in vector transmit completion
function.
Remove an unneeded prefetch (per benchmarking) from vector
transmit completion function.
Fixes: bc4a000f2
From: Lance Richardson
The required number of statistics contexts is computed as the sum
of the number of receive and transmit rings plus one for the async
completion ring. A statistics context is not actually required for
the async completion ring, so remove it from the calculation.
Fixes: bd0a
From: Lance Richardson
Scattered receive is supported but not included in receive offload
capabilities. Fix by adding it and including in scattered receive
calculation.
Fixes: 9c1507d96ab8 ("net/bnxt: switch to the new offload API")
Cc: sta...@dpdk.org
Signed-off-by: Lance Richardson
Reviewed-b
From: Lance Richardson
Use first receive queue assigned to VNIC as the default receive queue
when configuring Thor VNICs. This is necessary e.g. in order for flow
redirection to a specific receive queue to work correctly.
Fixes: f8168ca0e690 ("net/bnxt: support thor controller")
Signed-off-by: L
From: Lance Richardson
Add support for LRO for adapters based on Thor (BCM57508).
Reviewed-by: Kalesh Anakkur Purayil
Signed-off-by: Lance Richardson
Signed-off-by: Ajit Khaparde
---
drivers/net/bnxt/bnxt.h| 16
drivers/net/bnxt/bnxt_ethdev.c | 4 ++
drivers/net/bnxt/bnxt_h
From: Venkat Duvvuru
Class of Service (CoS) is a way to manage multiple types of
traffic over a network to offer different types of services
to applications. CoS classification (priority to cosqueue) is
determined by the user and configured through the PF driver.
DPDK driver queries this configur
Apart form fixes support for Thor and vector PMD, this patchset
adds support for LRO on Thor based adapters and CoS classification.
Patchset against dpdk-next-net, has been compiled & tested on an
x86_64 system.
Please apply.
Lance Richardson (8):
net/bnxt: increase tqm entry allocation
net/
From: Lance Richardson
When using transmit/receive queue sizes smaller than 256, alignment
requirements are not being met for Thor-based adapters. Fix by
forcing memory addresses used for transmit/receive/aggregation ring
allocations to be on 4K boundaries.
Fixes: f8168ca0e690 ("net/bnxt: suppor
From: Lance Richardson
The current TQM backing store size isn't sufficient to allow 512
transmit rings. Fix by correcting TQM SP queue size calculation.
Fixes: f8168ca0e690 ("net/bnxt: support thor controller")
Cc: sta...@dpdk.org
Signed-off-by: Lance Richardson
Reviewed-by: Ajit Khaparde
Revi
> -Original Message-
> From: Arek Kusztal
> Sent: Friday, September 6, 2019 5:28 PM
> To: dev@dpdk.org
> Cc: akhil.go...@nxp.com; fiona.tr...@intel.com; Shally Verma
> ; Anoob Joseph ; Arek
> Kusztal
> Subject: [EXT] [PATCH v2] cryptodev: extend api of asymmetric crypto by
> sessionless
>
Hi Kevin,
The testings from Red Hat get PASS result. Below 13 testing scenarios look good
with v18.11.3-rc1.
Testing scenarios:
(1)Guest with device assignment(PF) throughput testing(1G hugepage size): PASS
(2)Guest with device assignment(PF) throughput testing(2M hugepage size): PASS
(3)Guest
Add new meson.build file for crypto/armv8
Signed-off-by: Dharmik Thakkar
---
drivers/crypto/armv8/meson.build | 25 +
drivers/crypto/meson.build | 6 +++---
meson_options.txt| 2 ++
3 files changed, 30 insertions(+), 3 deletions(-)
create mode 100
> > > > > > > +++ b/lib/librte_ring/rte_ring_template.h
> > > > > > > @@ -0,0 +1,330 @@
> > > > > > > +/* SPDX-License-Identifier: BSD-3-Clause
> > > > > > > + * Copyright (c) 2019 Arm Limited */
> > > > > > > +
> > > > > > > +#ifndef _RTE_RING_TEMPLATE_H_ #define
> _RTE_RING_TEMPLATE_H_
> > > >
Compilation issue arises due to multiple definitions of 'bool'
in 'ixgbe_ethdev.h'.
Error:
'/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c: In function
‘ixgbe_dev_setup_link_alarm_handler’:
/dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:4075:43:
error: passing argument 3 of ‘ixgbe_get_link_capabilities’ from
inco
On Thu, 3 Oct 2019 18:57:32 +0200
Ilya Maximets wrote:
> On 02.10.2019 20:15, Flavio Leitner wrote:
> > On Wed, 2 Oct 2019 17:50:41 +
> > Shahaf Shuler wrote:
> >
> >> Wednesday, October 2, 2019 3:59 PM, Flavio Leitner:
> >>> Obrembski MichalX ; Stokes Ian
> >>>
> >>> Subject: Re: [dpd
> > Subject: [PATCH v3 1/3] lib/ring: add peek API
> >
> > From: Ruifeng Wang
> >
> > The peek API allows fetching the next available object in the ring
> > without dequeuing it. This helps in scenarios where dequeuing of
> > objects depend on their value.
> >
> > Signed-off-by: Dharmik Thakkar
>
Hi
On 26/09/2019 13:18, Andrew Rybchenko wrote:
> On 9/26/19 9:28 AM, Ori Kam wrote:
>> This commit introduce the RX/TX hairpin setup function.
>
> RX/TX should be Rx/Tx here and everywhere below.
>
>> Hairpin is RX/TX queue that is used by the nic in order to offload
>> wire to wire traffic.
>>
>From: dev On Behalf Of Jerin Jacob
>Sent: Thursday, October 03, 2019 7:40 AM
>
>On Fri, Sep 27, 2019 at 4:59 PM David Marchand
> wrote:
>>
>> Caught by clang, this idx value is only used for a debug message when
>> the mbufs allocation fails.
>> No need to use idx as a temporary storage.
>>
>> Fi
>From: David Marchand
>Sent: Friday, September 27, 2019 4:29 AM
>
>--
>Caught by clang, this idx value is only used for a debug message when the
>mbufs allocation fails.
>No need to use idx as a temporary storage.
>
>Fixes: 8f2312
Hi Andrew,
@Thomas Monjalon, @Ferruh Yigit
Please comment if you have any issues with my answer.
Thanks,
Ori
> -Original Message-
> From: Andrew Rybchenko
> Sent: Thursday, October 3, 2019 4:26 PM
> To: Ori Kam ; Thomas Monjalon
> ; Ferruh Yigit
> Cc: dev@dpdk.org; jingjing...@intel.c
>-Original Message-
>From: dev On Behalf Of Andrew Rybchenko
>Sent: Thursday, October 3, 2019 1:11 PM
>To: Pavan Nikhilesh Bhagavatula ; Jerin
>Jacob Kollanukkaran ; John McNamara
>; Marko Kovacevic
>; Thomas Monjalon
>; Ferruh Yigit
>Cc: dev@dpdk.org
>Subject: Re: [dpdk-dev] [PATCH v8
Hi Marcin,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marcin Smoczynski
> Sent: Friday, September 27, 2019 4:55 PM
> To: ano...@marvell.com; akhil.go...@nxp.com; Ananyev, Konstantin
>
> Cc: dev@dpdk.org; Smoczynski, MarcinX
> Subject: [dpdk-dev] [PATCH v5
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marcin Smoczynski
> Sent: Friday, September 27, 2019 4:55 PM
> To: ano...@marvell.com; akhil.go...@nxp.com; Ananyev, Konstantin
>
> Cc: dev@dpdk.org; Smoczynski, MarcinX
> Subject: [dpdk-dev] [PATCH v5 2/4] exam
Hi Marcin,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Marcin Smoczynski
> Sent: Friday, September 27, 2019 4:55 PM
> To: ano...@marvell.com; akhil.go...@nxp.com; Ananyev, Konstantin
>
> Cc: dev@dpdk.org; Smoczynski, MarcinX
> Subject: [dpdk-dev] [PATCH v5
On Wed, Sep 11, 2019 at 2:49 PM wrote:
>
> From: Kiran Kumar K
>
> Adding change to sync RTE Flow with KPU profile to extract
> NVGRE as ltype.
>
> Signed-off-by: Kiran Kumar K
Acked-by: Jerin Jacob
Applied to dpdk-next-net-mrvl/master. Thanks
> ---
> drivers/net/octeontx2/otx2_flow_parse.
On Fri, Sep 6, 2019 at 6:13 PM wrote:
>
> From: Kiran Kumar K
>
> Adding support for tx descriptor status dev ops for octeontx2.
>
> Signed-off-by: Kiran Kumar K
# Fixed check-git-log.sh issue(Subject changed to net/octeontx2: add
Tx descriptor status op)
# Tx descriptor status = Y update was m
On Thu, 3 Oct 2019 12:14:46 +0100
Ferruh Yigit wrote:
> Open
>
>
> * The time of the meeting is not good for the US timezone, we talked about
> changing the time of the meeting but not had enough time to discuss it.
> If you have any preferences, please comment.
In the past (at OSDL) w
On Sun, Sep 29, 2019 at 9:59 AM Vivek Kumar Sharma
wrote:
>
> Ping!
>
>
> Thanks,
> Vivek
>
>
> From: viveksha...@marvell.com
> Sent: 06 September 2019 05:43
> To: dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran; Vivek Kumar Sharma
> Subject: [PATCH] net/octe
On 9/14/2019 10:36 AM, Thomas Monjalon wrote:
> The libraries required for Netcope PMDs can be found in
> https://www.netcope.com/en/company/community-support/dpdk-libsze2
>
> These libraries are compatible with pkg-config, which is a better solution
> than directly looking for libraries and inclu
Hi everyone,
>
> On Thu, Oct 3, 2019 at 6:21 PM Thomas Monjalon wrote:
> >
> > 03/09/2019 12:59, jer...@marvell.com:
> > > Added eBPF arm64 JIT support to improve the eBPF program performance
> > > on arm64.
> > >
> > > lib/librte_bpf/bpf_jit_arm64.c | 1451
> >
On Fri, Aug 30, 2019 at 9:35 AM Nithin Dabilpuram
wrote:
>
> Allow VFs to enable backpressure for performance reasons.
> The backpressure control is with kernel AF driver that will enable
> backpressure even if one PF/VF requests it and disable it only
> after all the PFs/VFs request for disable.
Sent from Workspace ONE Boxer
On 03-Oct-2019 7:58 PM, Akhil Goyal wrote:
>
> Hi Shally,
>
> Any more comments on this patch.
> If not please Ack.
>
> Regards,
> Akhil
>
> > -Original Message-
> > From: Shally Verma
> > Sent: Sunday, September 8, 2019 11:49 AM
> > To: Arek Kusztal ; dev@
Hi Anoob,
> > > > > I've few more observations regarding the proposed feature.
> > > > >
> > > > > 1. From what I understood, if an ESP packet ends up on an
> > > > > unprotected interface and doesn't have 'PKT_RX_SEC_OFFLOAD' bit
> > > > > set, then the packet
> > > > would be looked up to see th
On Fri, Sep 27, 2019 at 4:59 PM David Marchand
wrote:
>
> Caught by clang, this idx value is only used for a debug message when
> the mbufs allocation fails.
> No need to use idx as a temporary storage.
>
> Fixes: 8f2312474529 ("net/qede: fix performance bottleneck in Rx path")
> Cc: sta...@dpdk.o
On Thu, Oct 3, 2019 at 12:03 PM Sunil Kumar Kori wrote:
>
> NPC errors were incorrectly translated to ol_flag as
> error code enum was not in sync with NPC profile.
>
> Fixes: 371d3212cbed ("common/octeontx2: add build infrastructure and HW
> definition")
>
> Signed-off-by: Sunil Kumar Kori
Cha
>
> Hi Akhil, Pablo,
>
> From my end, this patch is good to go.
>
> Thanks,
> Anoob
>
> > -Original Message-
> > From: Anoob Joseph
> > Sent: Wednesday, August 14, 2019 3:11 PM
> > To: Akhil Goyal ; Pablo de Lara
> >
> > Cc: Ankur Dwivedi ; Jerin Jacob Kollanukkaran
> > ; Narayana Pra
On 10/3/2019 12:25 AM, Ajit Khaparde wrote:
> Among other changes, this patchset adds support to:
> - create filters with RSS action.
> - create source MAC filters.
> - use user provided priority to place rule appropriately in HW.
>
> This patch has been rebased to dpdk-next-net commit
> 8587a8b9e
Hi Shally,
Any more comments on this patch.
If not please Ack.
Regards,
Akhil
> -Original Message-
> From: Shally Verma
> Sent: Sunday, September 8, 2019 11:49 AM
> To: Arek Kusztal ; dev@dpdk.org
> Cc: Akhil Goyal ; fiona.tr...@intel.com; Anoob Joseph
>
> Subject: RE: [EXT] [PATCH v2]
>
>
> > Primary process is responsible to initialize the data struct of each
> > crypto devices.
> >
> > Secondary process should not override this data during the
> > initialization.
> >
> > Fixes: d11b0f30df88 ("cryptodev: introduce API and framework for crypto
> > devices")
> > Cc: sta...@d
>
> Signed-off-by: Hemant Agrawal
> ---
> app/test/test_cryptodev.c | 20
> 1 file changed, 20 insertions(+)
>
Added description of the patch and altered patch title.
Patchset
Acked-by: Akhil Goyal
Applied to dpdk-next-crypto
Thanks.
On 26/09/2019 08:41, Yu, PingX wrote:
> Kevin,
> FYi.
>> 2. [dpdk-stable 18.11.3] meson build error on ub1604-i86
> Q1: What are the error logs?
> Please see below Error info.
>
> Q2: Is it a regression for you? i.e. did this test pass with 18.11.2?
> No, it isn't a regression. We don't test it
Hi Ori,
@Thomas, @Ferruh, please, see question below.
On 10/2/19 3:19 PM, Ori Kam wrote:
Hi Andrew,
Sorry it took me some time to responded, (I'm on vacation 😊)
I think we are in most cases in agreement. The only open issue is the
checks so please see my comments below.
As soon as we get to un
Hi Konstantin,
>
> Hi Akhil,
>
> > > > > > > > > > > > > > This action type allows the burst of symmetric
> > > > > > > > > > > > > > crypto
> > > workload
> > > > > using
> > > > > > > > the
> > > > > > > > > > > > same
> > > > > > > > > > > > > > algorithm, key, and direction being processed
> -Original Message-
> From: Stephen Hemminger
> Sent: Monday 30 September 2019 18:12
> To: Loftus, Ciara
> Cc: dev@dpdk.org; Ye, Xiaolong ; Laatz, Kevin
> ; Richardson, Bruce
> Subject: Re: [dpdk-dev] [PATCH v2 2/3] net/af_xdp: support pinning of IRQs
>
> On Mon, 30 Sep 2019 16:42:0
Hi all,
Here is a list of patches targeted for LTS release 18.11.3.
The planned date for the final release is 14th October.
Please note the commits since RC1 below. They are primarily to
address some build issues for 32-bit with meson and FreeBSD.
As such, I would expect that most RC1 testing i
From: Ciara Power
This example can be removed because DPDK now has a range of libraries,
especially rte_eventdev, that did not exist previously for load
balancing, making this less relevant. Also, modern NIC cards have
greater ability to do load balancing, e.g. using RSS, over a wider range
of f
Following the removal of some sample applications, close up the gaps
introduced in the table so that it is formatted nicely for the next
release.
Signed-off-by: Bruce Richardson
---
doc/guides/sample_app_ug/intro.rst | 30 +-
1 file changed, 13 insertions(+), 17 delet
From: Ciara Power
Rather than providing a shim layer on top of netmap, we should instead
encourage users to create apps using the DPDK APIs directly.
Signed-off-by: Ciara Power
---
MAINTAINERS | 3 -
doc/guides/sample_app_ug/index.rst| 1 -
doc
From: Ciara Power
Original DPDK rings code had explicit support for a single watermark
per-ring, but more recent releases of DPDK had a more general mechanism
where each enqueue or dequeue call could return the remaining
elements/free-slots in the ring. Therefore, this example is not as
relevant
The example app shows the use of TUN/TAP with DPDK, but DPDK has a built-in
TAP PMD, so this example is obsolete and so can be removed.
Signed-off-by: Bruce Richardson
---
MAINTAINERS | 3 -
doc/guides/sample_app_ug/exception_path.rst | 281 --
doc/guide
As discussed by the DPDK technical board e.g. [1][2] and on the DPDK
mailing list [3], we have a lot of example applications shipped with
DPDK - a number which increases with each DPDK release, and not all of
which are probably needed any more. Therefore, this set removes 5
example applications fro
The main l3fwd app should work with both PF and VF devices, so remove the
VF-only l3fwd example.
Signed-off-by: Bruce Richardson
---
MAINTAINERS |3 -
doc/guides/sample_app_ug/index.rst|1 -
.../sample_app_ug/l3_forward_virtual.rst | 9
On 10/3/2019 12:25 AM, Ajit Khaparde wrote:
> Among other changes, this patchset adds support to:
> - create filters with RSS action.
> - create source MAC filters.
> - use user provided priority to place rule appropriately in HW.
>
> This patch has been rebased to dpdk-next-net commit
> 8587a8b9e
On 10/3/2019 12:25 AM, Ajit Khaparde wrote:
> When a drop action for L2 filters is specified, support it.
>
> Signed-off-by: Ajit Khaparde
> Reviewed-by: Rahul Gupta
> Reviewed-by: Somnath Kotur
> Reviewed-by: Kalesh Anakkur Purayil
<...>
> @@ -1121,19 +1152,27 @@ bnxt_validate_and_parse_flo
On Thu, Oct 3, 2019 at 6:21 PM Thomas Monjalon wrote:
>
> 03/09/2019 12:59, jer...@marvell.com:
> > Added eBPF arm64 JIT support to improve the eBPF program performance
> > on arm64.
> >
> > lib/librte_bpf/bpf_jit_arm64.c | 1451
>
> I am concerned about duplicatin
Hi Adam,
> -Original Message-
> From: Dybkowski, AdamX
> Sent: Friday, September 27, 2019 4:48 PM
> To: dev@dpdk.org; Trahe, Fiona ; Kusztal, ArkadiuszX
> ; akhil.go...@nxp.com
> Cc: Dybkowski, AdamX
> Subject: [PATCH v2 3/3] crypto/qat: handle Single Pass Crypto Requests on
> GEN3 QAT
>
Hi,
On 9/14/19 8:52 AM, vattun...@marvell.com wrote:
From: Vamsi Attunuru
Some networking devices may use custom algos for computing
hash indices and spread the packets accordingly.
Patch adds a eth_dev op to get the hash index correspond to
the given hash value received on the given port.
S
> -Original Message-
> From: Dybkowski, AdamX
> Sent: Friday, September 27, 2019 4:48 PM
> To: dev@dpdk.org; Trahe, Fiona ; Kusztal, ArkadiuszX
> ; akhil.go...@nxp.com
> Cc: Dybkowski, AdamX
> Subject: [PATCH v2 2/3] common/qat: add new QAT GEN3 definitions
>
> This patch adds few defi
03/09/2019 12:59, jer...@marvell.com:
> Added eBPF arm64 JIT support to improve the eBPF program performance
> on arm64.
>
> lib/librte_bpf/bpf_jit_arm64.c | 1451
I am concerned about duplicating the BPF JIT effort in DPDK and Linux.
Could we try to pull the Linu
Hi Julien
>
> Each cryptodev are indexed with its dev_id in the global
> rte_crypto_devices variable. nb_devs is incremented / decremented each
> time a cryptodev is created / deleted. The goal of nb_devs is to prevent
> the user to get an invalid dev_id.
>
> Let's imagine DPDK has configured N
On Thu, Oct 3, 2019 at 6:10 PM Hemant Agrawal wrote:
>
> Hi Jerin,
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Thursday, October 3, 2019 4:04 PM
> > To: Pavan Nikhilesh
> > Cc: Jerin Jacob ; Richardson, Bruce
> > ; Akhil Goyal ; dpdk-
> > dev ; Van Haaren, Harry ;
> > mattia
Hi Adam,
> -Original Message-
> From: Dybkowski, AdamX
> Sent: Friday, September 27, 2019 4:48 PM
> To: dev@dpdk.org; Trahe, Fiona ; Kusztal, ArkadiuszX
> ; akhil.go...@nxp.com
> Cc: Dybkowski, AdamX
> Subject: [PATCH v2 1/3] test/crypto: add more AES GCM tests for QAT PMD
>
> This patch
Hi Jerin,
> -Original Message-
> From: Jerin Jacob
> Sent: Thursday, October 3, 2019 4:04 PM
> To: Pavan Nikhilesh
> Cc: Jerin Jacob ; Richardson, Bruce
> ; Akhil Goyal ; dpdk-
> dev ; Van Haaren, Harry ;
> mattias.ronnb...@ericsson.com; liang.j...@intel.com; Gujjar, Abhinandan
> S ; Rao
On 10/3/2019 12:26 AM, Ajit Khaparde wrote:
> We are not freeing all the flows when a flow_flush is called.
> Iterate through all the flows belonging to all the VNICs in use and
> free the filters.
For the patch title "handle flow flush handling", I think here 'handle' means
fixing the "flow flush
>
> > > > > > +++ b/lib/librte_ring/rte_ring_template.h
> > > > > > @@ -0,0 +1,330 @@
> > > > > > +/* SPDX-License-Identifier: BSD-3-Clause
> > > > > > + * Copyright (c) 2019 Arm Limited */
> > > > > > +
> > > > > > +#ifndef _RTE_RING_TEMPLATE_H_
> > > > > > +#define _RTE_RING_TEMPLATE_H_
> > >
Hi Honnappa,
> > > Add resource reclamation APIs to make it simple for applications and
> > > libraries to integrate rte_rcu library.
> > >
> > > Signed-off-by: Honnappa Nagarahalli
> > > Reviewed-by: Ola Liljedhal
> > > Reviewed-by: Ruifeng Wang
> > > ---
> > > app/test/test_rcu_qsbr.c
On 10/3/2019 9:38 AM, Jerin Jacob wrote:
> On Thu, Oct 3, 2019 at 1:48 PM David Marchand
> wrote:
>>
>> qede has been dropped from the drivers/net meson.
>> Add it again.
>>
>> Fixes: 9a8864c8b5da ("net/octeontx2: add build and doc infrastructure")
>>
>> Signed-off-by: David Marchand
>
> Review
> -Original Message-
> From: Honnappa Nagarahalli [mailto:honnappa.nagaraha...@arm.com]
> Sent: Thursday, October 3, 2019 7:42 AM
> To: Ananyev, Konstantin ;
> step...@networkplumber.org; paul...@linux.ibm.com
> Cc: Wang, Yipeng1 ; Medvedkin, Vladimir
> ; Ruifeng Wang (Arm Technology
>
> > > > > +++ b/lib/librte_ring/rte_ring_template.h
> > > > > @@ -0,0 +1,330 @@
> > > > > +/* SPDX-License-Identifier: BSD-3-Clause
> > > > > + * Copyright (c) 2019 Arm Limited */
> > > > > +
> > > > > +#ifndef _RTE_RING_TEMPLATE_H_
> > > > > +#define _RTE_RING_TEMPLATE_H_
> > > > > +
> > > > >
[PATCH v9 1/3] ethdev: decouple flow types and RSS offload types.
[PATCH v9 2/3] ethdev: add several bits for extending rss offload types.
[PATCH v9 3/3] app/testpmd: add cmdline support for extending rss types.
v9:
* Fix code style.
* Delete duplicate logic in rte_eth_dev_configure().
v8:
* Add
This patch decouples RTE_ETH_FLOW_* and ETH_RSS_*. The former defines
flow types and the latter defines RSS offload types.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
Acked-by: Ori Kam
Acked-by: Andrew Rybchenko
---
lib/librte_ethdev/rte_ethdev.h | 49 ---
This patch adds cmdline support for extended rss types configuration.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
---
app/test-pmd/cmdline.c | 18 +++---
app/test-pmd/config.c | 4
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/app/test-pmd/cmdline.c b/app/
This patch reserves several bits as input set selection from the
high end of the 64 bits. It is combined with exisiting ETH_RSS_*
to represent RSS types.
Signed-off-by: Simei Su
Reviewed-by: Qi Zhang
Acked-by: Ori Kam
---
lib/librte_ethdev/rte_ethdev.c | 11 +++
lib/librte_ethdev/rte_e
On 8/29/2019 11:27 AM, Sachin Saxena wrote:
> This patch set adds following enhancements:
> 1. IEEE1588 support in net/dpaa2
> 2. Interrupt support in net/dpaa
> 3. Support multi vfio group in fsl-mc bus
> 4. Taildrop support on frame count basis
> 5. Soft parser drive
Minutes 3 October 2019
--
Agenda:
* Release Dates
* Subtrees
* OvS
* Opens
Participants:
* Debian/Microsoft
* Intel
* Marvell
* Mellanox
* NXP
* Red Hat
Release Dates
-
* v19.11 dates:
* Integration/Merge/RC1 date pushed to *Wednesday 23 October*
* Sub-tre
On 01 Oct 14:04, Kevin Traynor wrote:
> Some variables are commented out. Remove them.
>
> Fixes: d548ef513cd7 ("event/opdl: add unit tests")
> Cc: liang.j...@intel.com
> Cc: sta...@dpdk.org
>
> Signed-off-by: Kevin Traynor
> ---
> drivers/event/opdl/opdl_test.c | 3 ---
> 1 file changed, 3 del
On Thu, Oct 03, 2019 at 12:08:30PM +0200, David Marchand wrote:
> On Thu, Oct 3, 2019 at 11:21 AM Bruce Richardson
> wrote:
> >
> > On Wed, Oct 02, 2019 at 06:55:47PM +0200, David Marchand wrote:
> > > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite
> > > useful to override com
On Thu, Oct 3, 2019 at 2:28 AM wrote:
>
> From: Pavan Nikhilesh
>
> This patchset adds a new application to demonstrate the usage of event
> mode. The poll mode is also available to help with the transition.
>
> The following new command line parameters are added:
> --mode: Dictates the mode of
On Thu, Oct 3, 2019 at 12:15 PM Hemant Agrawal wrote:
>
> Hi Nikhil,
>
> > -Original Message-
> > From: Rao, Nikhil
> > Sent: Thursday, October 3, 2019 11:43 AM
> > >
> > > On Wed, Oct 2, 2019 at 8:38 AM Hemant Agrawal
> >
> > > wrote:
> > > >
> > > > Hi Jerin,
> > >
> > > Hi Hemant,
> >
On Thu, Oct 3, 2019 at 11:21 AM Bruce Richardson
wrote:
>
> On Wed, Oct 02, 2019 at 06:55:47PM +0200, David Marchand wrote:
> > Same idea than overriding PATH and PKG_CONFIG_PATH, it can be quite
> > useful to override compilation flags like CFLAGS, CPPFLAGS and LDFLAGS
> > for cross compilation o
On Mon, Sep 30, 2019 at 09:50:28AM +0200, Marcin Baran wrote:
> A new sample app demonstrating use of driver for CBDMA.
> The app receives packets, performs software or hardware
> copy, changes packets' MAC addresses (if enabled) and
> forwards them. The patch includes sample application as
> well
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, October 3, 2019 1:23 PM
> To: Sachin Saxena ; dev@dpdk.org
> Cc: tho...@monjalon.net; Nipun Gupta
> Subject: Re: [dpdk-dev] [PATCH v2 04/30] bus/dpaa: decouple fq portal alloc
> and
> init
>
> On 8/29/2019 11:27 AM, Sachin Sa
1 - 100 of 121 matches
Mail list logo