DPAA requires the I/O shall be done in a HW portal context only.
The portal affinity is currently only being done in session create
and config APIs with the assumption that same thread will be used
for IO. This is causing issue.
This patch add support during I/O to check the HW portal affinity
and
On Sat, May 1, 2021 at 8:17 PM Jerin Jacob Kollanukkaran
wrote:
>
> Pending items:
> - Based on the availability of the DLB2 driver, I may have another pull
> request for rc2 or rc3.
Hi Thomas,
Please hold on to taking this series. Timothy sent the updated DLB2
driver. I will send new PR
>
>
>
On Fri, Apr 30, 2021 at 7:23 PM wrote:
>
> From: Pavan Nikhilesh
>
> Add meson build infra structure along with the event device
> SSO initialization and teardown functions.
>
> Signed-off-by: Shijith Thotton
> Signed-off-by: Pavan Nikhilesh
> Acked-by: Ray Kinsella
> ---
> +
> +deps += ['bus
Hi,
> -Original Message-
> From: Michael Baum
> Sent: Monday, April 26, 2021 3:48 PM
> To: dev@dpdk.org
> Cc: Matan Azrad ; Raslan Darawsheh
> ; Slava Ovsiienko ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/mlx5: workaround ASO memory region creation
>
> Due to kernel issue in direct MKE
From: Pavan Nikhilesh
The PCI_ANY_ID constant is depricated and renamed as RTE_PCI_ANY_ID.
Signed-off-by: Pavan Nikhilesh
---
drivers/common/cnxk/roc_platform.h | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/drivers/common/cnxk/roc_platform.h
b/
From: Pavan Nikhilesh
The PCI_ANY_ID constant is deprecated and renamed as RTE_PCI_ANY_ID.
Signed-off-by: Pavan Nikhilesh
---
v2 Changes:
- s/depricated/deprecated.
drivers/common/cnxk/roc_platform.h | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --gi
Hi Maintainers,
We want to open source the *Dakota Ethernet PMD*.
We are ready with changes to be open source.
We want to integrate our changes onto the next release: *19.11.9*
Kindly, guide us with the process and initiation of the same.
Regards,
Supriya Mane
--
Disclaimer:This message is inte
Hi,
> -Original Message-
> From: Alexander Kozyrev
> Sent: Thursday, April 29, 2021 5:55 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh ; Matan Azrad
> ; Slava Ovsiienko ;
> leif.y.johans...@ericsson.com
> Subject: [PATCH v3] net/mlx5: add power monitoring support
>
> Support the PMD power
Hi Ray,
> > @@ -127,6 +127,10 @@ Deprecation Notices
> >values to the function ``rte_event_eth_rx_adapter_queue_add`` using
> >the structure ``rte_event_eth_rx_adapter_queue_add``.
> >
> > +* eventdev: The function pointer ``ca_enqueue`` in structure
> ``rte_eventdev``
> > + will be moved
> -Original Message-
> From: Yigit, Ferruh
> Sent: Friday, April 30, 2021 1:51 PM
> To: Haifei Luo ; ma...@nvidia.com; or...@nvidia.com;
> viachesl...@nvidia.com; Dumitrescu, Cristian
>
> Cc: dev@dpdk.org; tho...@monjalon.net; rasl...@nvidia.com; Iremonger,
> Bernard ; Xing, Beilei
> ;
Hello “DPDK Community”,
We are glad to inform you that we have developed 3 PMDs using DPDK version
19.11.3
One of our premium customer has sponsored to develop DPDK-Ethernet-PMD using
WPJ419 Compex Platform and is willing to Contribute to DPDK community.
WPJ419 board uses “Qualcomm Chipset -- D
Hi,
> -Original Message-
> From: Wisam Monther
> Sent: Wednesday, April 28, 2021 1:29 PM
> To: Matan Azrad ; Ori Kam ; Slava
> Ovsiienko ; Alexander Kozyrev
> ; Raslan Darawsheh ;
> dev@dpdk.org
> Cc: NBU-Contact-Thomas Monjalon ;
> sta...@dpdk.org
> Subject: [PATCH] net/mlx5: fix the siz
The important part is the last patch on vhost handling of offloading
requests coming from a virtio guest interface.
The rest are small fixes that I accumulated while reviewing the mbuf
offload flags.
On this last patch, it has the potential of breaking existing
applications using the vhost librar
PKT_RX_EIP_CKSUM_BAD has been declared deprecated but there was no
warning to applications still using it.
Fix this by marking as deprecated with the newly introduced
RTE_DEPRECATED.
Fixes: e8a419d6de4b ("mbuf: rename outer IP checksum macro")
Signed-off-by: David Marchand
Reviewed-by: Flavio Le
Tx offload flags are of the application responsibility.
Leave the mbuf alone and use a local storage for implicit tcp checksum
offloading in case of TSO.
Signed-off-by: David Marchand
Reviewed-by: Maxime Coquelin
Acked-by: Flavio Leitner
---
drivers/net/virtio/virtqueue.h | 6 --
1 file ch
Purely cosmetic but it is rather odd to have an "offload" helper that
checks if it actually must do something.
We already have the same checks in most callers, so move this branch
in them.
Signed-off-by: David Marchand
Reviewed-by: Flavio Leitner
Reviewed-by: Ruifeng Wang
Reviewed-by: Maxime Co
The vhost library currently configures Tx offloading (PKT_TX_*) on any
packet received from a guest virtio device which asks for some offloading.
This is problematic, as Tx offloading is something that the application
must ask for: the application needs to configure devices
to support every used o
On 4/27/21 5:14 AM, Cheng Jiang wrote:
> Change the way passing args to fix potential overflow in args process.
>
> Coverity issue: 363741
> Fixes: 965b06f0358 ("examples/vhost: enhance getopt_long usage")
>
> Signed-off-by: Cheng Jiang
> ---
> v2:
> * Change the way passing args
> * Change
On 5/3/21 3:26 PM, David Marchand wrote:
> PKT_RX_EIP_CKSUM_BAD has been declared deprecated but there was no
> warning to applications still using it.
> Fix this by marking as deprecated with the newly introduced
> RTE_DEPRECATED.
>
> Fixes: e8a419d6de4b ("mbuf: rename outer IP checksum macro"
On Mon, May 3, 2021 at 3:27 PM David Marchand wrote:
>
> PKT_RX_EIP_CKSUM_BAD has been declared deprecated but there was no
> warning to applications still using it.
> Fix this by marking as deprecated with the newly introduced
> RTE_DEPRECATED.
>
> Fixes: e8a419d6de4b ("mbuf: rename outer IP chec
On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote:
>
> The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a
> subset of platforms, namely x86_64 and arm64. Platforms supporting 128b
> atomics
> have to opt-in to a generic or C11 implementations. All other platforms us
On 5/2/21 12:45 PM, Matan Azrad wrote:
> The driver should notify the guest for each traffic burst detected by CQ
> polling.
>
> The CQ polling trigger is defined by `event_mode` device argument,
> either by busy polling on all the CQs or by blocked call to HW
> completion event using DevX chan
On Mon, May 03, 2021 at 04:21:25PM +0200, David Marchand wrote:
> On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach wrote:
> >
> > The lock-free stack implementation (RTE_STACK_F_LF) is supported only on a
> > subset of platforms, namely x86_64 and arm64. Platforms supporting 128b
> > atomics
>
The variable inc_dir is not defined in this file.
Fixes: 4cd1c5fd9ed4 ("regex/octeontx2: introduce REE driver")
Cc: sta...@dpdk.org
Signed-off-by: Thomas Monjalon
---
drivers/regex/octeontx2/meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/regex/octeontx2/meson.build
b/dr
Inserting "return 1" in .develconfig file will allow to skip
some build tests based on $DPDK_TARGET or other parameters.
Signed-off-by: Thomas Monjalon
---
devtools/test-meson-builds.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devtools/test-meson-builds.sh b/devtools/t
On 4/14/21 4:14 PM, Xueming Li wrote:
> From: ".Xueming Li"
>
> When Rx queue worked in vectorized mode and rxd <= 512, under traffic of
> high PPS rate, testpmd often start and receive packets of rxd without
> further growth.
>
> Testpmd started with rxq flush which tried to rx MAX_PKT_BURST
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Tyler Retzlaff
> Sent: Friday, April 30, 2021 2:16 AM
>
> On Thu, Apr 29, 2021 at 09:49:24PM +0300, Dmitry Kozlyuk wrote:
> > 2021-04-29 09:16 (UTC-0700), Tyler Retzlaff:
> > > On Wed, Apr 07, 2021 at 05:10:00PM +0100, Ferruh Yigit wrote:
> >
From: Pavan Nikhilesh
This patchset adds support for Marvell CN106XX SoC based on 'common/cnxk'
driver. In future, CN9K a.k.a octeontx2 will also be supported by same
driver when code is ready and 'event/octeontx2' will be deprecated.
v4 Changes:
- s/PCI_ANY_ID/RTE_PCI_ANY_ID.
- Remove dependenc
From: Pavan Nikhilesh
The PCI_ANY_ID constant is deprecated and renamed as RTE_PCI_ANY_ID.
Signed-off-by: Pavan Nikhilesh
---
drivers/common/cnxk/roc_platform.h | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/drivers/common/cnxk/roc_platform.h
b/
From: Pavan Nikhilesh
Add meson build infra structure along with the event device
SSO initialization and teardown functions.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
Acked-by: Ray Kinsella
---
MAINTAINERS| 6 +++
doc/guides/eventdevs/cnxk.rst
From: Shijith Thotton
Add the info_get function to return details on the queues, flow,
prioritization capabilities, etc. which this device has.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cnxk_eventdev.c | 24
drivers/event/cnx
From: Pavan Nikhilesh
Add platform specific event device probe and remove, also add
event device info get function.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cn10k_eventdev.c | 101 +++
drivers/event/cnxk/cn9k_eventdev.c | 10
From: Pavan Nikhilesh
Add configuration validation, port and queue configuration
functions.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_eventdev.c | 70 ++
drivers/event/cnxk/cnxk_eventdev.h | 6 +++
2 files changed, 7
From: Shijith Thotton
Add platform specific event device configuration that attaches the
requested number of SSO HWS(event ports) and HWGRP(event queues) LFs
to the RVU PF/VF.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 35 ++
From: Shijith Thotton
Add setup and release functions for event queues i.e.
SSO HWGRPs.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 2 ++
drivers/event/cnxk/cn9k_eventdev.c | 2 ++
drivers/event/cnxk/cnxk_eventdev.c | 19
From: Pavan Nikhilesh
Allocate buffers in DRAM that hold inflight events.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 7 ++
drivers/event/cnxk/cn9k_eventdev.c | 7 ++
drivers/event/cnxk/cnxk_eventdev.c | 105 +++
From: Shijith Thotton
The number of events for a *open system* event device is specified
as -1 as per the eventdev specification.
Since, SSO inflight events are only limited by DRAM size, the
xae_cnt devargs parameter is introduced to provide upper limit for
in-flight events.
Example:
--
From: Shijith Thotton
SSO HWGRPs i.e. queue uses DRAM & SRAM buffers to hold in-flight
events. By default the buffers are assigned to the SSO HWGRPs to
satisfy minimum HW requirements. SSO is free to assign the remaining
buffers to HWGRPs based on a preconfigured threshold.
We can control the QoS
From: Shijith Thotton
Add SSO HWS a.k.a event port setup and release functions.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 121 +++
drivers/event/cnxk/cn9k_eventdev.c | 147
drivers/
From: Shijith Thotton
Add platform specific event port, queue link and unlink APIs.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 64 +-
drivers/event/cnxk/cn9k_eventdev.c | 101
drivers/e
From: Pavan Nikhilesh
Add devargs to configure the platform specific getwork mode.
CN9K getwork mode by default is set to use dual workslot mode.
Add option to force single workslot mode.
Example:
--dev "0002:0e:00.0,single_ws=1"
CN10K supports multiple getwork prefetch modes, by defaul
From: Pavan Nikhilesh
Add SSO HW device operations used for enqueue/dequeue.
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_worker.c | 7 +
drivers/event/cnxk/cn10k_worker.h | 151 +
drivers/event/cnxk/cn9k_worker.c | 7 +
drivers/event/cnxk/cn9k_worker.h
From: Pavan Nikhilesh
Add SSO GWS fastpath event device enqueue functions.
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 16 +++-
drivers/event/cnxk/cn10k_worker.c | 54 ++
drivers/event/cnxk/cn10k_worker.h | 12 +++
drivers/event/cnxk/cn9k_eventde
From: Pavan Nikhilesh
Add SSO GWS event dequeue fastpath functions.
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cn10k_eventdev.c | 10 ++-
drivers/event/cnxk/cn10k_worker.c | 54 +
drivers/event/cnxk/cn10k_worker.h | 12 +++
drivers/event/cnxk/cn9k_eventdev.c | 1
From: Shijith Thotton
Add eventdev start function along with few cleanup API's to maintain
sanity.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cn10k_eventdev.c | 127
drivers/event/cnxk/cn9k_eventdev.c | 113 ++
From: Shijith Thotton
Add event device stop and close callback functions.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cn10k_eventdev.c | 15 +
drivers/event/cnxk/cn9k_eventdev.c | 14 +
drivers/event/cnxk/cnxk_eventdev.c | 48
From: Pavan Nikhilesh
Add selftest to verify sanity of SSO and also add function to
dump internal state of SSO.
Signed-off-by: Pavan Nikhilesh
---
app/test/test_eventdev.c| 14 +
drivers/event/cnxk/cn10k_eventdev.c |8 +
drivers/event/cnxk/cn9k_eventdev.c
From: Pavan Nikhilesh
Add support for retrieving statistics from SSO HWS and HWGRP.
Signed-off-by: Pavan Nikhilesh
---
drivers/common/cnxk/roc_sso.c| 63 +
drivers/common/cnxk/roc_sso.h| 19 ++
drivers/common/cnxk/version.map | 2 +
drivers/event/cnxk/c
From: Shijith Thotton
Add event timer adapter a.k.a TIM initialization on SSO probe.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
doc/guides/eventdevs/cnxk.rst | 6
drivers/event/cnxk/cnxk_eventdev.c | 3 ++
drivers/event/cnxk/cnxk_eventdev.h | 2 ++
drive
From: Shijith Thotton
Add function to retrieve event timer adapter capabilities.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cn10k_eventdev.c | 2 ++
drivers/event/cnxk/cn9k_eventdev.c | 2 ++
drivers/event/cnxk/cnxk_tim_evdev.c | 22 +++
From: Shijith Thotton
When the application calls timer adapter create the following is used:
- Allocate a TIM LF based on number of LF's provisioned.
- Verify the config parameters supplied.
- Allocate memory required for
* Buckets based on min and max timeout supplied.
* Allocate
From: Pavan Nikhilesh
If the chunks are allocated from NPA then TIM can automatically free
them when traversing the list of chunks.
Add devargs to disable NPA and use software mempool to manage chunks.
Example:
--dev "0002:0e:00.0,tim_disable_npa=1"
Signed-off-by: Shijith Thotton
Signe
From: Pavan Nikhilesh
Add internal SSO functions to allow event adapters to resize SSO buffers
that are used to hold in-flight events in DRAM.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_eventdev.c | 33
drivers/event/cnxk/cnxk_
From: Shijith Thotton
Add TIM event timer adapter info get function.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cnxk_tim_evdev.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/drivers/event/cnxk/cnxk_tim_evdev.c
b/drivers/event/cn
From: Shijith Thotton
Add devargs to control default chunk size and max numbers of
timer rings to attach to a given RVU PF.
Example:
--dev "0002:1e:00.0,tim_chnk_slots=1024"
--dev "0002:1e:00.0,tim_rings_lmt=4"
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
From: Pavan Nikhilesh
Add TIM bucket operations used for event timer arm and cancel.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_tim_evdev.h | 30 +++
drivers/event/cnxk/cnxk_tim_worker.c | 6 ++
drivers/event/cnxk/cnxk_tim_worker.h | 123
From: Pavan Nikhilesh
Add event timer arm routine.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_tim_evdev.c | 18 ++
drivers/event/cnxk/cnxk_tim_evdev.h | 23 ++
drivers/event/cnxk/cnxk_tim_worker.c | 95 +
drivers/event/cnxk/cnxk_tim_
Hi David,
On 5/3/21 3:26 PM, David Marchand wrote:
> The important part is the last patch on vhost handling of offloading
> requests coming from a virtio guest interface.
>
> The rest are small fixes that I accumulated while reviewing the mbuf
> offload flags.
>
> On this last patch, it has the
From: Pavan Nikhilesh
Add event timer arm timeout burst function.
All the timers requested to be armed have the same timeout.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_tim_evdev.c | 7 ++
drivers/event/cnxk/cnxk_tim_evdev.h | 12 +++
driver
From: Pavan Nikhilesh
Add function to cancel event timer that has been armed.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_tim_evdev.c | 1 +
drivers/event/cnxk/cnxk_tim_evdev.h | 5
drivers/event/cnxk/cnxk_tim_worker.c | 30 ++
From: Shijith Thotton
Add event timer adapter start and stop functions.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cnxk_tim_evdev.c | 71 -
1 file changed, 70 insertions(+), 1 deletion(-)
diff --git a/drivers/event/cnxk/cn
From: Shijith Thotton
Add event timer adapter statistics get and reset functions.
Stats are disabled by default and can be enabled through devargs.
Example:
--dev "0002:1e:00.0,tim_stats_ena=1"
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
doc/guides/eventdevs/cnx
From: Shijith Thotton
Add devargs to control each event timer adapter i.e. TIM rings internal
parameters uniquely. The following dict format is expected
[ring-chnk_slots-disable_npa-stats_ena]. 0 represents default values.
Example:
--dev "0002:1e:00.0,tim_ring_ctl=[2-1023-1-0]"
Signed-o
> -Original Message-
> From: Thomas Monjalon
> Sent: Monday, May 3, 2021 5:46 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Guy Kaneti
> Subject: [EXT] [PATCH] regex/octeontx2: remove unused include directory
>
> External Email
>
> -
On Mon, May 3, 2021 at 5:24 PM Maxime Coquelin
wrote:
> On 5/3/21 3:26 PM, David Marchand wrote:
> > The important part is the last patch on vhost handling of offloading
> > requests coming from a virtio guest interface.
> >
> > The rest are small fixes that I accumulated while reviewing the mbuf
On Mon, 3 May 2021 16:00:42 +0530
Supriya Shekhar Mane wrote:
> Hi Maintainers,
>
> We want to open source the *Dakota Ethernet PMD*.
> We are ready with changes to be open source.
> We want to integrate our changes onto the next release: *19.11.9*
> Kindly, guide us with the process and initiat
From: Jerin Jacob
Remove TELEMETRY_MAX_CALLBACKS symbol from public
rte_telemetry.h header file.
Signed-off-by: Jerin Jacob
---
lib/telemetry/rte_telemetry.h | 2 --
lib/telemetry/telemetry.c | 3 +++
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/lib/telemetry/rte_telemetr
The important part is the last patch on vhost handling of offloading
requests coming from a virtio guest interface.
The rest are small fixes that I accumulated while reviewing the mbuf
offload flags.
On this last patch, it has the potential of breaking existing
applications using the vhost librar
Tx offload flags are of the application responsibility.
Leave the mbuf alone and use a local storage for implicit tcp checksum
offloading in case of TSO.
Signed-off-by: David Marchand
Reviewed-by: Maxime Coquelin
Acked-by: Flavio Leitner
---
drivers/net/virtio/virtqueue.h | 6 --
1 file ch
Purely cosmetic but it is rather odd to have an "offload" helper that
checks if it actually must do something.
We already have the same checks in most callers, so move this branch
in them.
Signed-off-by: David Marchand
Reviewed-by: Flavio Leitner
Reviewed-by: Ruifeng Wang
Reviewed-by: Maxime Co
The vhost library currently configures Tx offloading (PKT_TX_*) on any
packet received from a guest virtio device which asks for some offloading.
This is problematic, as Tx offloading is something that the application
must ask for: the application needs to configure devices
to support every used o
-Original Message-
From: Thomas Monjalon
Sent: Thursday, April 29, 2021 12:48 AM
29/04/2021 02:50, Dmitry Kozlyuk:
> > 2021-04-02 18:39 (UTC-0700), Narcisa Ana Maria Vasile:
> > > +int
> > > +rte_thread_attr_init(rte_thread_attr_t *attr) {
> > > + if (attr == NULL) {
> > > +
Thread cancellation is a pain point. Emulating it properly is nearly impossible
(without hooking into various OS calls which are supposed to be "cancellation
points"). I do like the cancellation token idea, but I'm not sure how existing
clients, who rely on existing phtread_cancel() semantic, wi
> Subject: [PATCH v9 01/10] lib: build libraries that testpmd depends on
>
> External email: Use caution opening links or attachments
>
>
> Enable building libraries that testpmd depends on
>
You should mention the change is for Windows only.
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zh
> Subject: [PATCH v9 02/10] eal/windows: add necessary macros
>
> External email: Use caution opening links or attachments
>
>
> Add required macros by testpmd on Windows in rte_os_shim.h
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zhou
> ---
> lib/eal/windows/include/rte_os_shim.h | 9
> Subject: [PATCH v9 04/10] eal/Windows: add clock_gettime on Windows
>
> External email: Use caution opening links or attachments
>
>
> Add clock_gettime on Windows in rte_os_shim.h
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zhou
> ---
> app/test-pmd/config.c | 1 +
U
> Subject: [PATCH v9 05/10] app/testpmd: resolve name collisions
>
> External email: Use caution opening links or attachments
>
>
> Resolve name collisions with Windows types
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zhou
> ---
> app/test-pmd/cmdline_flow.c | 512 ++---
> Subject: [PATCH v9 07/10] app/testpmd: replace POSIX specific code
>
> External email: Use caution opening links or attachments
>
>
> - Make printf format OS independent
> - Replace htons with RTE_BE16
> - Replace POSIX specific inet_aton with OS independent inet_pton
> - Replace sleep with
> Subject: [PATCH v9 06/10] app/testpmd: fix parse_fec_mode return type
>
I think you should name this patch " app/testpmd: fix parse_fec_mode misleading
return type name"
Do we need a fixes/CC stable tags here?
> External email: Use caution opening links or attachments
>
>
> Fix parse_fec_m
> Subject: [PATCH v9 10/10] app/testpmd: enable building testpmd on
> Windows
>
> External email: Use caution opening links or attachments
>
>
> From: Jie Zhou
>
> - Disable unsupported Apps on Windows
> - Enable building of testpmd on Windows
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie
> Subject: [PATCH v9 09/10] app/testpmd: fix unused function warnings
>
> External email: Use caution opening links or attachments
>
>
> Function print_fdir_mask and print_fdir_flex_payload is only called when
> either i40e or ixgbe presents. Add #if defined to remove "unused function"
> compila
> Subject: [PATCH v9 03/10] eal/windows: add device event stubs
>
> External email: Use caution opening links or attachments
>
>
> Add device event stubs in eal_dev.c for Windows
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zhou
> ---
> lib/eal/windows/eal_dev.c | 33 ++
> Subject: [PATCH v9 08/10] app/testpmd: fix headers inclusion
>
> External email: Use caution opening links or attachments
>
>
> - Include rte_os_shim.h in testpmd.h
> - Remove redundant headers
>
> Signed-off-by: Jie Zhou
> Signed-off-by: Jie Zhou
> ---
> app/test-pmd/cmdline.c | 3 --
On Mon, 3 May 2021, 16:28 Olivier Matz, wrote:
> On Mon, May 03, 2021 at 04:21:25PM +0200, David Marchand wrote:
> > On Mon, Apr 12, 2021 at 10:29 AM Stanislaw Kardach
> wrote:
> > >
> > > The lock-free stack implementation (RTE_STACK_F_LF) is supported only
> on a
> > > subset of platforms, nam
21/04/2021 11:11, Conor Walsh:
> + The following will include a snippet from the skeleton sample app::
> +
> + .. literalinclude:: ../../../examples/skeleton/basicfwd.c
> +:language: c
> +:start-after: Display the port MAC address.
> +:end-before: Enable RX in promiscu
30/04/2021 17:06, Bruce Richardson:
> Add an explicit padding field to the end of the descriptor structure so
> that when the batch descriptor is defined on the stack for perform-ops, the
> unused space is all zeroed appropriately.
>
> Signed-off-by: Bruce Richardson
> ---
> --- a/drivers/raw/ioa
30/04/2021 17:06, Bruce Richardson:
> Rather than using a vdev with args, DPDK can scan and initialize the
> devices automatically using a bus-type driver. This bus does not need to
> worry about registering device drivers, rather it can initialize the
> devices directly on probe.
>
> The device i
30/04/2021 17:06, Bruce Richardson:
> Split the rte_ioat_rawdev_fns.h file into two separate headers, so that the
> data structures for the original ioat devices and the newer idxd ones can
> be kept separate from each other. This makes code management and rework
> easier.
>
> Signed-off-by: Bruce
On Mon, May 03, 2021 at 05:36:30PM +, Tal Shnaiderman wrote:
> > Subject: [PATCH v9 01/10] lib: build libraries that testpmd depends on
> >
> > External email: Use caution opening links or attachments
> >
> >
> > Enable building libraries that testpmd depends on
> >
>
> You should mention
On Mon, May 03, 2021 at 05:37:52PM +, Tal Shnaiderman wrote:
> > Subject: [PATCH v9 07/10] app/testpmd: replace POSIX specific code
> >
> > External email: Use caution opening links or attachments
> >
> >
> > - Make printf format OS independent
> > - Replace htons with RTE_BE16
> > - Repla
On Mon, May 03, 2021 at 05:38:21PM +, Tal Shnaiderman wrote:
> > Subject: [PATCH v9 06/10] app/testpmd: fix parse_fec_mode return type
> >
>
> I think you should name this patch " app/testpmd: fix parse_fec_mode
> misleading return type name"
>
> Do we need a fixes/CC stable tags here?
Wil
On Mon, May 03, 2021 at 02:43:32PM -0700, Jie Zhou wrote:
> On Mon, May 03, 2021 at 05:38:21PM +, Tal Shnaiderman wrote:
> > > Subject: [PATCH v9 06/10] app/testpmd: fix parse_fec_mode return type
> > >
> >
> > I think you should name this patch " app/testpmd: fix parse_fec_mode
> > misleadi
On Sun, May 02, 2021 at 05:33:31AM +0300, Dmitry Kozlyuk wrote:
> Interrupt thread ID retained its value after interrupt thread finish.
> Other interrupt routines could then operate on the wrong thread.
> Clear interrupt thread ID before thread termination.
>
> Fixes: 5c016fc0205a ("eal/windows: a
On Sun, May 02, 2021 at 05:56:56AM +0300, Dmitry Kozlyuk wrote:
> Use "%u" and a cast as in other places when port ID is formatted.
> This fixes -Wformat warning with clang 10.0.0 on Windows.
>
> Fixes: f8244c6399d9 ("ethdev: increase port id range")
> Cc: sta...@dpdk.org
>
> Signed-off-by: Dmitr
From: Pavan Nikhilesh
This patchset adds support for Marvell CN106XX SoC based on 'common/cnxk'
driver. In future, CN9K a.k.a octeontx2 will also be supported by same
driver when code is ready and 'event/octeontx2' will be deprecated.
v5 Changes:
- Update inline asm extension prefix.
v4 Changes
From: Pavan Nikhilesh
The PCI_ANY_ID constant is deprecated and renamed as RTE_PCI_ANY_ID.
Signed-off-by: Pavan Nikhilesh
---
drivers/common/cnxk/roc_platform.h | 24 ++--
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/drivers/common/cnxk/roc_platform.h
b/
From: Pavan Nikhilesh
Update inline asm prefix to prevent overriding cpu type, instead express
the additional extensions required.
Signed-off-by: Pavan Nikhilesh
---
drivers/common/cnxk/roc_platform.h | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/drivers/common/c
From: Pavan Nikhilesh
Add meson build infra structure along with the event device
SSO initialization and teardown functions.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
Acked-by: Ray Kinsella
---
MAINTAINERS| 6 +++
doc/guides/eventdevs/cnxk.rst
From: Shijith Thotton
Add the info_get function to return details on the queues, flow,
prioritization capabilities, etc. which this device has.
Signed-off-by: Shijith Thotton
Signed-off-by: Pavan Nikhilesh
---
drivers/event/cnxk/cnxk_eventdev.c | 24
drivers/event/cnx
From: Pavan Nikhilesh
Add platform specific event device probe and remove, also add
event device info get function.
Signed-off-by: Pavan Nikhilesh
Signed-off-by: Shijith Thotton
---
drivers/event/cnxk/cn10k_eventdev.c | 101 +++
drivers/event/cnxk/cn9k_eventdev.c | 10
1 - 100 of 149 matches
Mail list logo