RE: [PATCH] gro : fix pkt length when extra bytes are padded to ethernet frame

2022-10-16 Thread Hu, Jiayu
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

Re: [PATCH v4] eal: non-temporal memcpy

2022-10-16 Thread Mattias Rönnblom
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

[PATCH v2] gro : check for payload length after the trim

2022-10-16 Thread Kumara Parameshwaran
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

Re: [PATCH v4] eal: non-temporal memcpy

2022-10-16 Thread Mattias Rönnblom
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

RE: [PATCH v2] common/qat: read hw slice configuration

2022-10-16 Thread Ji, Kai
> -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

[PATCH v10 0/7] introduce memarea library

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 2/7] test/memarea: support memarea test

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 3/7] memarea: support alloc/free/refcnt-update API

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 1/7] memarea: introduce memarea library

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 4/7] test/memarea: support alloc/free/refcnt-update test

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 6/7] test/memarea: support dump test

2022-10-16 Thread Chengwen Feng
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

[PATCH v10 5/7] memarea: support dump API

2022-10-16 Thread Chengwen Feng
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.

[PATCH v10 7/7] app/test: add memarea to malloc-perf-autotest

2022-10-16 Thread Chengwen Feng
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

RE: [RFT] dumpcap: add file-prefix option

2022-10-16 Thread Kaur, Arshdeep
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

RE: [PATCH 1/4] eventdev: have crypto adapter appropriately report idle

2022-10-16 Thread Gujjar, Abhinandan S
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

RE: [PATCH v4 2/8] vdpa/ifc: add multi-queue support

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 3/8] vdpa/ifc: set max queues based on virtio spec

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 4/8] vdpa/ifc: write queue count to MQ register

2022-10-16 Thread Xia, Chenbo
> -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_

RE: [PATCH v4 5/8] vdpa/ifc: only configure enabled queue

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disable queue

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 2/8] vdpa/ifc: add multi-queue support

2022-10-16 Thread Pei, Andy
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 > >

RE: [PATCH v4 3/8] vdpa/ifc: set max queues based on virtio spec

2022-10-16 Thread Pei, Andy
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

RE: [PATCH v4 7/8] vhost: vDPA blk device gets ready when any queue is ready

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 8/8] vhost: improve vDPA blk device configure condition

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH v4 4/8] vdpa/ifc: write queue count to MQ register

2022-10-16 Thread Pei, Andy
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]

RE: [PATCH v4 5/8] vdpa/ifc: only configure enabled queue

2022-10-16 Thread Pei, Andy
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

RE: [PATCH v4 6/8] vdpa/ifc: support dynamic enable/disable queue

2022-10-16 Thread Pei, Andy
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

RE: [PATCH v4 7/8] vhost: vDPA blk device gets ready when any queue is ready

2022-10-16 Thread Pei, Andy
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

RE: [PATCH v2] vhost: add new `rte_vhost_vring_call_nonblock` API

2022-10-16 Thread Xia, Chenbo
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

RE: [PATCH] net/virtio: remove declaration of undefined function

2022-10-16 Thread Xia, Chenbo
> -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

RE: [PATCH] net/virtio: add queue and port ID in some logs

2022-10-16 Thread Xia, Chenbo
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