Kernel iavf driver has sent patch to increase the completion
wait time to reduce the "Reset never finished" case.
Follow this action in DPDK iavf driver.
Kernel reference commit:
8e3e4b9da7e6 ("iavf: increase reset complete wait time")
Fixes: 22b123a36d07 ("net/avf: initialize PMD")
Cc: sta...@dpd
> > > Add a command line option "--enable-sdap" to enable Service Data
> > > Adaptation Protocol.
> > >
> > > example command:
> > > ./dpdk-test-crypto-perf -c 0xc --log-level=8 -- --devtype
> > > crypto_dpaa2_sec --optype pdcp --cipher-algo aes-ctr --cipher-op
> > > encrypt --auth-algo zuc-eia3 -
From: Zhichao Zeng
The eal-intr-thread is not closed before memory cleanup in the
process of exiting. There is a small probability that when the
eal-intr-thread is about to use some pointers, the memory were
just cleaned, which cause the segment fault error caught by ASan.
This patch close the e
> -Original Message-
> From: Richardson, Bruce
> Sent: Saturday, May 28, 2022 12:37 AM
> To: dev@dpdk.org
> Cc: Maxime Coquelin ; Xia, Chenbo
> ; Richardson, Bruce
> Subject: [PATCH v2 2/2] doc/howto: add code example to virtio-user
> exception path doc
>
> The HOWTO guide for using virt
Hi Bruce,
> -Original Message-
> From: Richardson, Bruce
> Sent: Saturday, May 28, 2022 12:37 AM
> To: dev@dpdk.org
> Cc: Maxime Coquelin ; Xia, Chenbo
> ; Richardson, Bruce
> Subject: [PATCH v2 1/2] doc/howto: rework section on virtio-user as
> exception path
>
> This patch extensively
This RFC patch implements packed ring dequeue data path for asynchronous
vhost.
Signed-off-by: Cheng Jiang
---
lib/vhost/virtio_net.c | 217 -
1 file changed, 191 insertions(+), 26 deletions(-)
diff --git a/lib/vhost/virtio_net.c b/lib/vhost/virtio_net.c
https://bugs.dpdk.org/show_bug.cgi?id=1014
gaodaxue (daxuex@intel.com) changed:
What|Removed |Added
Resolution|--- |FIXED
Status|UNCONF
Hi,
> -Original Message-
> From: Akhil Goyal
> Sent: Thursday, May 26, 2022 7:23 PM
> To: Gagandeep Singh ; dev@dpdk.org
> Subject: RE: [EXT] [PATCH v3 1/7] app/test-crypto-perf: support SDAP for PDCP
> operations
>
> > Add a command line option "--enable-sdap" to enable Service Data
> >
> -Original Message-
> From: Wang, YuanX
> Sent: Wednesday, May 18, 2022 9:37 PM
> To: maxime.coque...@redhat.com; Xia, Chenbo
> Cc: dev@dpdk.org; Hu, Jiayu ; He, Xingguang
> ; Wang, YuanX ;
> sta...@dpdk.org
> Subject: [PATCH v2] examples/vhost: fix floating point exception when no
> VMD
> -Original Message-
> From: Wang, YuanX
> Sent: Thursday, April 21, 2022 7:16 PM
> To: maxime.coque...@redhat.com; Xia, Chenbo
> Cc: dev@dpdk.org; Hu, Jiayu ; He, Xingguang
> ; Wang, YuanX
> Subject: [PATCH] net/virtio: unmap PCI device in secondary process
>
> In multi-process, the se
Stephen,
Thanks for your comments! I'm evaluating the generic code of spinlock
on std atomics of LoongArch toolchain. An updated patch will come later.
On 2022/5/28 下午11:54, Stephen Hemminger wrote:
On Sat, 28 May 2022 17:32:52 +0800
Min Zhou wrote:
This patch adds spinlock operations for L
Stephen,
Thanks for your comments! I'm evaluating the atomic operations of
LoongArch toolchain. An updated patch will come later.
On 2022/5/28 下午11:52, Stephen Hemminger wrote:
On Sat, 28 May 2022 17:32:48 +0800
Min Zhou wrote:
This patch adds architecture specific atomic operations for
Loo
> -Original Message-
> From: Jeff Daly
> Sent: Friday, May 20, 2022 2:03 AM
> To: dev@dpdk.org; Yang, Qiming ; Wu, Wenjun1
>
> Cc: Stephen Douthit
> Subject: [PATCH 1/3] ixgbe: make link update thread periodic
>
> Rather than run-to-completion, allow the link update thread to be peri
> -Original Message-
> From: Kathleen Capella
> Sent: Thursday, May 26, 2022 3:10 AM
> To: Wu, Jingjing ; Xing, Beilei
> ; Ruifeng Wang
> Cc: dev@dpdk.org; n...@arm.com; honnappa.nagaraha...@arm.com;
> dharmik.thak...@arm.com; Kathleen Capella
> Subject: [PATCH v2 1/1] net/iavf: add v
> -Original Message-
> From: Jeff Daly
> Sent: Friday, May 27, 2022 4:44 AM
> To: dev@dpdk.org
> Cc: Stephen Douthit ; Yang, Qiming
> ; Wu, Wenjun1
> Subject: [PATCH v2] net/ixgbe: Treat 1G Cu SFPs as 1G SX on the X550 devices
>
> 1G Cu SFPs are not officially supported on the X552/X5
> -Original Message-
> From: Qiao, Wenjing
> Sent: Friday, May 27, 2022 4:10 PM
> To: Yang, Qiming ; Zhang, Qi Z
>
> Cc: Wang, Xiao W ; dev@dpdk.org; Qiao, Wenjing
> ; sta...@dpdk.org
> Subject: [PATCH] net/ice: fix the outer l4 cksum flag when AVX is disabled
>
> In scalar datapath,
> -Original Message-
> From: Wu, Wenjun1
> Sent: Friday, May 27, 2022 1:39 PM
> To: dev@dpdk.org; Wu, Jingjing ; Xing, Beilei
> ; Zhang, Qi Z
> Cc: Li, WeiyuanX ; Wu, Wenjun1
>
> Subject: [PATCH v1] net/iavf: fix error message in default initialization
> process
Rename to "fix initia
previously rxmode functionality did not allow the user to choose
between different vfs nor did it allow the user to choose rxmode settings
by default it was set to vf = 0, rxmode = AUPE and the on/off state toggled
without letting the user know what state it is in
also there were no error messages
ethtool did not have promiscuous mode functioality previously
which is needed for viewing broadcast and multicast packets.
This patch allows user to turn on/off promiscuous mode on
each port through command line.
Signed-off-by: Muhammad Jawad Hussain
---
doc/guides/sample_app_ug/ethtool.rst |
Hi,
> -Original Message-
> From: Rongwei Liu
> Sent: Thursday, May 26, 2022 5:50 AM
> To: Matan Azrad ; Slava Ovsiienko
> ; Ori Kam ; NBU-Contact-
> Thomas Monjalon (EXTERNAL)
> Cc: dev@dpdk.org; Raslan Darawsheh
> Subject: [PATCH v1] net/mlx5: add Rx drop counters to xstats
>
> Add tw
Apparently FreeBSD 13.1 changed the syntax of the CPUSET macros, so DPDK no
longer compiles.
For example, here's one definition on FreeBSD 13.0 and prior:
CPU_OR(cpuset_t *dst, cpuset_t *src);
and here it is in FreeBSD 13.1:
CPU_OR(cpuset_t *dst, cpuset_t *src1, cpuset_t *src2);
I'
Hi Huichao,
Hi Konstantin,
This patch has been around for a long time, so what's next?
I acked it, which means that I am ok with that patch to go in.
Now it is up to main tree maintainers to pull it in.
Konstantin
Huichao,Cai
At 2022-04-15 16:29:10, "Ananyev, Konstantin"
wrote:
Accor
Hi Konstantin,
This patch has been around for a long time, so what's next?
Huichao,Cai
At 2022-04-15 16:29:10, "Ananyev, Konstantin"
wrote:
>> According to RFC791,the options may appear or not in datagrams.
>> They must be implemented by all IP modules (host and gateways).
>> What is optional is
Hi Konstantin,
This patch has been around for a long time, so what's next?
Huichao,Cai
At 2022-04-15 16:29:10, "Ananyev, Konstantin"
wrote:
>> According to RFC791,the options may appear or not in datagrams.
>> They must be implemented by all IP modules (host and gateways).
>> What is optional is
24 matches
Mail list logo