Hi Kumara,
Agree. We need to trim padding bytes first, then do the length check.
Thanks,
Jiayu
From: Jun Qiu
Sent: Wednesday, October 12, 2022 9:35 AM
To: kumaraparameshwaran rathinavel ; dev@dpdk.org;
David Marchand ; Hu, Jiayu
Subject: RE: [PATCH] gro : fix pkt length when extra bytes are p
On 2022-10-10 08:46, Morten Brørup wrote:
This patch provides a function for memory copy using non-temporal store,
load or both, controlled by flags passed to the function.
Applications sometimes copy data to another memory location, which is only
used much later.
In this case, it is inefficient
From: Kumara Parameshwaran
When packet is padded with extra bytes the
the validation of the payload length should be done
after the trim operation
Fixes: b8a55871d5af ("gro: trim tail padding bytes")
Cc: sta...@dpdk.org
Signed-off-by: Kumara Parameshwaran
---
v1:
If there is padding to
On 2022-10-10 08:46, Morten Brørup wrote:
This patch provides a function for memory copy using non-temporal store,
load or both, controlled by flags passed to the function.
Applications sometimes copy data to another memory location, which is only
used much later.
In this case, it is inefficient
> -Original Message-
> From: Kusztal, ArkadiuszX
> Sent: Thursday, October 13, 2022 3:03 PM
> To: dev@dpdk.org
> Cc: gak...@marvell.com; Ji, Kai ; Kusztal, ArkadiuszX
>
> Subject: [PATCH v2] common/qat: read hw slice configuration
>
> Read slice configuration of QAT capabilities.
> Thi
The memarea library is an allocator of variable-size object which based
on a memory region. The main features are as follows:
- The memory region can be initialized from the following memory
sources:
1. HEAP: e.g. invoke rte_malloc_socket.
2. LIBC: e.g. invoke posix_memalign.
3. Another me
This patch supports memarea test of rte_memarea_create() and
rte_memarea_destroy() API.
Signed-off-by: Chengwen Feng
---
MAINTAINERS | 1 +
app/test/meson.build| 2 +
app/test/test_memarea.c | 130
3 files changed, 133 insertions(+)
c
This patch supports rte_memarea_alloc()/rte_memarea_free()/
rte_memarea_refcnt_update() API.
Signed-off-by: Chengwen Feng
---
doc/guides/prog_guide/memarea_lib.rst | 10 ++
lib/memarea/memarea_private.h | 3 +
lib/memarea/rte_memarea.c | 157 ++
lib
The memarea library is an allocator of variable-size object which based
on a memory region.
This patch provides rte_memarea_create() and rte_memarea_destroy() API.
Signed-off-by: Chengwen Feng
---
MAINTAINERS| 5 +
doc/api/doxy-api-index.md | 3 +-
d
This patch supports rte_memarea_alloc()/rte_memarea_free()/
rte_memarea_refcnt_update() test.
Signed-off-by: Chengwen Feng
---
app/test/test_memarea.c | 145 +++-
1 file changed, 144 insertions(+), 1 deletion(-)
diff --git a/app/test/test_memarea.c b/app/test
This patch supports rte_memarea_dump() test.
Signed-off-by: Chengwen Feng
---
app/test/test_memarea.c | 35 +++
1 file changed, 35 insertions(+)
diff --git a/app/test/test_memarea.c b/app/test/test_memarea.c
index 00f9d07ed4..da712a14e8 100644
--- a/app/test/test
This patch supports rte_memarea_dump() API which could be used for
debug.
Signed-off-by: Chengwen Feng
---
doc/guides/prog_guide/memarea_lib.rst | 3 +
lib/memarea/rte_memarea.c | 98 +++
lib/memarea/rte_memarea.h | 21 ++
lib/memarea/version.
This patch adds memarea perftest to malloc_perf_autotest.
The memarea perftest contains two part:
1) rte_memarea.heap: the memory source comes from invoking
rte_malloc_socket().
2) rte_memarea.libc: the memory source comes from invoking malloc().
Test platform: Kunpeng920
Test command: dpdk-test
Hi Stephen,
These changes are looking good as compared to
http://patches.dpdk.org/project/dpdk/patch/20220912190330.73159-1-step...@networkplumber.org/.
I have tested the changes. Works for me.
I am looking for this change in this release. Can you send the v1?
Thanks and regards,
Arshdeep Kaur
Acked-by: Abhinandan Gujjar
> -Original Message-
> From: Mattias Rönnblom
> Sent: Monday, October 10, 2022 8:24 PM
> To: Jayatheerthan, Jay ; Carrillo, Erik G
> ; Gujjar, Abhinandan S
> ; Jerin Jacob
> Cc: dev@dpdk.org; Van Haaren, Harry ;
> hof...@lysator.liu.se; mattias.ronnblom
> Su
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:44 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 2/8] vdpa/ifc: add multi-queue support
>
> Enable VHOST_USER_PROTOCOL_F_MQ feat
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:44 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 3/8] vdpa/ifc: set max queues based on virtio spec
>
> Set max_queues according
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:45 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 4/8] vdpa/ifc: write queue count to MQ register
>
> Write queue count to IFCVF_
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:45 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 5/8] vdpa/ifc: only configure enabled queue
>
> When configuring the hardware q
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:45 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disable queue
>
> From: Huang Wei
>
> S
Hi Chenbo,
Thanks for your effort.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:21 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 2/8] vdpa/ifc: add multi-queue support
>
>
Hi Chenbo,
Thanks for your effort.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:22 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 3/8] vdpa/ifc: set max queues based on vir
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:45 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 7/8] vhost: vDPA blk device gets ready when any queue
> is ready
This title doe
> -Original Message-
> From: Pei, Andy
> Sent: Thursday, October 13, 2022 4:45 PM
> To: dev@dpdk.org
> Cc: Xia, Chenbo ; Xu, Rosen ;
> Huang, Wei ; Cao, Gang ;
> maxime.coque...@redhat.com
> Subject: [PATCH v4 8/8] vhost: improve vDPA blk device configure condition
>
> To support multi-qu
Hi Chenbo,
Thanks for your effort.
I will send a new version to fix this.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:24 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 4/8]
Hi Chenbo,
Thanks for your efforts.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:24 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 5/8] vdpa/ifc: only configure enabled queu
Hi Chenbo,
Thanks for your efforts.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:26 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disa
Hi Chenbo,
Thanks for your efforts, my reply is inline.
> -Original Message-
> From: Xia, Chenbo
> Sent: Monday, October 17, 2022 2:34 PM
> To: Pei, Andy ; dev@dpdk.org
> Cc: Xu, Rosen ; Huang, Wei ;
> Cao, Gang ; maxime.coque...@redhat.com
> Subject: RE: [PATCH v4 7/8] vhost: vDPA blk d
Hi Changpeng,
> -Original Message-
> From: Liu, Changpeng
> Sent: Wednesday, October 12, 2022 2:40 PM
> To: dev@dpdk.org
> Cc: Liu, Changpeng ; Maxime Coquelin
> ; Xia, Chenbo ; David
> Marchand
> Subject: [PATCH v2] vhost: add new `rte_vhost_vring_call_nonblock` API
>
> Vhost-user libr
> -Original Message-
> From: Olivier Matz
> Sent: Thursday, September 29, 2022 8:22 PM
> To: dev@dpdk.org
> Cc: Maxime Coquelin ; Xia, Chenbo
>
> Subject: [PATCH] net/virtio: remove declaration of undefined function
>
> This function is not defined, remove its declaration.
>
> Fixes: c1
Hi Olivier,
> -Original Message-
> From: Olivier Matz
> Sent: Thursday, September 29, 2022 8:22 PM
> To: dev@dpdk.org
> Cc: Maxime Coquelin ; Xia, Chenbo
>
> Subject: [PATCH] net/virtio: add queue and port ID in some logs
>
> Add the queue id and/or the port id in some logs, so it is ea
31 matches
Mail list logo