when app is launched with -m proc-info exit without
rte_eal_cleanup() causing memory leakage. This commit resolves the
memory leakage issue and closes app properly.
Bugzilla id: 898
Signed-off-by: Fidaullah Noonari
---
app/proc-info/main.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
If cmd_details are defined or async flag is set,
don't copy the desc/buff back to temp.
Signed-off-by: Steven Zou
---
drivers/common/iavf/iavf_adminq.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/common/iavf/iavf_adminq.c
b/drivers/common/iavf/iavf_adminq.c
ind
> -Original Message-
> From: Zou, Steven
> Sent: Monday, September 5, 2022 9:42 AM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Yang, Guang3
> ; Zou, Steven
> Subject: [PATCH] common/iavf: do not copy desc/buff in async mode
>
> If cmd_details are defined or async flag is set, don't copy th
Test fail.
Nacked-by: Qiming Yang
> -Original Message-
> From: Zhang, Peng1X
> Sent: Thursday, September 1, 2022 5:33 PM
> To: dev@dpdk.org
> Cc: Yang, Qiming ; Zhang, Qi Z
> ; Zhang, Peng1X
> Subject: [PATCH v2] net/iavf: enable inner and outer Tx checksum offload
>
> Enable inner and
Add VIRTIO_F_RING_RESET, which indicates that the driver can reset a
virtqueue individually.
VIRTIO_F_RING_RESET feature is added to virtio-spec 1.2. The relevant
information is in
https://github.com/oasis-tcs/virtio-spec/issues/124
https://github.com/oasis-tcs/virtio-spec/issues/139
The
To support the reset operation for an individual virtqueue, we
introduce a new message VHOST_USER_RESET_VRING. When the feature
VIRTIO_F_RING_RESET feature has been successfully negotiated, This
message is submitted by the front-end to reset an individual
virtqueue to initial states in the back-end
Add VIRTIO_F_RING_RESET, which indicates that the driver can reset a
queue individually.
The feature is added to virtio-spec 1.2. The relevant information is
in https://github.com/oasis-tcs/virtio-spec/issues/124
Signed-off-by: Kangjie Xu
Signed-off-by: Xuan Zhuo
---
lib/vhost/vhost.h | 8
Hi Qiu,
I cannot find the original mail, and please see replies inline.
> -Original Message-
> From: Hu, Jiayu
> Sent: Tuesday, August 30, 2022 4:44 PM
> To: 'Thomas Monjalon'
> Cc: kumaraparameshwaran rathinavel ;
> dev@dpdk.org; Jun Qiu
> Subject: RE: [PATCH] gro: fix gro with tcp pus
[Public]
Acked-by: Chandubabu Namburu
-Original Message-
From: Modali, Bhagyada
Sent: Friday, September 2, 2022 2:18 PM
To: Namburu, Chandu-babu ; Yigit, Ferruh
Cc: dev@dpdk.org; sta...@dpdk.org; Modali, Bhagyada
Subject: [PATCH v3 1/4] net/axgbe: fix scattered Rx
Error check needs
On Fri, Sep 02, 2022 at 06:11:52PM +0530, Amit Prakash Shukla wrote:
> ../lib/vhost/virtio_net.c:941:35: error:
> 'buf_vec[0].buf_len' may be used uninitialized
> [-Werror=maybe-uninitialized]
> 941 | buf_len = buf_vec[vec_idx].buf_len;
> |
10 matches
Mail list logo