Removed support to limit XAQ from devargs. If XAQ is limited, new add
works could run out of XAQ entries and disable the queue.
Signed-off-by: Shijith Thotton
---
v2:
* Removed used function parameter.
doc/guides/eventdevs/cnxk.rst | 5 ++---
drivers/common/cnxk/roc_mbox.h | 2 +-
d
In queue based async flow engine, in order to optimize the flow
insertion rate, PMD can use the hints from application to have
resources pre-allocate during initialization phase for actions
such as count/meter/aging.
This commit adds the connection tracking action hints.
Signed-off-by: Suanming M
As rte_flow_action_handle_create/destroy/update() have their own
asynchronous rte_flow_async_action_handle_create/destroy/update()
version functions to accelerate the indirect action operations in
queue based flow engine. Currently, the asynchronous version query
function for indirect action was mi
On 9/7/22 02:40, Liu, Changpeng wrote:
-Original Message-
From: Stephen Hemminger
Sent: Wednesday, September 7, 2022 5:16 AM
To: Liu, Changpeng
Cc: dev@dpdk.org; Maxime Coquelin ; Xia,
Chenbo
Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
On Tue, 6 Sep 2022 10
On 9/6/22 04:22, Changpeng Liu wrote:
Note that this function is in data path, so the thread context
may not same as socket messages processing context, by using
try_lock here, users can have another try in case of VQ's access
lock is held by `vhost-events` thread.
Signed-off-by: Changpeng Li
On 9/20/22 04:53, Xia, Chenbo wrote:
-Original Message-
From: Liu, Changpeng
Sent: Tuesday, September 20, 2022 10:34 AM
To: Xia, Chenbo ; dev@dpdk.org
Cc: Maxime Coquelin
Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call
Hi Bo,
-Original Message-
From: Xia,
Hi Maxime,
> -Original Message-
> From: Maxime Coquelin
> Sent: Tuesday, September 20, 2022 3:19 PM
> To: Liu, Changpeng ; dev@dpdk.org
> Cc: Xia, Chenbo
> Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
>
>
>
> On 9/6/22 04:22, Changpeng Liu wrote:
> > Note that this
On 9/20/22 09:23, Maxime Coquelin wrote:
On 9/20/22 04:53, Xia, Chenbo wrote:
-Original Message-
From: Liu, Changpeng
Sent: Tuesday, September 20, 2022 10:34 AM
To: Xia, Chenbo ; dev@dpdk.org
Cc: Maxime Coquelin
Subject: RE: [PATCH] vhost: use try_lock in rte_vhost_vring_call
Hi
On 9/20/22 09:29, Liu, Changpeng wrote:
Hi Maxime,
-Original Message-
From: Maxime Coquelin
Sent: Tuesday, September 20, 2022 3:19 PM
To: Liu, Changpeng ; dev@dpdk.org
Cc: Xia, Chenbo
Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
On 9/6/22 04:22, Changpeng Liu
> -Original Message-
> From: Maxime Coquelin
> Sent: Tuesday, September 20, 2022 3:35 PM
> To: Liu, Changpeng ; dev@dpdk.org
> Cc: Xia, Chenbo
> Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
>
>
>
> On 9/20/22 09:29, Liu, Changpeng wrote:
> > Hi Maxime,
> >
> >> --
> -Original Message-
> From: Zhirun Yan
> Sent: Thursday, August 4, 2022 11:33 AM
> To: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda
> Cc: Zhirun Yan ; Cunming Liang
>
> Subject: [EXT] [PATCH v2] graph: fix out of bounds access when re-allocate
> node objs
>
>
On 9/20/22 09:45, Liu, Changpeng wrote:
-Original Message-
From: Maxime Coquelin
Sent: Tuesday, September 20, 2022 3:35 PM
To: Liu, Changpeng ; dev@dpdk.org
Cc: Xia, Chenbo
Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
On 9/20/22 09:29, Liu, Changpeng wrote:
When receiving tunneled packets, the testpmd output log shows 'ol_flags'
value always as 'RTE_MBUF_F_RX_OUTER_L4_CKSUM_UNKNOWN', but expected value
should be 'RX_OUTER_L4_CKSUM_GOOD' or 'RX_OUTER_L4_CKSUM_BAD'.
Adding 'RX_OUTER_L4_CKSUM_GOOD' and 'RX_OUTER_L4_CKSUM_BAD' to 'flags' for
normal path,
> -Original Message-
> From: Maxime Coquelin
> Sent: Tuesday, September 20, 2022 4:13 PM
> To: Liu, Changpeng ; dev@dpdk.org
> Cc: Xia, Chenbo
> Subject: Re: [PATCH] vhost: use try_lock in rte_vhost_vring_call
>
>
>
> On 9/20/22 09:45, Liu, Changpeng wrote:
> >
> >
> >> -Original
Hi Thomas,
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, September 14, 2022 23:30
> To: dev@dpdk.org
> Cc: Michael Savisko ; Slava Ovsiienko
> ; Matan Azrad ; Dariusz
> Sosnowski ; Asaf Penso ; Ori
> Kam ; Ferruh Yigit ; Andrew
> Rybchenko
> Subject: [PATCH] doc: relate
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
high for such a simple task: extracting PMD_INFO_STRING from .rodata ELF
sections. Rewrit
This patch is to enable scalar path inner and outer Tx checksum offload
for tunnel packet by configure ol_flags.
Signed-off-by: Peng Zhang
Signed-off-by: Zhichao Zeng
---
v2: add outer udp cksum flag and remove unrelated code
---
v3: specify the patch scope and update document
---
doc/guides/n
On Thu, Sep 8, 2022 at 7:40 AM Zhirun Yan wrote:
>
> Currently, the rte_graph_walk() and rte_node_enqueue* fast path API
> functions in graph lib implementation are designed to work on single-core.
>
> This solution(RFC) proposes usage of cross-core dispatching mechanism to
> enhance the graph sca
Hi Ivan, Thomas and Rongwei
> -Original Message-
> From: Thomas Monjalon
> Sent: Thursday, 15 September 2022 14:16
>
> 15/09/2022 12:59, Ivan Malov:
> > Hi Rongwei,
> >
> > In this reply, I do not include the previous mail because the amount
> > of inline commentary has gone haywire over
This is targeting 22.11 and aims to add an API to DPDK power library to allow
uncore frequency
adjustment. This will be called through the l3fwd-power app and gives the
ability to set the
minimum and maximum uncore frequency to both min, max or specific frequency
index.
Signed-off-by: tadhgkea
Add API to allow uncore frequency adjustment. This is done through
manipulating related uncore frequency control sysfs entries to
adjust the minimum and maximum uncore frequency values.
Nine API's are being added that are all public and experimental.
Signed-off-by: Tadhg Kearney
---
doc/guides/p
Add option for setting uncore frequency min/max/index, through uncore API.
This will be set for each package and die on the SKU. On exit, uncore min
and max frequency will be reverted back to previous frequencies.
Signed-off-by: Tadhg Kearney
---
.../sample_app_ug/l3_forward_power_man.rst|
Add basic unit tests covering all nine uncore API's.
Signed-off-by: Tadhg Kearney
---
app/test/meson.build | 2 +
app/test/test_power_uncore.c | 299 +++
2 files changed, 301 insertions(+)
create mode 100644 app/test/test_power_uncore.c
diff --git a/ap
Hi all,
Gentle ping.
On 2022-08-26 13:39:03 +0800, Chaoyong He wrote:
> From: James Hershaw
>
> Prepend `0x` to the NFP HWINFO header value that is printed to improve
> the readability of the printed statement.
>
> Signed-off-by: James Hershaw
> Reviewed-by: Chaoyong He
> Reviewed-by: Niklas
Hi everyone,
A gentle ping on this.
On 2022-08-26 14:03:04 +0800, Chaoyong He wrote:
> This patch series do some upgrade of the log system of nfp PMD:
> Use DPDK debug macro to control the nfp Rx/Tx log.
> Add the support of nfp cpp log macro.
>
> Long Wu (2):
> net/nfp: add support for nfp cp
On 9/20/2022 10:08 AM, 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.
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely
Hi Thomas,
Have you checked if this address the same issue you where seeing? Do you
think we can move forward with this fix?
On 2022-08-31 10:47:24 +0200, Nole Zhang wrote:
>
>
>
> > -Original Message-
> > From: Thomas Monjalon
> > Sent: 2022年8月29日 21:15
> > To: Nole Zhang ; Chaoyong
Ferruh Yigit, Sep 20, 2022 at 12:10:
> For 'subsystem_vendor' & 'subsystem_device', the value "" means it
> is not explicitly defined, so it gets default value.
> What do you think to omit those as well, when value is "", to reduce
> noise on the output?
Sure, I could strip those as well
From: James Hershaw
Previously the nfp driver has supported NFP chips with the Netronome PCIe
ID. This patch extends the PMD to also support NFP chips with the
Corigine PCIe vendor ID (0x1da8), which at this point are assumed to be
otherwise identical from a software perspective.
Signed-off-by:
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
high for such a simple task: extracting PMD_INFO_STRING from .rodata ELF
sections. Rewrit
This patchset is to add some extended features for dpdk-proc-info.
v1->v2: Fix some comments from Reshma.
Dongdong Liu (2):
app/procinfo: fix some wrong doxygen syntax
doc: add some extended features in procinfo guide
Jie Hai (1):
app/proc-info: add dump of Rx/Tx burst mode
Min Hu (Connor
From: "Min Hu (Connor)"
This patch add support for RSS reta dump.
The command is like:
dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-rss-reta
Signed-off-by: Min Hu (Connor)
Signed-off-by: Dongdong Liu
---
app/proc-info/main.c | 58
1
From: "Min Hu (Connor)"
This patch add support for dump dpdk version and ethdev firmware version.
The command is like:
dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-version
Signed-off-by: Min Hu (Connor)
Signed-off-by: Dongdong Liu
---
app/proc-info/main.c | 40 +
From: Jie Hai
Add dump of Rx/Tx burst mode in --show-port.
Sample output changes:
- rx queue
- -- 0 descriptors 0/1024 drop_en rx buffer size 2048 \
mempool mb_pool_0 socket 0
+ -- 0 descriptors 0/1024 drop_en rx buffer size 2048 \
mempool mb_po
From: "Min Hu (Connor)"
This patch add support for module info dump.
The command is like:
dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-module-info
Signed-off-by: Min Hu (Connor)
Signed-off-by: Dongdong Liu
---
app/proc-info/main.c | 53 ++
This code is to do cleanup for the wrong doxygen syntax comments.
Signed-off-by: Dongdong Liu
---
app/proc-info/main.c | 40
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index 9f708421c5..d8d8
Add the below extended features in procinfo guide.
--show-port-private
--show-version
--show-rss-reta
--show-module-info
Signed-off-by: Dongdong Liu
---
doc/guides/tools/proc_info.rst | 12
1 file changed, 12 insertions(+)
diff --git a/doc/guides/tools/proc_info.rst b/doc/guides/t
Hi,
> -Original Message-
> From: Dariusz Sosnowski
> Sent: Tuesday, 20 September 2022 11:49
>
> Hi Thomas,
>
> > -Original Message-
> > From: Thomas Monjalon
> > Sent: Wednesday, September 14, 2022 23:30
> > To: dev@dpdk.org
> > Cc: Michael Savisko ; Slava Ovsiienko
> > ; Matan
Hi Michael,
> -Original Message-
> From: Michael Savisko
> Sent: Wednesday, 14 September 2022 12:32
>
> 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.
Hi Michael
> -Original Message-
> From: Michael Savisko
> Sent: Monday, 19 September 2022 18:50
>
> 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.
>
>
2022-09-20 03:46 (UTC+), Chengwen Feng:
> The memarea library is an allocator of variable-size object. It is a
> collection of allocated objects that can be efficiently alloc or free
> all at once, the main features are as follows:
> a) it facilitate alloc and free of memory with low overhead.
2022-09-20 14:30 (UTC+0300), Dmitry Kozlyuk:
> 2022-09-20 03:46 (UTC+), Chengwen Feng:
> > The memarea library is an allocator of variable-size object. It is a
> > collection of allocated objects that can be efficiently alloc or free
> > all at once, the main features are as follows:
> > a) it
Hi Dmitry,
On 2022/9/20 19:30, Dmitry Kozlyuk wrote:
2022-09-20 03:46 (UTC+), Chengwen Feng:
The memarea library is an allocator of variable-size object. It is a
collection of allocated objects that can be efficiently alloc or free
all at once, the main features are as follows:
a) it facili
On 2022-07-11 15:25, Olivier Matz wrote:
> On Mon, Jul 11, 2022 at 02:11:32PM +0200, Mattias Rönnblom wrote:
>> __rte_raw_cksum() (used by rte_raw_cksum() among others) accessed its
>> data through an uint16_t pointer, which allowed the compiler to assume
>> the data was 16-bit aligned. This in tur
> -Original Message-
> From: Honnappa Nagarahalli
> Sent: Wednesday, September 14, 2022 9:08 PM
> To: tho...@monjalon.net; Juraj Linkeš ; Bruce
> Richardson
> Cc: david.march...@redhat.com; ronan.rand...@intel.com;
> ohily...@iol.unh.edu; lijuan...@intel.com; dev@dpdk.org; nd ;
> nd
>
> -Original Message-
> From: Juraj Linkeš
> Sent: Tuesday, September 20, 2022 8:14 PM
> To: Honnappa Nagarahalli ;
> tho...@monjalon.net; Richardson, Bruce
> Cc: david.march...@redhat.com; Randles, Ronan ;
> ohily...@iol.unh.edu; Tu, Lijuan ; dev@dpdk.org; nd
> ; nd
> Subject: RE: [PAT
On 9/2/22 10:45, Felix Moessbauer wrote:
This fix initializes the dependency object with the external
dependency list. Previously, the external dependencies were
just ignored.
Signed-off-by: Felix Moessbauer
Acked-by: Bruce Richardson
---
app/meson.build | 2 +-
1 file changed, 1 inserti
Hi Ori,
On Tue, 20 Sep 2022, Ori Kam wrote:
Hi Ivan, Thomas and Rongwei
-Original Message-
From: Thomas Monjalon
Sent: Thursday, 15 September 2022 14:16
15/09/2022 12:59, Ivan Malov:
Hi Rongwei,
In this reply, I do not include the previous mail because the amount
of inline comment
Hi,
20/09/2022 12:11, Niklas Soderlund:
> Hi Thomas,
>
> Have you checked if this address the same issue you where seeing? Do you
> think we can move forward with this fix?
Yes. No need to show lscpu output,
but the output of the DPDK initialization would be more interesting.
> On 2022-08-31
Thank you for the clarification.
On Mon, 19 Sep 2022, 10:34 pm Stephen Hemminger,
wrote:
> On Sun, 18 Sep 2022 22:05:57 +0530
> Kamaraj P wrote:
>
> > Yes. The core mask we have aligned to separate cgroup. Probably this
> might
> > be an issue here. We will change the alignment in our DPDK app
Hi Ivan,
> -Original Message-
> From: Ivan Malov
> Sent: Tuesday, 20 September 2022 15:46
>
> Hi Ori,
>
> On Tue, 20 Sep 2022, Ori Kam wrote:
>
> > Hi Ivan, Thomas and Rongwei
> >
> >> -Original Message-
> >> From: Thomas Monjalon
> >> Sent: Thursday, 15 September 2022 14:16
>
Hi Felix,
First, I support the idea of having the l2reflect application part of
the DPDK repository.
Please note CI failed to build it on different platforms:
http://mails.dpdk.org/archives/test-report/2022-September/304617.html
It also fails to build on my Fc35 machine:
[3237/3537] Compiling C
This patchset provides mlx5 implementation of new rte_flow
action RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL.
Depends-on: series=24713 ("ethdev: add send to kernel action")
Signed-off-by: Michael Savisko
Michael Savisko (10):
common/mlx5: update meson build file
net/mlx5: disable send to kernel ac
Fail translation of RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL action in
HW steering.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow_hw.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/mlx5/mlx5_flow_hw.c b/drivers/net/mlx5/mlx5_flow_hw.c
index 12498794a5..b168ff9e7e
Define HAVE_MLX5DV_DR_ACTION_CREATE_DEST_ROOT_TABLE macro if function
mlx5dv_dr_action_create_dest_root_table exists in infiniband/mlx5dv.h
Signed-off-by: Michael Savisko
---
drivers/common/mlx5/linux/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/common/mlx5/linux/mes
Add new glue callback dr_create_flow_action_send_to_kernel.
Default callback invokes mlx5dv_dr_action_create_dest_root_table().
Signed-off-by: Michael Savisko
---
drivers/common/mlx5/linux/mlx5_glue.c | 17 +
drivers/common/mlx5/linux/mlx5_glue.h | 2 ++
2 files changed, 19 inse
Add static inline mlx5_flow_os_create_flow_action_send_to_kernel(),
which calls dr_create_flow_action_send_to_kernel glue callback.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/linux/mlx5_flow_os.h | 22 ++
1 file changed, 22 insertions(+)
diff --git a/drivers/net/mlx
Add new mlx5 action flag MLX5_FLOW_ACTION_SEND_TO_KERNEL.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow.h| 4 +++-
drivers/net/mlx5/mlx5_flow_dv.c | 11 +++
2 files changed, 14 insertions(+), 1 deletion(-)
diff --git a/drivers/net/mlx5/mlx5_flow.h b/drivers/net/mlx5
Add element MLX5_FLOW_FATE_SEND_TO_KERNEL in enum mlx5_flow_fate_type.
For that purpose field 'fate_action' in structure mlx5_flow_handle must be
expanded from 3 bits to 4 bits.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow.h| 3 ++-
drivers/net/mlx5/mlx5_flow_dv.c | 6 +
Introduce mlx5_get_send_to_kernel_priority() function which returns
value of priority which must be used to jump back to table 0 in order
to send traffic to kernel. This function returns lowest priority.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow.c | 33 +++
Change function flow_dv_tbl_resource_release() from
static to external. Prestep for next commit.
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow.h| 2 ++
drivers/net/mlx5/mlx5_flow_dv.c | 6 +-
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/drivers/net/mlx5/
Add new structure mlx5_send_to_kernel_action which will hold
together allocated action resource and a reference to used table.
A new structure member of this type added to struct mlx5_dev_ctx_shared.
The member will be initialized upon first created send_to_kernel
action and will be reused for all
Add flow_dv_translate_action_send_to_kernel() function which
will allocate rdma-core send_to_kernel action object.
Called from flow_dv_translate().
Signed-off-by: Michael Savisko
---
drivers/net/mlx5/mlx5_flow_dv.c | 62 +++--
1 file changed, 59 insertions(+), 3 delet
On Tue, Sep 20, 2022 at 12:42:12PM +0200, Robin Jarry wrote:
> dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
> merely prints multiple independent JSON lines which cannot be fed
> directly to any JSON parser. Moreover, the script complexity is rather
> high for such a simp
On 9/15/2022 11:44 AM, Chaoyong He wrote:
* Changes since v8
- Update the nfp.rst
- Fix the 'app_hw' to 'app_fw'
- Remove the ovs compatible header file
- Remove the use of
rte_eth_dev_configure()/rte_eth_rx_burst()/rte_eth_dev_start() API
* Changes since v7
- Adjust the logics to make sure not
On 9/15/2022 11:44 AM, Chaoyong He wrote:
Adds the setup/start logic for the ctrl vNIC. This vNIC is used by
the PMD and flower firmware application as a communication channel
between driver and firmware. In the case of OVS it is also used to
communicate flow statistics from hardware to the drive
On 9/15/2022 11:44 AM, Chaoyong He wrote:
Adds the vNIC initialization logic for the flower PF vNIC. The flower
firmware application exposes this vNIC for the purposes of fallback
traffic in the switchdev use-case.
Adds minimal dev_ops for this PF vNIC device. Because the device is
being exposed
The ioat rawdev driver has been superceded by the ioat and idxd dmadev
drivers, and has been deprecated for some time, so remove it.
Signed-off-by: Bruce Richardson
---
doc/guides/rawdevs/index.rst | 1 -
doc/guides/rawdevs/ioat.rst| 333 ---
doc/guides/rel_notes/
As part of the agreed process for deprecating KNI in DPDK, the example
app is scheduled for removal as part of the 22.11 release.
Signed-off-by: Bruce Richardson
---
doc/guides/rel_notes/deprecation.rst |1 -
doc/guides/sample_app_ug/index.rst|1 -
.../sample_app_ug/
On Tue, 20 Sep 2022 18:51:42 +0800
Dongdong Liu wrote:
> From: "Min Hu (Connor)"
>
> This patch add support for dump dpdk version and ethdev firmware version.
>
> The command is like:
> dpdk-proc-info -a :xx:xx.x --file-prefix=xxx -- --show-version
>
> Signed-off-by: Min Hu (Connor)
> Si
On Tue, 20 Sep 2022 18:51:44 +0800
Dongdong Liu wrote:
> +
> + RTE_ETH_FOREACH_DEV(i) {
> + /* Skip if port is not in mask */
> + if ((enabled_port_mask & (1ul << i)) == 0)
> + continue;
> +
> + if (!rte_eth_dev_is_valid_port(i))
> +
On Tue, 20 Sep 2022 18:51:43 +0800
Dongdong Liu wrote:
> + ret = rte_eth_dev_info_get(id, &dev_info);
> + if (ret < 0) {
> + printf("Error getting device info, ret = %d\n", ret);
Proc-info should be showing all errors on stderr, not stdout.
And in case
On Tue, 20 Sep 2022 16:14:53 +0100
Bruce Richardson wrote:
> As part of the agreed process for deprecating KNI in DPDK, the example
> app is scheduled for removal as part of the 22.11 release.
>
> Signed-off-by: Bruce Richardson
And as expected, no one will notice until it is gone!
Acked-by:
Hi Ori,
On Tue, 20 Sep 2022, Ori Kam wrote:
Hi Ivan,
-Original Message-
From: Ivan Malov
Sent: Tuesday, 20 September 2022 15:46
Hi Ori,
On Tue, 20 Sep 2022, Ori Kam wrote:
Hi Ivan, Thomas and Rongwei
-Original Message-
From: Thomas Monjalon
Sent: Thursday, 15 September
As part of the agreed process for deprecating KNI in DPDK, the example
app is scheduled for removal as part of the 22.11 release.
Signed-off-by: Bruce Richardson
---
V2: Correct old release note links to KNI guide by referencing older doc
---
doc/guides/rel_notes/deprecation.rst |1
The ioat driver has been superseded by the ioat and idxd dmadev drivers,
and has been deprecated for some time, so remove it.
Signed-off-by: Bruce Richardson
---
V2: remove references to ioat rawdev from API guide
---
doc/api/doxy-api-index.md | 1 -
doc/api/doxy-api.conf.in
20/09/2022 14:09, Mattias Rönnblom:
> On 2022-07-11 15:25, Olivier Matz wrote:
> > On Mon, Jul 11, 2022 at 02:11:32PM +0200, Mattias Rönnblom wrote:
> >> __rte_raw_cksum() (used by rte_raw_cksum() among others) accessed its
> >> data through an uint16_t pointer, which allowed the compiler to assume
On 8/26/2022 6:39 AM, Chaoyong He wrote:
From: James Hershaw
Prepend `0x` to the NFP HWINFO header value that is printed to improve
the readability of the printed statement.
Signed-off-by: James Hershaw
Reviewed-by: Chaoyong He
Reviewed-by: Niklas Söderlund
---
drivers/net/nfp/nfpcore/nfp
On 9/20/2022 11:42 AM, Robin Jarry wrote:
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
high for such a simple task: extracting PMD
On 9/20/2022 6:48 PM, Ferruh Yigit wrote:
On 9/20/2022 11:42 AM, Robin Jarry wrote:
dpdk-pmdinfo.py does not produce any parseable output. The -r/--raw flag
merely prints multiple independent JSON lines which cannot be fed
directly to any JSON parser. Moreover, the script complexity is rather
Hi Ferruh,
Thanks for your feedback.
On 2022-09-20 18:33:02 +0100, Ferruh Yigit wrote:
> On 8/26/2022 6:39 AM, Chaoyong He wrote:
> > From: James Hershaw
> >
> > Prepend `0x` to the NFP HWINFO header value that is printed to improve
> > the readability of the printed statement.
> >
> > Signed-
> >
> > 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,
>
On 9/20/2022 6:51 PM, Niklas Söderlund wrote:
Hi Ferruh,
Thanks for your feedback.
On 2022-09-20 18:33:02 +0100, Ferruh Yigit wrote:
On 8/26/2022 6:39 AM, Chaoyong He wrote:
From: James Hershaw
Prepend `0x` to the NFP HWINFO header value that is printed to improve
the readability of the pri
On 8/26/2022 7:03 AM, Chaoyong He wrote:
From: Long Wu
Nfp log print was controlled by nfp's own macro before. This
commit changes to use dpdk debug rx/tx macro to control it.
Signed-off-by: Long Wu
Reviewed-by: Chaoyong He
Reviewed-by: Niklas Söderlund
Acked-by: Ferruh Yigit
On 8/26/2022 7:03 AM, Chaoyong He wrote:
This patch series do some upgrade of the log system of nfp PMD:
Use DPDK debug macro to control the nfp Rx/Tx log.
Add the support of nfp cpp log macro.
Long Wu (2):
net/nfp: add support for nfp cpp log print
net/nfp: use dpdk debug macro to control
On 9/20/2022 11:28 AM, Niklas Söderlund wrote:
From: James Hershaw
Previously the nfp driver has supported NFP chips with the Netronome PCIe
ID. This patch extends the PMD to also support NFP chips with the
Corigine PCIe vendor ID (0x1da8), which at this point are assumed to be
otherwise identic
Ferruh Yigit, Sep 20, 2022 at 19:48:
> > +* The ``dpdk-pmdinfo.py`` script was rewritten to produce valid JSON only.
> > + PCI-IDs parsing has been removed.
> > + To get a similar output to the (now removed) ``-r/--raw`` flag, you may
> > use the following command::
> > +
> > + strings $dpdk
> >
> > 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,
>
> On 9/15/2022 11:44 AM, Chaoyong He wrote:
> > Adds the setup/start logic for the ctrl vNIC. This vNIC is used by the
> > PMD and flower firmware application as a communication channel
> between
> > driver and firmware. In the case of OVS it is also used to communicate
> > flow statistics from har
Extend Metering and Marking support in the Flow API:
1. Add METER_COLOR item to match Color Marker set by a Meter.
2. Add the ability to set Color Marker via modify_field Flow API.
3. Add Meter API to get profile/policy objects.
4. Add METER_MARK action to perform Meter color metering and marking.
Provide an ability to use a Color Marker set by a Meter
as a matching item in Flow API. The Color Marker reflects
the metering result by setting the metadata for a
packet to a particular codepoint: green, yellow or red.
Signed-off-by: Alexander Kozyrev
---
doc/guides/prog_guide/rte_flow.rst
Extend modify_field Flow API with support of Meter Color Marker
modifications. It allows setting the packet's metadata to any
color marker: green, yellow or red. A user is able to specify
an initial packet color for Meter API or create simple Metering
and Marking flow rules based on his own colorin
Introduce a new Meter API to retrieve a Meter profile and policy
objects using the profile/policy ID previously created with
meter_profile_add() and meter_policy_create() functions.
That allows to save the pointer and avoid any lookups in the
corresponding lists for quick access during a flow rule
Create a new Flow API action: METER_MARK.
It Meters a packet stream and marks its packets with colors.
The marking is done on a metadata, not on a packet field.
Unlike the METER action, it performs no policing at all.
A user has the flexibility to create any policies with the help of
the METER_COLO
Extend the list of available modify_field IDs to include
recently added meter color marker item in testpmd CLI.
Signed-off-by: Alexander Kozyrev
---
app/test-pmd/cmdline_flow.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-pmd/cmdline_flow.c b/app/test-pmd/cmdline_
Add testpmd command line to match on a meter color:
flow create 0 ingress group 0 pattern meter color is green / end
Signed-off-by: Alexander Kozyrev
---
app/test-pmd/cmdline_flow.c | 83 +
doc/guides/testpmd_app_ug/testpmd_funcs.rst | 4 +
2 files ch
Add testpmd command line to match for METER_MARK action:
flow create ... actions meter_mark mtr_profile 20 / end
Signed-off-by: Alexander Kozyrev
---
app/test-pmd/cmdline_flow.c | 127
app/test-pmd/config.c | 26
app/test-p
> On 9/15/2022 11:44 AM, Chaoyong He wrote:
> > Adds the vNIC initialization logic for the flower PF vNIC. The flower
> > firmware application exposes this vNIC for the purposes of fallback
> > traffic in the switchdev use-case.
> >
> > Adds minimal dev_ops for this PF vNIC device. Because the devi
The memarea library is an allocator of variable-size object. It is a
collection of allocated objects that can be efficiently alloc or free
all at once, the main feature are as follows:
a) it facilitate alloc and free of memory with low overhead.
b) it provides refcnt feature which could be useful
MT-safe is enabled by default in previous test, this patch adds no
MT-safe test.
Signed-off-by: Chengwen Feng
---
app/test/test_memarea.c | 30 ++
1 file changed, 30 insertions(+)
diff --git a/app/test/test_memarea.c b/app/test/test_memarea.c
index 9609909d7c..2ab90f
1 - 100 of 116 matches
Mail list logo