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\
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
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
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
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?
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
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
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
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?
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
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
> 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
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
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
> -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
> 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
在 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
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
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,
> >>>
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
|<- mb->pkt_len - sqh_len ->|
|<-sa->hdr_len->|
|<- sa->hdr_l3_off ->||<- udph->dgram_len ->|
+++-+-+-+-+
| ETH| IP | UDP | ESP | payload | sqh |
+---
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:
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.
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
> -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
> -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
101 - 126 of 126 matches
Mail list logo