For memif non-zero-copy mode, there is a branch to compare
the mbuf and memif buffer size during memory copying. If all
mbufs come from the same mempool, and memif buf size >= mbuf
size, add a fast Tx memory copy path without the comparing
branch and with mbuf bulk free, otherwise still run the
ori
For memif non-zero-copy mode, there is a branch to compare
the mbuf and memif buffer size during memory copying. Mbuf
and memif buffer size is defined at compile time. If memif
buf size <= mbuf size, add a fast Rx memory copy path by
removing this branch and mbuf bulk alloc.
The removal of the bra
For memif non-zero-copy mode, there is a branch to compare
the mbuf and memif buffer size during memory copy. Add a
fast memcpy path by removing this branch with mbuf and memif
buffer size defined at compile time. For Rx fast path, bulk
allocating mbufs to get additional speedup. For Tx fast path,
On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V
wrote:
>
> This patch updates the software timer adapter tests to
> configure and use periodic event timers.
>
> Signed-off-by: Naga Harish K S V
> ---
> app/test/test_event_timer_adapter.c | 41 ++---
Applied 1/3 and 3/3
On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V
wrote:
>
> There is a possibility of deadlock in this API,
> as same spinlock is tried to be acquired in nested manner.
>
> If the lcore that is stopping the timer is different from the lcore
> that owns the timer, the timer list lock is acquired i
On Wed, Sep 14, 2022 at 9:03 PM Naga Harish K S V
wrote:
>
> This patch adds support to configure and use periodic event
> timers in software timer adapter.
>
> The structure ``rte_event_timer_adapter_stats`` is extended
> by adding a new field, ``evtim_drop_count``. This stat
> represents the num
Add code to read the virtual address width for AMD processors.
Signed-off-by: Michael Piszczek
---
drivers/bus/pci/linux/pci.c | 43 +
1 file changed, 43 insertions(+)
diff --git a/drivers/bus/pci/linux/pci.c b/drivers/bus/pci/linux/pci.c
index e521459870..0c
DLB2 has a need to parse a user supplied coremask as part
of an optimization that associates optimal core/resource
pairs. Therefore eal_parse_coremask has been renamed
to rte_eal_parse_coremask and exported.
Signed-off-by: Abdullah Sevincer
---
lib/eal/common/eal_common_options.c | 6 +++---
li
On 2022/9/13 下午3:08, liulongfang wrote:
On 2022/9/11 13:23, Zhangfei Gao wrote:
Introduce a new crypto PMD for UADK, which relies on UADK library [1].
This should be "a new crypto PMD for DPDK"
Sorry for the misunderstanding.
Will change to this
Introduce a new crypto PMD for hardware ac
This patch adds functional and performance tests for sketch mode of
membership library.
Signed-off-by: Yipeng Wang
Signed-off-by: Leyi Rong
---
app/test/test_member.c | 272
app/test/test_member_perf.c | 153 +++-
2 files changed, 421 in
Sketching algorithm provide high-fidelity approximate measurements and
appears as a promising alternative to traditional approaches such as
packet sampling.
NitroSketch [1] is a software sketching framework that optimizes
performance, provides accuracy guarantees, and supports a variety of
sketche
This patchset introduce a brand new NitroSketch Mode into membership
library. This algorithm provides high-fidelity approximate measurements
and appears as a promissing alternative to triditional approches such as
packet sampling.
---
v3:
- mark below new added APIs as "experimental":
rte_
> -Original Message-
> From: Pavan Nikhilesh Bhagavatula
> Sent: Thursday, September 8, 2022 1:27 PM
> To: Yan, Zhirun ; dev@dpdk.org; Jerin Jacob
> Kollanukkaran ; Kiran Kumar Kokkilagadda
>
> Cc: Liang, Cunming ; Wang, Haiyue
>
> Subject: RE: [EXT] [RFC, v1 4/6] graph: enhance graph
HI Ivan:
BR
Rongwei
> -Original Message-
> From: Ivan Malov
> Sent: Wednesday, September 14, 2022 23:18
> To: Rongwei Liu
> Cc: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; NBU-Contact-
> Thomas Monjalon (EXTERNAL) ; Aman Singh
> ; Yuying Zhang ;
> Andrew Rybchenko ; dev@dpdk.org; Raslan
The relation between the isolated mode in ethdev flow API
and bifurcated driver behaviour was not clearly explained.
It is made clear in the how-to guide that isolated mode is required
for flow bifurcation to the kernel.
On the other side, the impact of the isolated mode on a bifurcated
driver is
This patch maps hugepage memory such that address translation from
virtual to iova or vice versa can be done by simple addition/
subtraction of a constant value without any page table walks.
A new '--const-translate' EAL option is added to enable this mode.
The following example describes how thi
This patch maps hugepage memory such that address translation from
virtual to iova or vice versa can be done by simple addition/
subtraction of a constant value without any page table walks.
A new '--const-translate' EAL option is added to enable this mode.
The following example describes how thi
14/09/2022 17:18, Ivan Malov:
> So, it's always better to expand on such specifics so that the reader
> has full picture in their head and doesn't need to look elsewhere.
> Not all readers of the commit message will be happy to delve
> into our discussions on the mailing list to get the gist.
Yes
On 8/20/22 04:31, Hernan Vargas wrote:
Add LDPC enqueue functions to handle transport blocks.
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc100/rte_acc100_pmd.c | 197 ++-
1 file changed, 195 insertions(+), 2 deletions(-)
diff --git a/drivers/baseband/acc100/rt
On 8/20/22 04:31, Hernan Vargas wrote:
Use new flag RTE_LIBRTE_BBDEV_SKIP_VALIDATE enable/disable validation
functions. The validation API will be enabled by default.
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc100/rte_acc100_pmd.c | 37
1 file changed, 1
On 8/20/22 04:31, Hernan Vargas wrote:
Update check_mux to avoid multiplexing small inbound frames.
Preventing to multiplex code blocks when K < 512B per specs.
It looks like a fix, and so should Fixes tag be added an stable cc'ed.
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc10
On 8/20/22 04:31, Hernan Vargas wrote:
Refactor code to use the HARQ index helper function and make harq_idx
uint32.
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc100/rte_acc100_pmd.c | 32 +++-
1 file changed, 14 insertions(+), 18 deletions(-)
diff --git a/dri
On 9/14/22 21:57, Chautru, Nicolas wrote:
Hi Thomas, Akhil, Bruce, Maxime,
-Original Message-
From: Thomas Monjalon
Sent: Wednesday, September 14, 2022 7:23 AM
To: Richardson, Bruce ; Maxime Coquelin
; Akhil Goyal ;
Chautru, Nicolas
Cc: dev@dpdk.org; hemant.agra...@nxp.com; Vargas,
On 8/20/22 04:31, Hernan Vargas wrote:
Add flag to support scatter-gather for the mbuf
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc100/rte_acc100_pmd.c | 45
1 file changed, 31 insertions(+), 14 deletions(-)
diff --git a/drivers/baseband/acc100/rte_acc10
> >
> > On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote:
> >
> > > +self.session = pxssh.pxssh(encoding="utf-8")
> > > +self.session.login(
> > > +self.node,
> > > +self.username,
>
Hi Thomas, Akhil, Bruce, Maxime,
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, September 14, 2022 7:23 AM
> To: Richardson, Bruce ; Maxime Coquelin
> ; Akhil Goyal ;
> Chautru, Nicolas
> Cc: dev@dpdk.org; hemant.agra...@nxp.com; Vargas, Hernan
> ; Tom Rix ; m...@ashroe
On 8/20/22 04:31, Hernan Vargas wrote:
LDPC Encoder input may need to be padded to avoid small beat for ACC100.
Padding 5GDL input buffer length (BLEN) to avoid case (BLEN % 64) <= 8.
Adding protection for corner case to avoid for 5GDL occurrence of last
beat within the ACC100 fabric with <= 8
On 8/20/22 04:31, Hernan Vargas wrote:
Refactor frame control word LDPC encoder fill function to take a default e
value as a parameter. No functional impact.
Signed-off-by: Hernan Vargas
---
drivers/baseband/acc100/rte_acc100_pmd.c | 8
1 file changed, 4 insertions(+), 4 deletion
On 8/20/22 04:31, Hernan Vargas wrote:
Free base address of unaligned memory for SW rings to manage the missed
corner case when there is a reconfiguration.
Fixes: 060e7672930 ("baseband/acc100: add queue configuration")
Cc: sta...@dpdk.org
Signed-off-by: Hernan Vargas
---
drivers/baseband
>
> 14/09/2022 15:13, Bruce Richardson:
> > On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote:
> > > From: Honnappa Nagarahalli
> > > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote:
> >
> > > > > > > diff --git a/dts/format.sh b/dts/format.sh new file mode
> > > >
On 8/20/22 04:31, Hernan Vargas wrote:
It is possible for some corner case to run more batch enqueue than
supported. A protection is required to avoid that corner case.
Enhance all ACC100 enqueue operations with check to see if there is room
in the atomic queue for enqueueing batches into the
On 9/13/22 20:46, fengchengwen wrote:
The main problem is hard to design a tx_prepare for bonding device:
1. as Chas Williams said, there maybe twice hash calc to get target slave
devices.
2. also more important, if the slave devices have changes(e.g. slave device
link down or remove), a
Hi,
On 8/20/22 04:31, Hernan Vargas wrote:
Refactor of the queue availability computation to prevent the
application to dequeue more than what may have been enqueued.
That sounds like a fix, is it?
If so, it should have the Fixes tag, so that existing application can
get the fix without havi
> -Original Message-
> From: Jerin Jacob
> Sent: Wednesday, September 14, 2022 8:54 PM
> To: Naga Harish K, S V
> Cc: jer...@marvell.com; dev@dpdk.org; Carrillo, Erik G
> ; pbhagavat...@marvell.com;
> sthot...@marvell.com
> Subject: Re: [PATCH v6 1/3] eventdev/timer: add periodic event
On 8/20/22 04:31, Hernan Vargas wrote:
Add enqueue status as part of rte_bbdev_queue_data.
This is a new feature to update queue status and indicate the reason why
a previous enqueue may or may not have consumed all requested operations.
Signed-off-by: Hernan Vargas
---
drivers/baseband/ac
From: Markus Theil
Signed-off-by: Markus Theil
---
v2: add LED feature in ice.ini
doc/guides/nics/features/ice.ini | 1 +
drivers/net/ice/ice_ethdev.c | 22 ++
2 files changed, 23 insertions(+)
diff --git a/doc/guides/nics/features/ice.ini b/doc/guides/nics/features/i
Thanks for the hint/advice. I will resend the led patch and drop the fc
patch for now (see another reply).
On 9/4/22 04:10, Zhang, Qi Z wrote:
-Original Message-
From: Markus Theil
Sent: Friday, September 2, 2022 5:14 AM
To: dev@dpdk.org
Cc: Yang, Qiming ; Zhang, Qi Z
; Theil, Markus
On 9/4/22 04:06, Zhang, Qi Z wrote:
-Original Message-
From: Markus Theil
Sent: Friday, September 2, 2022 5:14 AM
To: dev@dpdk.org
Cc: Yang, Qiming ; Zhang, Qi Z
; Theil, Markus
Subject: [PATCH 2/2] net/ice: add basic flow ctrl support for enable/disable/get
From: Markus Theil
Than
This patch updates the software timer adapter tests to
configure and use periodic event timers.
Signed-off-by: Naga Harish K S V
---
app/test/test_event_timer_adapter.c | 41 ++---
1 file changed, 37 insertions(+), 4 deletions(-)
diff --git a/app/test/test_event_timer_ad
There is a possibility of deadlock in this API,
as same spinlock is tried to be acquired in nested manner.
If the lcore that is stopping the timer is different from the lcore
that owns the timer, the timer list lock is acquired in timer_del(),
even if local_is_locked is true. Because the same lock
This patch adds support to configure and use periodic event
timers in software timer adapter.
The structure ``rte_event_timer_adapter_stats`` is extended
by adding a new field, ``evtim_drop_count``. This stat
represents the number of times an event_timer expiry event
is dropped by the event timer
On Wed, Sep 14, 2022 at 7:21 PM Naga Harish K S V
wrote:
>
> This patch adds support to configure and use periodic event
> timers in software timer adapter.
>
> The structure ``rte_event_timer_adapter_stats`` is extended
> by adding a new field, ``evtim_drop_count``. This stat
> represents the num
On Fri, Sep 9, 2022 at 9:12 AM Naga Harish K S V
wrote:
>
> This patch adds support to start or stop a particular queue
> that is associated with the adapter.
>
> Start function enables the Tx Adapter to start enqueueing
> packets to the Tx queue.
>
> Stop function stops the Tx Adapter from transm
Hi Rongwei,
On Wed, 14 Sep 2022, Rongwei Liu wrote:
HI
BR
Rongwei
-Original Message-
From: Ivan Malov
Sent: Wednesday, September 14, 2022 15:32
To: Rongwei Liu
Cc: Matan Azrad ; Slava Ovsiienko
; Ori Kam ; NBU-Contact-
Thomas Monjalon (EXTERNAL) ; Aman Singh
; Yuying Zhang ;
Andrew
On 2022-09-14 15:02, Jerin Jacob wrote:
>> struct rte_event_vector {
>>uint16_t nb_elem;
>> - /**< Number of elements in this event vector. */
>> - uint16_t rsvd : 15;
>> + /**< Total number of elements in this event vector. */
>
> I'm not sure "total" ad
David Marchand writes:
> Hey Aaron, Michael,
>
> On Fri, Sep 9, 2022 at 5:34 PM Aaron Conole wrote:
>>
>> Greetings,
>>
>> This is to let you know that we are executing upgrades today for the open
>> 0-day robot that we run for OVS and DPDK projects. We don't expect that
>> the robot will be of
On Wed, 14 Sep 2022 10:29:25 +0100
Kevin Laatz wrote:
> Currently, there is no way to measure lcore polling busyness in a passive
> way, without any modifications to the application. This patchset adds a new
> EAL API that will be able to passively track core polling busyness. As part
> of the se
On Wed, 14 Sep 2022 10:29:26 +0100
Kevin Laatz wrote:
> +struct lcore_poll_telemetry {
> + int poll_busyness;
> + /**< Calculated poll busyness (gets set/returned by the API) */
> + int raw_poll_busyness;
> + /**< Calculated poll busyness times 100. */
> + uint64_t interval_ts
Felix Moessbauer writes:
> This patch has been developed as part of the DPDK Userspace Summit Hackathon.
> It provides a PoC for code-coverage analysis for the DPDK project.
>
> To generate the report, a developer simply follows the official
> meson coverage workflow, described in [1].
> In doing
14/09/2022 15:11, Bruce Richardson:
> On Wed, Sep 14, 2022 at 12:55:21PM +, Juraj Linkeš wrote:
> > From: Thomas Monjalon
> > > 13/09/2022 21:19, Honnappa Nagarahalli:
> > > > > > > > > --- /dev/null +++ b/dts/.editorconfig @@ -0,0 +1,7 @@ +#
> > > > > > > > > SPDX-License-Identifier: BSD-3-Cl
14/09/2022 15:13, Bruce Richardson:
> On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote:
> > From: Honnappa Nagarahalli
> > > > > On Fri, Jul 29, 2022 at 10:55:43AM +, Juraj Linkeš wrote:
>
> > > > > > diff --git a/dts/format.sh b/dts/format.sh new file mode 100755
> > > Should this
14/09/2022 15:44, Akhil Goyal:
> > > On 9/14/22 12:35, Thomas Monjalon wrote:
> > > > 06/09/2022 14:51, Tom Rix:
> > > > > On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
> > > > > > From: Tom Rix
> > > > > > > On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
> > > > > > > > From: Tom Rix
> > > > > > > > >
> -Original Message-
> From: Jerin Jacob
> Sent: Wednesday, September 14, 2022 6:11 PM
> To: Naga Harish K, S V
> Cc: jer...@marvell.com; dev@dpdk.org; Carrillo, Erik G
> ; pbhagavat...@marvell.com;
> sthot...@marvell.com
> Subject: Re: [PATCH v5 4/4] doc: remove deprecation notice
>
>
This patch updates the software timer adapter tests to
configure and use periodic event timers.
Signed-off-by: Naga Harish K S V
---
app/test/test_event_timer_adapter.c | 41 ++---
1 file changed, 37 insertions(+), 4 deletions(-)
diff --git a/app/test/test_event_timer_ad
There is a possibility of deadlock in this API,
as same spinlock is tried to be acquired in nested manner.
If the lcore that is stopping the timer is different from the lcore
that owns the timer, the timer list lock is acquired in timer_del(),
even if local_is_locked is true. Because the same lock
This patch adds support to configure and use periodic event
timers in software timer adapter.
The structure ``rte_event_timer_adapter_stats`` is extended
by adding a new field, ``evtim_drop_count``. This stat
represents the number of times an event_timer expiry event
is dropped by the event timer
> >
> > On 9/14/22 12:35, Thomas Monjalon wrote:
> > > 06/09/2022 14:51, Tom Rix:
> > > > On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
> > > > > From: Tom Rix
> > > > > > On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
> > > > > > > From: Tom Rix
> > > > > > > > On 8/31/22 3:37 PM, Chautru, Nicolas wro
On Wed, Sep 14, 2022 at 11:52 AM Kundapura, Ganapati
wrote:
>
> Hi Jay,
>
> > -Original Message-
> > From: Jayatheerthan, Jay
> > Sent: 13 September 2022 22:32
> > To: Kundapura, Ganapati ; dev@dpdk.org;
> > jer...@marvell.com
> > Cc: Naga Harish K, S V
> > Subject: RE: [PATCH v1] eventd
On 9/14/22 15:19, Bruce Richardson wrote:
On Wed, Sep 14, 2022 at 01:50:05PM +0200, Maxime Coquelin wrote:
On 9/14/22 12:35, Thomas Monjalon wrote:
06/09/2022 14:51, Tom Rix:
On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
From: Tom Rix
On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
From: Tom
On Mon, Aug 29, 2022 at 8:28 PM Rahul Bhansali wrote:
>
> This add the support of reassembly functions callback
> assignment to eventdev dequeue and dequeue_burst.
>
> Fixes: c062f5726f61 ("net/cnxk: support IP reassembly")
>
> Signed-off-by: Rahul Bhansali
Updated the git commit as follows and
On Wed, Sep 14, 2022 at 01:50:05PM +0200, Maxime Coquelin wrote:
>
>
> On 9/14/22 12:35, Thomas Monjalon wrote:
> > 06/09/2022 14:51, Tom Rix:
> > > On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
> > > > From: Tom Rix
> > > > > On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
> > > > > > From: Tom Rix
>
On Wed, Sep 14, 2022 at 08:02:37AM -0400, Owen Hilyard wrote:
> On Wed, Sep 14, 2022 at 3:46 AM Bruce Richardson
> <[1]bruce.richard...@intel.com> wrote:
> > On Fri, Jul 29, 2022 at 10:55:46AM +, Juraj Linkeš wrote:
> > > The class adds logging and history records
On Wed, Sep 14, 2022 at 12:45:00PM +, Juraj Linkeš wrote:
>
>
> > -Original Message- From: Honnappa Nagarahalli
> > Sent: Tuesday, September 13, 2022 10:38
> > PM To: Juraj Linkeš ; Bruce Richardson
> > Cc: tho...@monjalon.net;
> > david.march...@redhat.com; ronan.rand...@intel.com;
On Wed, Sep 14, 2022 at 12:55:21PM +, Juraj Linkeš wrote:
>
>
> > -Original Message- From: Thomas Monjalon
> > Sent: Wednesday, September 14, 2022 11:37 AM To: Juraj Linkeš
> > ; Bruce Richardson
> > ; Honnappa Nagarahalli
> > Cc: david.march...@redhat.com;
> > ronan.rand...@intel.c
> > >>>struct rte_event_vector {
> > >>> uint16_t nb_elem;
> > >>> - /**< Number of elements in this event vector. */
> > >>> - uint16_t rsvd : 15;
> > >>> + /**< Total number of elements in this event vector. */
> > >>
> > >> I'm not sure "total" adds anything here. Didn't the old nb
On Tue, Aug 16, 2022 at 9:05 PM wrote:
>
> From: Pavan Nikhilesh
>
> add preliminary Tx queue depth check and return on failure.
> Once the check passes, tx_adapter_enqueue() function becomes
> a blocking call till it succeeds.
>
> Signed-off-by: Pavan Nikhilesh
Applied to dpdk-next-net-eventde
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, September 14, 2022 11:37 AM
> To: Juraj Linkeš ; Bruce Richardson
> ; Honnappa Nagarahalli
>
> Cc: david.march...@redhat.com; ronan.rand...@intel.com;
> ohily...@iol.unh.edu; lijuan...@intel.com; dev@dpdk.org
> Subject: Re
> -Original Message-
> From: Honnappa Nagarahalli
> Sent: Wednesday, September 14, 2022 1:31 AM
> To: Juraj Linkeš ; Bruce Richardson
>
> Cc: tho...@monjalon.net; david.march...@redhat.com;
> ronan.rand...@intel.com; ohily...@iol.unh.edu; lijuan...@intel.com;
> dev@dpdk.org; nd ; nd
>
> -Original Message-
> From: Honnappa Nagarahalli
> Sent: Tuesday, September 13, 2022 10:38 PM
> To: Juraj Linkeš ; Bruce Richardson
>
> Cc: tho...@monjalon.net; david.march...@redhat.com;
> ronan.rand...@intel.com; ohily...@iol.unh.edu; lijuan...@intel.com;
> dev@dpdk.org; nd
> Subjec
On Wed, Sep 14, 2022 at 10:46 AM Naga Harish K S V
wrote:
>
> This patch removes event timer expiry drop stat deprecation
> notification.
>
> Signed-off-by: Naga Harish K S V
> ---
> doc/guides/rel_notes/deprecation.rst | 7 ---
Please squash this patch with 1/5.
Also, Please update "ABI Cha
On Wed, Aug 10, 2022 at 1:13 PM Shijith Thotton wrote:
>
> Added new fields to represent event queue weight and affinity in
> rte_event_queue_conf structure. Internal op to get queue attribute is
> removed as it is no longer needed. Updated driver to use the new field.
>
> Signed-off-by: Shijith T
>
> On Wed, Sep 14, 2022 at 3:46 AM Bruce Richardson <
> bruce.richard...@intel.com> wrote:
> > On Fri, Jul 29, 2022 at 10:55:46AM +, Juraj Linkeš wrote:
> > > The class adds logging and history records to existing pexpect
> > methods.
> > >
> > > Signed-off-by: Owen Hi
On 9/14/22 12:35, Thomas Monjalon wrote:
06/09/2022 14:51, Tom Rix:
On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
From: Tom Rix
On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
From: Tom Rix
On 8/31/22 3:37 PM, Chautru, Nicolas wrote:
Comparing ACC200 & ACC100 header files, I understand ACC200
On 9/14/22 11:45, Thomas Monjalon wrote:
14/09/2022 11:34, Maxime Coquelin:
On 9/14/22 11:15, Thomas Monjalon wrote:
14/09/2022 09:14, Maxime Coquelin:
On 9/14/22 03:05, Xia, Chenbo wrote:
From: Maxime Coquelin
On 7/26/22 09:55, Maxime Coquelin wrote:
The bug this patch is fixing is bei
On 9/13/2022 10:22 PM, Robin Jarry wrote:
CAUTION: This message has originated from an External Source. Please use proper
judgment and caution when opening attachments, clicking links, or responding to
this email.
Ferruh Yigit, Sep 13, 2022 at 22:54:
Some of the drivers doesn't provide PCI i
06/09/2022 11:31, Guo, Junfeng:
> From: Thomas Monjalon
> > 01/09/2022 20:23, Stephen Hemminger:
> > > On Thu, 1 Sep 2022 18:19:22 +0100
> > > Ferruh Yigit wrote:
> > >
> > > > >
> > > > > diff --git a/drivers/net/gve/gve_adminq.c
> > b/drivers/net/gve/gve_adminq.c
> > > > > new file mode 100644
06/09/2022 14:51, Tom Rix:
> On 9/1/22 1:34 PM, Chautru, Nicolas wrote:
> > From: Tom Rix
> >> On 8/31/22 6:26 PM, Chautru, Nicolas wrote:
> >>> From: Tom Rix
> On 8/31/22 3:37 PM, Chautru, Nicolas wrote:
> > Comparing ACC200 & ACC100 header files, I understand ACC200 is
> >
Hi Thomas,
This got ack from Stephen Hemminger also. It is pending from long time, Can we
consider this for RC1 ?
Regards,
Rahul
> -Original Message-
> From: Rahul Bhansali
> Sent: Wednesday, July 20, 2022 10:22 PM
> To: Thomas Monjalon ; dev@dpdk.org
> Cc: Bruce Richardson ; ferruh.yi.
HI
BR
Rongwei
> -Original Message-
> From: Ivan Malov
> Sent: Wednesday, September 14, 2022 15:32
> To: Rongwei Liu
> Cc: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; NBU-Contact-
> Thomas Monjalon (EXTERNAL) ; Aman Singh
> ; Yuying Zhang ;
> Andrew Rybchenko ; dev@dpdk.org; Raslan
> Dar
13/09/2022 14:09, Michael Savisko:
> From: Andrew Rybchenko
> > On 9/12/22 16:39, Michael Savisko wrote:
> > > From: Thomas Monjalon
> > >> 16/08/2022 11:50, Ferruh Yigit:
> > >>> On 8/11/2022 12:35 PM, Michael Savisko wrote:
> >
> > In some cases application may receive a packet that s
14/09/2022 11:34, Maxime Coquelin:
>
> On 9/14/22 11:15, Thomas Monjalon wrote:
> > 14/09/2022 09:14, Maxime Coquelin:
> >> On 9/14/22 03:05, Xia, Chenbo wrote:
> >>> From: Maxime Coquelin
> On 7/26/22 09:55, Maxime Coquelin wrote:
> The bug this patch is fixing is being reproduced down
Hi David,
> -Original Message-
> From: David Marchand
> Sent: Tuesday, September 13, 2022 10:56 PM
> To: Rong, Leyi
> Cc: ferruh.yi...@xilinx.com; suanmi...@nvidia.com; Wang, Yipeng1
> ; zaoxing...@gmail.com; Gobriel, Sameh
> ; dev@dpdk.org; Richardson, Bruce
> ; Aaron Conole ; Michael
>
On Fri, Jul 29, 2022 at 10:55:45AM +, Juraj Linkeš wrote:
> The library uses the pexpect python library and implements connection to
> a node and two ways to interact with the node:
> 1. Send a string with specified prompt which will be matched after
>the string has been sent to the node.
>
> -Original Message-
> From: luzhipeng
> Sent: Friday, September 9, 2022 4:43 PM
> To: dev@dpdk.org
> Cc: Jan Viktorin ; Ruifeng Wang
> ; Bruce
> Richardson ; luzhipeng
> Subject: [PATCH v3] config/arm: add PHYTIUM tys2500
>
> Here adds configs for PHYTIUM server.
>
> Signed-off-by: lu
On Wed, Sep 14, 2022 at 10:21 AM wrote:
>
>
> Test-Label: Intel-compilation
> Test-Status: FAILURE
> http://dpdk.org/patch/116298
>
> _Compilation issues_
>
> Submitter: David Marchand
> Date: 2022-09-14 07:58:41
> Reply_mail: <20220914075841.51555-28-david.march...@redhat.com>
>
> DPDK git basel
13/09/2022 21:19, Honnappa Nagarahalli:
> > > > > > --- /dev/null
> > > > > > +++ b/dts/.editorconfig
> > > > > > @@ -0,0 +1,7 @@
> > > > > > +# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2022
> > > > > > +PANTHEON.tech s.r.o.
> > > > > > +# See https://editorconfig.org/ for syntax refere
On 9/14/22 11:15, Thomas Monjalon wrote:
14/09/2022 09:14, Maxime Coquelin:
On 9/14/22 03:05, Xia, Chenbo wrote:
From: Maxime Coquelin
On 7/26/22 09:55, Maxime Coquelin wrote:
The bug this patch is fixing is being reproduced downstream.
It would be great it gets merged in main branch rapid
In some cases application may receive a packet that should have been
received by the kernel. In this case application uses KNI or other means
to transfer the packet to the kernel.
With bifurcated driver we can have a rule to route packets matching
a pattern (example: IPv4 packets) to the DPDK appl
Add a new section to the howto guides for using the new lcore poll
busyness telemetry endpoints and describe general usage.
Signed-off-by: Kevin Laatz
---
v6:
* Add mention of perf autotest in note mentioning perf impact.
v4:
* Include note on perf impact when the feature is enabled
* Add
Add API unit tests and perf unit tests for the newly added lcore poll
busyness feature.
Signed-off-by: Kevin Laatz
---
app/test/meson.build | 4 +
app/test/test_lcore_poll_busyness_api.c | 134 +++
app/test/test_lcore_poll_busyness_perf.c | 72
From: Anatoly Burakov
Expose per-lcore cpuset information to telemetry.
Signed-off-by: Anatoly Burakov
---
.../common/eal_common_lcore_poll_telemetry.c | 47 +++
1 file changed, 47 insertions(+)
diff --git a/lib/eal/common/eal_common_lcore_poll_telemetry.c
b/lib/eal/common/e
From: Anatoly Burakov
Currently, there is no way to measure lcore poll busyness in a passive way,
without any modifications to the application. This patch adds a new EAL API
that will be able to passively track core polling busyness.
The poll busyness is calculated by relying on the fact that mo
Currently, there is no way to measure lcore polling busyness in a passive
way, without any modifications to the application. This patchset adds a new
EAL API that will be able to passively track core polling busyness. As part
of the set, new telemetry endpoints are added to read the generate metric
14/09/2022 03:23, Chaoyong He:
> > On 9/13/2022 7:51 AM, Chaoyong He wrote:
> > >
> > >> On 9/9/2022 3:36 AM, Chaoyong He wrote:
> > On 9/8/2022 9:44 AM, Chaoyong He wrote:
> > > Adds the vNIC initialization logic for the flower PF vNIC. The
> > > flower firmware exposes this vNIC for
09/09/2022 14:13, Ferruh Yigit:
> On 9/9/2022 3:36 AM, Chaoyong He wrote:
> >> On 9/8/2022 9:44 AM, Chaoyong He wrote:
> >>> Adds the vNIC initialization logic for the flower PF vNIC. The flower
> >>> firmware exposes this vNIC for the purposes of fallback traffic in the
> >>> switchdev use-case.
>
14/09/2022 09:14, Maxime Coquelin:
> On 9/14/22 03:05, Xia, Chenbo wrote:
> > From: Maxime Coquelin
> >> On 7/26/22 09:55, Maxime Coquelin wrote:
> >> The bug this patch is fixing is being reproduced downstream.
> >> It would be great it gets merged in main branch rapidly so that we can
> >> perfo
Hi Hernan,
On 8/20/22 04:31, Hernan Vargas wrote:
Move check for undefined device before allocating queue data structure.
Coverity issue: 375803, 375813, 375819, 375827, 375831
Fixes: 060e7672930 ("baseband/acc100: add queue configuration")
Cc: sta...@dpdk.org
Please add fixes at the beginnin
> -Original Message-
> From: Zhichao Zeng
> Sent: Tuesday, September 6, 2022 10:29 AM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; Zhou, YidingX
> ; Zeng, ZhichaoX ;
> Zhang, Qi Z
> Subject: [PATCH] net/ice: avoid out-of-bound access
>
> Add judgment on 'ethdev_port_id' to avoid out-of-boun
Ferruh Yigit, Sep 13, 2022 at 15:50:
> I confirm warnings are gone when `LD_LIBRARY_PATH` is provided, but why
> current version doesn't require `LD_LIBRARY_PATH`?
It does but I assume no warning is displayed when the required libs are
not found. I could silence the warnings unless a -v/--verbose
Hey Aaron, Michael,
On Fri, Sep 9, 2022 at 5:34 PM Aaron Conole wrote:
>
> Greetings,
>
> This is to let you know that we are executing upgrades today for the open
> 0-day robot that we run for OVS and DPDK projects. We don't expect that
> the robot will be offline for a very long time, but just
1 - 100 of 138 matches
Mail list logo