When DCF configures rx_queues, it may cause the pointer of
rx_queues to go out of bounds.
This patch expands the scope of the judgment condition to
fix this issue.
Fixes: 4b0d391f0eab ("net/ice: add queue config in DCF")
Cc: sta...@dpdk.org
Signed-off-by: Jie Wang
---
v2: assign values to rxq.v
Add ipv4/ipv6 vxlan any support in switch filter. Add inner ipv6 and
outer ipv6 support of vxlan protocol in switch filter.
Signed-off-by: Yuying Zhang
---
drivers/net/ice/base/ice_protocol_type.h | 6 +
drivers/net/ice/base/ice_switch.c| 212 ++-
drivers/net/ice/ba
Add support of ipv4/ipv6 vxlan any pattern and outer/inner
ipv6 vxlan pattern in switch filter. All patterns support no
input set.
+-++
| Pattern | Input Set |
+
> -Original Message-
> From: dev On Behalf Of Stephen Hemminger
> Sent: Monday, August 23, 2021 11:07 PM
> To: dev@dpdk.org
> Cc: Stephen Hemminger
> Subject: [dpdk-dev] [PATCH v2] eal: remove the deprecated
> whitelist/blacklist and master/slave API's
>
> New API's for these were added
Hi,
I'm using dpdk 20.11. (it's a bit difficult for me to upgrade my applications
to latest dpdk)
I tested dpdk-pdump with dpdk-tespmd, result is same (disk space not freed.)
[root@up-0:/]
# ps aux
USER PID %CPU %MEMVSZ RSS TTY STAT START TIME
COMMAN
On 2021-08-23 21:40, pbhagavat...@marvell.com wrote:
> From: Pavan Nikhilesh
>
> Mark all the driver specific functions as internal, remove
> `rte` prefix from `struct rte_eventdev_ops`.
> Remove experimental tag from internal functions.
> Remove `eventdev_pmd.h` from non-internal header files.
>
>On 2021-08-23 21:40, pbhagavat...@marvell.com wrote:
>> From: Pavan Nikhilesh
>>
>> Mark all the driver specific functions as internal, remove
>> `rte` prefix from `struct rte_eventdev_ops`.
>> Remove experimental tag from internal functions.
>> Remove `eventdev_pmd.h` from non-internal header fi
Hello Lincoln,
On Tue, Aug 17, 2021 at 2:04 PM Lincoln Lavoie wrote:
>
> Hi David,
>
> ABI testing was disable / stopped on Friday in the Community CI lab. Patches
> from before that for 21.11 would have still had the test run and could have
> failures listed. I'm not sure if there is a way to
>>On 2021-08-23 21:40, pbhagavat...@marvell.com wrote:
>>> From: Pavan Nikhilesh
>>>
>>> Mark all the driver specific functions as internal, remove
>>> `rte` prefix from `struct rte_eventdev_ops`.
>>> Remove experimental tag from internal functions.
>>> Remove `eventdev_pmd.h` from non-internal he
When vf driver port promiscuous is turned on, the vlan filtering function
is invalid.
Through communication with PAE expert, this is a limitation of the i40e
chip. Before adding or removing VLANs, you must first disable unicast
promiscuous or multicast promiscuous, then operate the vlan, and finall
Hi,
Please let me know if any other info is required.
Thanks,
Gowrishankar
> -Original Message-
> From: dev On Behalf Of Gowrishankar Muthukrishnan
> Sent: Wednesday, August 11, 2021 9:49 PM
> To: Power, Ciara ; dev@dpdk.org
> Cc: Richardson, Bruce ; Jerin Jacob Kollanukkaran
> ; Kiran K
https://bugs.dpdk.org/show_bug.cgi?id=794
Bug ID: 794
Summary: [dpdk-19.11.10] loopback_multi_queues: core dumped
when quit vhost testpmd
Product: DPDK
Version: 19.11
Hardware: x86
OS: Linux
Stat
(Please avoid top-post, I have updated the order of the messages. Please find
the reply at the bottom of the email.)
>> -Original Message-
>> From: Ferruh Yigit
>> Sent: 2021年8月23日 18:04
>> To: Yan, Xiaoping (NSB - CN/Hangzhou) ;
>> dev@dpdk.org
>> Cc: Reshma Pattan
>> Subject: Re: [dp
Launch testpmd with multiple queues, and check rx_offload info.
When testpmd shows the port configuration, it doesn't show RSS_HASH.
---
v6: split this patch into two patches.
v5: add an API to get device configuration info.
v4: delete the whitespace at the end of the line.
v3:
- check and upda
This patch adds a new API "rte_eth_dev_conf_info_get()" to help testpmd get
device configuration info.
Signed-off-by: Jie Wang
---
lib/ethdev/rte_ethdev.c | 27 +++
lib/ethdev/rte_ethdev.h | 26 ++
2 files changed, 53 insertions(+)
diff --git a/li
The driver may change offloads info into dev->data->dev_conf
in dev_configure which may cause port->dev_conf and port->rx_conf
contain outdated values.
This patch updates the offloads info if it changes to fix this issue.
Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings")
Cc: st
When vf driver port promiscuous is turned on, the vlan filtering function
is invalid.
Through communication with PAE expert, this is a limitation of the i40e
chip. Before adding or removing VLANs, you must first disable unicast
promiscuous or multicast promiscuous, then operate the vlan, and finall
> -Original Message-
> From: Power, Ciara
> Sent: Monday, August 23, 2021 1:47 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Roy Fan ; Power,
> Ciara ; De Lara Guarch, Pablo
> ; Doherty, Declan
>
> Subject: [PATCH] crypto/openssl: fix CCM processing 0 length source
>
> When given a
We should call read() on RTE_INTR_HANDLE_VFIO_REQ event
to confirm that event.
Signed-off-by: "Szwed, Maciej"
---
lib/eal/linux/eal_interrupts.c | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lib/eal/linux/eal_interrupts.c b/lib/eal/linux/eal_interrupts.c
index 2
Launch testpmd with multiple queues, and check rx_offload info.
When testpmd shows the port configuration, it doesn't show RSS_HASH.
---
v6: split this patch into two patches.
v5: add an API to get device configuration info.
v4: delete the whitespace at the end of the line.
v3:
- check and updat
This patch adds a new API "rte_eth_dev_conf_info_get()" to help testpmd get
device configuration info.
Signed-off-by: Jie Wang
---
lib/ethdev/rte_ethdev.c | 27 +++
lib/ethdev/rte_ethdev.h | 26 ++
lib/ethdev/version.map | 3 +++
3 files changed,
The driver may change offloads info into dev->data->dev_conf
in dev_configure which may cause port->dev_conf and port->rx_conf
contain outdated values.
This patch updates the offloads info if it changes to fix this issue.
Fixes: ce8d561418d4 ("app/testpmd: add port configuration settings")
Cc: st
We should call read() on RTE_INTR_HANDLE_VFIO_REQ event
to confirm that event.
Signed-off-by: Maciej Szwed
---
lib/eal/linux/eal_interrupts.c | 11 +--
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/lib/eal/linux/eal_interrupts.c b/lib/eal/linux/eal_interrupts.c
index 22b3
Added macros to simplyfy print of MAC address.
The six bytes of mac address is extracted using
a macro to improve code readability.
V2: Fix build issue in examples code
V3: Fix Windows compilation issue
V5: Print format aligned with rte_ether_format_addr API
Both using upper case hexadecimal f
Added macro to print six bytes of MAC address.
The MAC addresses will be printed in upper case
hexadecimal format.
In case there is a specific check for lower case
MAC address, the user may need to make a change in
such test case after this patch.
Signed-off-by: Aman Singh
Reviewed-by: Ferruh Yig
Added macros to simplify print of MAC address.
The six bytes of a MAC address are extracted in
a macro here, to improve code readablity.
Signed-off-by: Aman Singh
Reviewed-by: Ferruh Yigit
---
The change in the document will be done in seperate patch.
To ensure document has direct reference of t
Hi,
I am using DPDK i40e driver for Network Adapter XL710 of the Intel PAC
N3000 card. I am trying to use API in drivers/net/i40e/rte_pmd_i40e.h to
insert, filter and strip VLAN headers in virtual functions. Filtering
and inserting VLAN works fine but striping VLAN headers does not
(function
Call xsk_ring_prod__submit() before kick_tx() so that the kernel
consumer sees the updated state of Tx ring. Otherwise, Tx packets are
stuck in the ring until the next call to af_xdp_tx_zc().
Fixes: d8a210774e1d ("net/af_xdp: support unaligned umem chunks")
Cc: sta...@dpdk.org
Signed-off-by: Baru
On 8/16/2021 7:12 PM, Singh, Aman Deep wrote:
>
> On 8/2/2021 1:33 PM, Thomas Monjalon wrote:
>> 02/08/2021 03:51, Min Hu (Connor):
>>> 在 2021/7/26 15:28, Min Hu (Connor) 写道:
在 2021/7/26 14:30, Thomas Monjalon 写道:
> 26/07/2021 02:26, Min Hu (Connor):
>> 在 2021/7/24 19:45, Thomas Monja
Hi David,
We'll check. Owen was working on a change to allow ABI to still run for
merges onto the 20.11 branch, so the LTS branches can remain stable, while
per-patch testing is off for the 21.11 release. Looks like that has a side
effect for how these patches were flagged in the system.
Cheers
On 7/2/2021 11:15 AM, Andrew Rybchenko wrote:
> @Xiaoyun could you share your thoughts on it?
>
> As far as I remember there is no agreement on the topic. Adding
> more people in Cc.
>
I was OK for adding simple l3fwd forwarding engine to testpmd, to benefit from
configuration/debugging/measurem
On 7/15/2021 2:58 PM, Thomas Monjalon wrote:
> 14/07/2021 17:00, Jan Viktorin:
On Tue, 13 Jul 2021 12:26:35 +0300
Andrew Rybchenko wrote:
>> This matters for the bonding case as well, doesn't it?.
>> It is not desirable to accidently omit a packet that was
>> rece
Thanks Ferruh, I will handle it as quickly as possible.
在 2021/8/24 20:18, Ferruh Yigit 写道:
On 8/16/2021 7:12 PM, Singh, Aman Deep wrote:
On 8/2/2021 1:33 PM, Thomas Monjalon wrote:
02/08/2021 03:51, Min Hu (Connor):
在 2021/7/26 15:28, Min Hu (Connor) 写道:
在 2021/7/26 14:30, Thomas Monjalon
Hi Pavan,
> -Original Message-
> From: pbhagavat...@marvell.com
> Sent: Monday, August 23, 2021 2:40 PM
> To: jer...@marvell.com; Carrillo, Erik G
> Cc: Ananyev, Konstantin ; dev@dpdk.org;
> Pavan Nikhilesh
> Subject: [dpdk-dev] [RFC 12/15] eventdev: move timer adapters memory to
> huge
On 8/19/2021 4:45 AM, Huisong Li wrote:
> 在 2021/8/18 19:24, Ferruh Yigit 写道:
>> On 8/13/2021 9:16 AM, Huisong Li wrote:
>>> 在 2021/8/13 14:12, Thomas Monjalon 写道:
13/08/2021 04:11, Huisong Li:
> Hi, all
>
> This patch can enhance the security of device uninstallation to
> elim
>
> On 7/2/2021 11:15 AM, Andrew Rybchenko wrote:
> > @Xiaoyun could you share your thoughts on it?
> >
> > As far as I remember there is no agreement on the topic. Adding more
> > people in Cc.
> >
>
> I was OK for adding simple l3fwd forwarding engine to testpmd, to benefit from
> configurati
Hello,
Me and Xueming are wondering why DPDK clears the memory on free
and not only when it's explicitly requested (rte_zmalloc).
It's been so for a while:
commit ea0bddbd14e68fb42d9774bc3543e51b510e48d3
Author: Sergio Gonzalez Monroy
Date: Tue Jul 5 12:01:15 2016 +0100
mem: zero out mem
On Tue, 24 Aug 2021 16:33:25 +0530
Aman Singh wrote:
> diff --git a/lib/net/rte_ether.h b/lib/net/rte_ether.h
> index 7ee5e9a292..8d126d4c81 100644
> --- a/lib/net/rte_ether.h
> +++ b/lib/net/rte_ether.h
> @@ -221,6 +221,11 @@ rte_ether_addr_copy(const struct rte_ether_addr
> *__restrict ea_from
On Tue, 24 Aug 2021 01:10:15 +0530
wrote:
> From: Pavan Nikhilesh
>
> Reserve fields in rte_event_timer data structure to address future
> use cases.
> Also, remove volatile from rte_event_timer.
>
> Signed-off-by: Pavan Nikhilesh
Reserve fields are not a good idea. They don't solve future A
On 8/23/21 4:54 PM, Xueming(Steven) Li wrote:
>
>
>> -Original Message-
>> From: Andrew Rybchenko
>> Sent: Monday, August 23, 2021 5:57 PM
>> To: Xueming(Steven) Li
>> Cc: dev@dpdk.org; Maxime Coquelin ; Chenbo Xia
>>
>> Subject: Re: [dpdk-dev] [PATCH] net/virtio: wait device ready in
On 8/24/21 5:25 PM, Eli Britstein wrote:
>
> On 8/24/2021 6:08 PM, Finn, Emma wrote:
>> External email: Use caution opening links or attachments
>>
>>
>> -Original Message-
>> From: Eli Britstein
>> Sent: Monday 16 August 2021 14:55
>> To: d...@openvswitch.org; Ilya Maximets
>> Cc: Finn,
On Mon, Aug 23, 2021 at 12:14 PM Dmitry Kozlyuk
wrote:
>
> 2021-08-23 13:03 (UTC+), William Tu:
> [...]
> > /* This macro permits both remove and free var within the loop safely.*/
> > -#ifndef TAILQ_FOREACH_SAFE
> > -#define TAILQ_FOREACH_SAFE(var, head, field, tvar) \
> > - fo
On 8/24/21 6:04 PM, Eli Britstein wrote:
>
> On 8/24/2021 6:47 PM, Ilya Maximets wrote:
>> External email: Use caution opening links or attachments
>>
>>
>> On 8/24/21 5:25 PM, Eli Britstein wrote:
>>> On 8/24/2021 6:08 PM, Finn, Emma wrote:
External email: Use caution opening links or attach
Currently there are some public headers that include 'sys/queue.h', which
is not POSIX, but usually provided by the Linux/BSD system library.
(Not in POSIX.1, POSIX.1-2001, or POSIX.1-2008. Present on the BSDs.)
The file is missing on Windows. During the Windows build, DPDK uses a
bundled copy, so
On 8/13/2021 9:05 AM, Zhihong Wang wrote:
> This series fixes a tx retry defect and improves multi-core performance
> by using per-core variable for flow indexing.
>
> v5: replace modulo operation to improve performance
> v4: use loop local variable to improve performance
> v3: split changes and k
>
> Change "enqueue" to "dequeue" because the __rte_ring_move_cons_head()
> function is updating the consumer head for dequeue.
>
> Fixes: 0dfc98c507b1 ("ring: separate out head index manipulation")
> Cc: bruce.richard...@intel.com
> Cc: sta...@dpdk.org
>
> Signed-off-by: Cian Ferriter
LGTM
A
>
> Hi Honnappa,
>
> On Mon, Aug 02, 2021 at 12:16:52AM -0500, Honnappa Nagarahalli wrote:
> > The current described behaviour of rte_ctrl_thread_create is rigid
> > which makes the implementation of the function complex.
> > The behavior is abstracted to allow for simplified implementation.
>
On 8/24/2021 6:47 PM, Ilya Maximets wrote:
External email: Use caution opening links or attachments
On 8/24/21 5:25 PM, Eli Britstein wrote:
On 8/24/2021 6:08 PM, Finn, Emma wrote:
External email: Use caution opening links or attachments
-Original Message-
From: Eli Britstein
Sen
On Tue, 24 Aug 2021 20:03:03 +
Honnappa Nagarahalli wrote:
> > One difference between this implementation and the previous one is this busy
> > loop. rte_pause() relaxes the cpu, but will not make the calling thread to
> > sleep
> > and wait for the sync event. So here we can spin a quite lo
>
> On Tue, 24 Aug 2021 20:03:03 +
> Honnappa Nagarahalli wrote:
>
> > > One difference between this implementation and the previous one is
> > > this busy loop. rte_pause() relaxes the cpu, but will not make the
> > > calling thread to sleep and wait for the sync event. So here we can
> >
This patch adds multi-process support for testpmd.
For example the following commands run two testpmd
processes:
* the primary process:
./dpdk-testpmd --proc-type=auto -l 0-1 -- -i \
--rxq=4 --txq=4 --num-procs=2 --proc-id=0
* the secondary process:
./dpdk-testpmd --proc-type=auto -l 2-3 -
During port stop/start sequence the Thor FW is returning an error.
This is because we are deriving incorrect active Rx ring and using
that wrong information in the bnxt_vnic_rss_cfg HWRM command.
Fix it by using the rx_queue_state from eth_dev.
Fixes: 0105ea1296c91 ("net/bnxt: support runtime que
Use mbuf packet type for traffic identification as
packet is parsed already by HW before and HW/PMD updates
necessary info in mbuf packet type of the found protocols.
This change is specifically for event mode.
Signed-off-by: Nithin Dabilpuram
---
examples/ipsec-secgw/ipsec_worker.c | 15 ++
53 matches
Mail list logo