Re: [PATCH v2 1/1] app/test-gpudev: introduce ethdev to rx/tx packets using GPU memory

2023-07-06 Thread Stephen Hemminger
On Thu, 18 Nov 2021 18:56:13 + wrote: More tests is always good, this seemed to have gotten stalled. Probably because most people don't have Nvidia GPU and DPDK. > +static void > +signal_handler(int signum) > +{ > + if (signum == SIGINT || signum == SIGTERM) { > + printf("\n\

Re: [PATCH] child process synchronization NIC startup parameters

2023-07-06 Thread Stephen Hemminger
On Wed, 5 Jul 2023 17:35:14 +0800 Kaisen You wrote: > In meson_test, because the child process does not synchronize > the NIC startup parameters of the parent process at startup, > it uses all NICs bound by vfio as startup parameters by default, > and an exception occurs in the subsequent hugefi

Re: [dpdk-dev] [PATCH v13 0/4] devtools: scripts to count and track symbols

2023-07-06 Thread Stephen Hemminger
On Thu, 9 Sep 2021 14:48:04 +0100 Ray Kinsella wrote: > The symbol-tool script reports on the growth of symbols over releases > and list expired symbols. The notify-symbol-maintainers script > consumes the input from symbol-tool and generates email notifications > of expired symbols. > > v2: re

Re: [PATCH v2] pci: add O_CLOEXEC when open uio device

2023-07-06 Thread Stephen Hemminger
On Thu, 29 Jun 2023 10:53:39 +0800 Weifeng Su wrote: > In this scenario, the DPDK process invokes a script which > inherits an open file descriptor (FD) for a UIO device. > After the script execution is complete, the UIO device's > close operation is called. However, in a new kernel version > (86

Re: [PATCH v8] hash: add XOR32 hash function

2023-07-06 Thread Stephen Hemminger
On Thu, 29 Jun 2023 17:33:00 + Bili Dong wrote: > + > +/** > + * The following bytes access helper functions are expected to work > + * without any particular input buffer alignment requirements. > + */ > + Probably need to avoid users getting tempted to use these helpers ad exported API's?

[PATCH v3] docs: freebsd: Update to 20.11

2023-07-06 Thread David Young
This patch updates the FreeBSD DPDK installation guide to detail how users can find and install specific versions of DPDK using the pkg package manager. The prior instructions did not highlight 'dpdk' is an alias and may not always point to the latest DPDK version. The guide now includes steps to

Re: [PATCH v3 00/10] codeql fixes for various subsystems

2023-07-06 Thread Stephen Hemminger
On Thu, 19 Jan 2023 23:41:30 -0500 ok...@kernel.org wrote: > From: Sinan Kaya > > Following up the codeql reported problems first submitted > by Stephen Hemminger here: > > https://lore.kernel.org/all/20220527161210.77212d0b@hermes.local/t/ > > Posting a series of fixes about potential null po

Re: [PATCH] Add support for IBM Z s390x

2023-07-06 Thread Stephen Hemminger
On Fri, 28 Oct 2022 17:52:40 -0400 David Miller wrote: > diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c > index cc8e7aa138..2a863f3d39 100644 > --- a/app/test-pmd/config.c > +++ b/app/test-pmd/config.c > @@ -245,9 +245,9 @@ nic_stats_display(portid_t port_id) > static uint64_t p

Re: [PATCH] bus/vmbus: add support allow/block scan mode

2023-07-06 Thread Stephen Hemminger
On Thu, 9 Jun 2022 08:46:18 + Xiaoming Jiang wrote: > bus/vmbus: add support allow/block scan mode > > Signed-off-by: Xiaoming Jiang Looks fine to me. Any comments from Long Li?

Re: [EXT] Re: [PATCH] build: enable static analyzer

2023-07-06 Thread Stephen Hemminger
On Fri, 15 Jul 2022 12:05:41 + Amit Prakash Shukla wrote: > Thanks Bruce for the review. Please find my comments in-line. > > > -Original Message- > > From: Bruce Richardson > > Sent: Thursday, July 14, 2022 4:31 PM > > To: Amit Prakash Shukla > > Cc: dev@dpdk.org; Jerin Jacob Koll

Re: [PATCH] doc: announce addition of new security IPsec SA option

2023-07-06 Thread Ji, Kai
Acked-by: Kai Ji From: Nithin Dabilpuram Sent: 01 July 2023 08:15 To: gak...@marvell.com Cc: jer...@marvell.com ; dev@dpdk.org ; Nithin Dabilpuram Subject: [PATCH] doc: announce addition of new security IPsec SA option Announce addition of new security IPsec S

RE: [PATCH] bus/vmbus: add support allow/block scan mode

2023-07-06 Thread Long Li
> Subject: Re: [PATCH] bus/vmbus: add support allow/block scan mode > > On Thu, 9 Jun 2022 08:46:18 + > Xiaoming Jiang wrote: > > > bus/vmbus: add support allow/block scan mode > > > > Signed-off-by: Xiaoming Jiang > > Looks fine to me. Any comments from Long Li? Xiaoming, I have trouble

Re: [PATCH] Add support for IBM Z s390x

2023-07-06 Thread David Miller
I updated the original patches to newer versions of DPDK (up to 22.xx). Mathew S. Thoennes will be the long term maintainer however. The uint128 was part of the original patch sent to me, I'm happy to remove it. Best Regards - David Miller On Thu, Jul 6, 2023 at 5:49 PM Stephen Hemminger wro

[PATCH] net/mana: fix wrong indexing on CQE error when coalescing is used

2023-07-06 Thread longli
From: Long Li On a fatal CQE error when coalescing is used, update the correct index and allow proceeding to the next CQE. Fixes: 3409e0f172f6 ("net/mana: implement Rx CQE coalescing") Signed-off-by: Long Li --- drivers/net/mana/rx.c | 18 -- 1 file changed, 8 insertions(+), 10

RE: [PATCH] child process synchronization NIC startup parameters

2023-07-06 Thread You, KaisenX
> -Original Message- > From: Yang, Qiming > Sent: 2023年7月6日 10:17 > To: You, KaisenX ; dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: RE: [PATCH] child process synchronization NIC startup parameters > > Hi, kaisen > Your patch missed prefix app/test. Thank you for your

RE: [PATCH] bus/vmbus: add support allow/block scan mode

2023-07-06 Thread Long Li
> Subject: RE: [PATCH] bus/vmbus: add support allow/block scan mode > > > Subject: Re: [PATCH] bus/vmbus: add support allow/block scan mode > > > > On Thu, 9 Jun 2022 08:46:18 + > > Xiaoming Jiang wrote: > > > > > bus/vmbus: add support allow/block scan mode > > > > > > Signed-off-by: Xiaomi

Re: [PATCH] bus/vmbus: add support allow/block scan mode

2023-07-06 Thread lihuisong (C)
在 2023/7/7 9:32, Long Li 写道: Subject: RE: [PATCH] bus/vmbus: add support allow/block scan mode Subject: Re: [PATCH] bus/vmbus: add support allow/block scan mode On Thu, 9 Jun 2022 08:46:18 + Xiaoming Jiang wrote: bus/vmbus: add support allow/block scan mode Signed-off-by: Xiaoming J

[PATCH v1] net/ice: fix rss hash key generation

2023-07-06 Thread Yuying Zhang
Current code just generated 40 bytes standard rss hash key of ice driver. The extended 12 bytes were filled by hardware and were invalid for users. This patch generate 52 bytes rss hash key for ice driver just as other drivers. Fixes: 50370662b727 ("net/ice: support device and queue ops") Fixes: 2

Re: [EXT] [PATCH] ipsec: fix NAT-T length calculation

2023-07-06 Thread Xiao Liang
Well, let me explain. > >>> diff --git a/lib/ipsec/esp_outb.c b/lib/ipsec/esp_outb.c > >>> index 9cbd9202f6..ec87b1dce2 100644 > >>> --- a/lib/ipsec/esp_outb.c > >>> +++ b/lib/ipsec/esp_outb.c > >>> @@ -198,7 +198,7 @@ outb_tun_pkt_prepare(struct rte_ipsec_sa *sa, > >>> rte_be64_t sqc, > >>>

Re: [PATCH v4 3/3] ring: add telemetry cmd for ring info

2023-07-06 Thread Jie Hai
On 2023/7/6 16:52, David Marchand wrote: On Tue, Jul 4, 2023 at 4:11 PM Thomas Monjalon wrote: 04/07/2023 10:04, Jie Hai: On 2023/6/20 22:34, Thomas Monjalon wrote: 20/06/2023 10:14, Jie Hai: On 2023/2/20 20:55, David Marchand wrote: On Fri, Feb 10, 2023 at 3:50 AM Jie Hai wrote: This p

Re: [EXT] [PATCH] ipsec: fix NAT-T length calculation

2023-07-06 Thread Xiao Liang
|<- mb->pkt_len - sqh_len ->| |<-sa->hdr_len->| |<- sa->hdr_l3_off ->||<- udph->dgram_len ->| +++-+-+-+-+ | ETH| IP | UDP | ESP | payload | sqh | +---

[PATCH] eal: allow both allow and block options coexistence

2023-07-06 Thread Marvin Liu
Currently, all buses use the same eal allow and block options. Need to allow both allow and block options for different buses to coexist. It wouldn't be a problem for pci bus if both allow and block options were present. When the first option occurs, the scan mode for pci bus is set. For example:

[PATCH v4] doc: add iavf live migration guide

2023-07-06 Thread Lingyu Liu
Add iavf live migration steps based on KVM VFIO migration. Signed-off-by: Lingyu Liu --- v2: Fixed CI. Added brief introduction about live migration. Clarified this is iavf feature. v3: Added intro and link about vfio live migration. Added description about kernel boot parameters.

Re: [PATCH v4] doc: add iavf live migration guide

2023-07-06 Thread Cao, Yahui
On 7/7/2023 2:08 PM, Lingyu Liu wrote: Add iavf live migration steps based on KVM VFIO migration. Signed-off-by: Lingyu Liu --- v2: Fixed CI. Added brief introduction about live migration. Clarified this is iavf feature. v3: Added intro and link about vfio live migration. Adde

RE: [PATCH v1] net/ice: fix rss hash key generation

2023-07-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhang, Yuying > Sent: Friday, July 7, 2023 10:11 AM > To: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > > Cc: Zhang, Yuying > Subject: [PATCH v1] net/ice: fix rss hash key generation > > Current code just generated 40 bytes standard rss hash key of ice drive

RE: [PATCH v4] doc: add iavf live migration guide

2023-07-06 Thread Zhang, Qi Z
> -Original Message- > From: Cao, Yahui > Sent: Friday, July 7, 2023 2:22 PM > To: Liu, Lingyu ; dev@dpdk.org; Zhang, Qi Z > ; Xing, Beilei > Subject: Re: [PATCH v4] doc: add iavf live migration guide > > > On 7/7/2023 2:08 PM, Lingyu Liu wrote: > > Add iavf live migration steps based

<    1   2