[dpdk-dev] [PATCH v2] net/ice: fix queue config in DCF

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH RFC 1/2] net/ice/base: add VXLAN support for switch filter

2021-08-24 Thread Yuying Zhang
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

[dpdk-dev] [PATCH RFC 2/2] net/ice: add support of VXLAN in switch filter

2021-08-24 Thread Yuying Zhang
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 | +

Re: [dpdk-dev] [PATCH v2] eal: remove the deprecated whitelist/blacklist and master/slave API's

2021-08-24 Thread Ruifeng Wang
> -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

Re: [dpdk-dev] remove dpdk-pdump pcap file, disk space is not freed

2021-08-24 Thread Yan, Xiaoping (NSB - CN/Hangzhou)
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

Re: [dpdk-dev] [RFC 01/15] eventdev: make driver interface as internal

2021-08-24 Thread Mattias Rönnblom
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. >

Re: [dpdk-dev] [RFC 01/15] eventdev: make driver interface as internal

2021-08-24 Thread Pavan Nikhilesh Bhagavatula
>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

Re: [dpdk-dev] [dpdk-ci] [PATCH] version: 21.11-rc0

2021-08-24 Thread David Marchand
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

Re: [dpdk-dev] [RFC 01/15] eventdev: make driver interface as internal

2021-08-24 Thread Pavan Nikhilesh Bhagavatula
>>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

[dpdk-dev] [PATCH] net/i40e: solve the failure of vf vlan filtering

2021-08-24 Thread Qiming Chen
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

Re: [dpdk-dev] [v3, 0/3] common/cnxk: enable npa telemetry

2021-08-24 Thread Gowrishankar Muthukrishnan
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

[dpdk-dev] [Bug 794] [dpdk-19.11.10] loopback_multi_queues: core dumped when quit vhost testpmd

2021-08-24 Thread bugzilla
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

Re: [dpdk-dev] remove dpdk-pdump pcap file, disk space is not freed

2021-08-24 Thread Ferruh Yigit
(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

[dpdk-dev] [PATCH v6 0/2] testpmd shows incorrect rx_offload configuration

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH v6 1/2] ethdev: add an API to get device configuration info

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH v6 2/2] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH v2] net/i40e: solve the failure of vf vlan filtering

2021-08-24 Thread Qiming Chen
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

Re: [dpdk-dev] [PATCH] crypto/openssl: fix CCM processing 0 length source

2021-08-24 Thread Zhang, Roy Fan
> -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

[dpdk-dev] [PATCH v3] eal: read data buffer on RTE_INTR_HANDLE_VFIO_REQ

2021-08-24 Thread Maciej Szwed
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

[dpdk-dev] [PATCH v6 0/2] testpmd shows incorrect rx_offload configuration

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH v6 1/2] ethdev: add an API to get device configuration info

2021-08-24 Thread Jie Wang
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,

[dpdk-dev] [PATCH v6 2/2] app/testpmd: fix testpmd doesn't show RSS hash offload

2021-08-24 Thread Jie Wang
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

[dpdk-dev] [PATCH v4] eal: read data buffer on RTE_INTR_HANDLE_VFIO_REQ

2021-08-24 Thread Maciej Szwed
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

[dpdk-dev] [PATCH v6 0/2] Use macro to print MAC address

2021-08-24 Thread Aman Singh
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

[dpdk-dev] [PATCH v6 1/2] net: added macro for MAC address print

2021-08-24 Thread Aman Singh
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

[dpdk-dev] [PATCH v6 2/2] net: added macro to extract MAC address bytes

2021-08-24 Thread Aman Singh
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

[dpdk-dev] i40e: cannot strip VLAN header in VF

2021-08-24 Thread David Vodák
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

[dpdk-dev] [PATCH] net/af_xdp: fix zero copy Tx queue drain

2021-08-24 Thread Baruch Siach
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

Re: [dpdk-dev] [PATCH v16] app/testpmd: support multi-process

2021-08-24 Thread 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 写道: > 26/07/2021 02:26, Min Hu (Connor): >> 在 2021/7/24 19:45, Thomas Monja

Re: [dpdk-dev] [dpdk-ci] [PATCH] version: 21.11-rc0

2021-08-24 Thread Lincoln Lavoie
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

Re: [dpdk-dev] [RFC 0/1] app/testpmd: add l3fwd mode to testpmd

2021-08-24 Thread Ferruh Yigit
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

Re: [dpdk-dev] [PATCH 3/3] net/bonding: start ethdev prior to setting 8023ad flow

2021-08-24 Thread Ferruh Yigit
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

Re: [dpdk-dev] [PATCH v16] app/testpmd: support multi-process

2021-08-24 Thread Min Hu (Connor)
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

Re: [dpdk-dev] [RFC 12/15] eventdev: move timer adapters memory to hugepage

2021-08-24 Thread Carrillo, Erik G
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

Re: [dpdk-dev] [RFC V2] ethdev: fix issue that dev close in PMD calls twice

2021-08-24 Thread Ferruh Yigit
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

Re: [dpdk-dev] [RFC 0/1] app/testpmd: add l3fwd mode to testpmd

2021-08-24 Thread Honnappa Nagarahalli
> > 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

[dpdk-dev] Zeroing out memory on free

2021-08-24 Thread Dmitry Kozlyuk
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

Re: [dpdk-dev] [PATCH v6 1/2] net: added macro for MAC address print

2021-08-24 Thread Stephen Hemminger
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

Re: [dpdk-dev] [RFC 11/15] eventdev: reserve fields in timer object

2021-08-24 Thread Stephen Hemminger
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

Re: [dpdk-dev] [PATCH] net/virtio: wait device ready in device reset

2021-08-24 Thread Andrew Rybchenko
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

Re: [dpdk-dev] [PATCH V3 1/2] netdev-offload-dpdk: Use has_vlan match attribute

2021-08-24 Thread Ilya Maximets
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,

Re: [dpdk-dev] [PATCH v8] eal: remove sys/queue.h from public headers.

2021-08-24 Thread William Tu
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

Re: [dpdk-dev] [PATCH V3 1/2] netdev-offload-dpdk: Use has_vlan match attribute

2021-08-24 Thread Ilya Maximets
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

[dpdk-dev] [PATCH v9] eal: remove sys/queue.h from public headers

2021-08-24 Thread William Tu
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

Re: [dpdk-dev] [PATCH v5 0/4] app/testpmd: flowgen fixes and improvements

2021-08-24 Thread Ferruh Yigit
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

Re: [dpdk-dev] [PATCH] ring: fix comment for __rte_ring_move_cons_head()

2021-08-24 Thread Honnappa Nagarahalli
> > 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

Re: [dpdk-dev] [RFC v2] eal: simplify the implementation of rte_ctrl_thread_create

2021-08-24 Thread Honnappa Nagarahalli
> > 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. >

Re: [dpdk-dev] [PATCH V3 1/2] netdev-offload-dpdk: Use has_vlan match attribute

2021-08-24 Thread Eli Britstein
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

Re: [dpdk-dev] [RFC v2] eal: simplify the implementation of rte_ctrl_thread_create

2021-08-24 Thread Stephen Hemminger
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

Re: [dpdk-dev] [RFC v2] eal: simplify the implementation of rte_ctrl_thread_create

2021-08-24 Thread Honnappa Nagarahalli
> > 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 > >

[dpdk-dev] [PATCH v17] app/testpmd: support multi-process

2021-08-24 Thread Min Hu (Connor)
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 -

[dpdk-dev] [PATCH] net/bnxt: fix VNIC config error in port start

2021-08-24 Thread Ajit Khaparde
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

[dpdk-dev] [PATCH] examples/ipsec-secgw: use mbuf packet type in ev worker

2021-08-24 Thread Nithin Dabilpuram
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 ++