Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Ori Kam
Hi Thomas, > -Original Message- > From: Thomas Monjalon > > 26/07/2020 21:58, Ori Kam: > > --- a/app/meson.build > > +++ b/app/meson.build > > @@ -12,6 +12,7 @@ apps = [ > > 'test-bbdev', > > 'test-cmdline', > > 'test-compress-perf', > > + 'test-regex', > > 'test-crypto

Re: [dpdk-dev] [PATCH v1] app/test-regex: add RegEx test application

2020-07-27 Thread Ori Kam
Hi Thomas, > -Original Message- > From: Thomas Monjalon > > 27/07/2020 07:12, Ori Kam: > > From: Jerin Jacob > > > On Mon, Jul 27, 2020 at 1:28 AM Ori Kam wrote: > > > > --- /dev/null > > > > +++ b/app/test-regex/hello_world.rof2 > > > > @@ -0,0 +1,45 @@ > > > > +# > > > > +# rof_versi

Re: [dpdk-dev] [PATCH] metrics: make number of metrics names configurable

2020-07-27 Thread Stephen Hemminger
On Thu, 2 Jul 2020 10:28:52 -0700 Stephen Hemminger wrote: > The maximum number of metrics is hardcoded at 256. > This severely limits the usefulness of the library. > It should be configurable like other limits in DPDK. > > Fixes: 349950ddb9c5 ("metrics: add information metrics library") > Cc:

Re: [dpdk-dev] [PATCH 20.08 0/6] Inclusive language fixes and deprecation notices

2020-07-27 Thread Stephen Hemminger
On Mon, 27 Jul 2020 12:20:09 -0700 Stephen Hemminger wrote: > This set annonuces the upcoming changes for 20.11 around master/slave > and blacklist/whitelist. It also fixes several places in the > current code where the wrong and confusing terminolgy was used. > > Stephen Hemminger (6): > doc:

Re: [dpdk-dev] [PATCH v4 8/8] app/proc-info: provide way to request info on owned ports

2020-07-27 Thread Hemant Agrawal (OSS)
Hi Stephen, This patch has checkpatch errors ### [PATCH] app/proc-info: provide way to request info on owned ports ERROR:TRAILING_WHITESPACE: trailing whitespace #98: FILE: app/proc-info/main.c:702: +^I$ ERROR:TRAILING_WHITESPACE: trailing whitespace #111: FILE: app/proc-info/main.c:715:

[dpdk-dev] [PATCH v2] vdpa/ifc: fix vring update after device config

2020-07-27 Thread Chenbo Xia
The device ready state in vhost lib is now defined as the state that first queue pair is ready. And kick/callfd may be updated by QEMU when ifc device is configured. Although now ifc driver only supports one queue pair, it still has to update callfd when working with QEMU. This patch fixes this vr

Re: [dpdk-dev] [PATCH v4 8/8] app/proc-info: provide way to request info on owned ports

2020-07-27 Thread Stephen Hemminger
On Tue, 28 Jul 2020 05:39:46 + "Hemant Agrawal (OSS)" wrote: > Hi Stephen, > This patch has checkpatch errors > > ### [PATCH] app/proc-info: provide way to request info on owned ports > > ERROR:TRAILING_WHITESPACE: trailing whitespace > #98: FILE: app/proc-info/main.c:702: > +^I$ > >

[dpdk-dev] [20.08 PATCH] license: removing the dual prefix to avoid confusion

2020-07-27 Thread Hemant Agrawal
This patch removes the dual keyword from dual license definitions to avoid confusion. As the *dual* word is not required to be added SPDX license. Signed-off-by: Hemant Agrawal --- license/exceptions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/license/exceptions.t

[dpdk-dev] [PATCH] vdpa/mlx5: use master core Id for vhost thread

2020-07-27 Thread Xueming Li
With latest rte api, vdpa example failed on vq setup, the api to get event queue of specified core failed. The api to get event queue needs core id as input, but after commit 67ae5936c4fc36 ("eal: fix lcore accessors for non-EAL threads"), code of "vhost-event" thread to get current core returns -

[dpdk-dev] [v1] vdpa/mlx5: use control core Id for vhost thread

2020-07-27 Thread Xueming Li
With latest rte api, vdpa example failed on vq setup, the api to get event queue of specified core failed. The api to get event queue needs core id as input, but after commit 67ae5936c4fc36 ("eal: fix lcore accessors for non-EAL threads"), code of "vhost-event" thread to get current core returns -

Re: [dpdk-dev] [RFC v2 0/3] add rx buffer size for rte_eth_rxq_info

2020-07-27 Thread Chengchang Tang
Friendly ping On 2020/7/22 14:38, Chengchang Tang wrote: > In common practice, PMD configure the rx buffer size which indicate the > buffer length could be used for hw in receiving packts according to the > data room size of the object in mempool. But in fact the final value is > related to the sp

Re: [dpdk-dev] [PATCH 0/3] Add AES-GCM and cipher only offload support

2020-07-27 Thread Nagadheeraj Rottela
> -Original Message- > From: Akhil Goyal > Sent: Monday, July 27, 2020 12:28 AM > To: Nagadheeraj Rottela > Cc: dev@dpdk.org; Srikanth Jampala > Subject: [EXT] RE: [PATCH 0/3] Add AES-GCM and cipher only offload support > > External Email > > ---

[dpdk-dev] [PATCH] net/virtio-user: fix virtio net status management

2020-07-27 Thread Xiao Wang
Apart from the virtio status, there should be also a network related status for link status management, current implementation mixes up these two statuses. One issue caused by this mixup is when virtio-user running in server mode and vhost as a client connects to it, a RARP packet will be generate

<    1   2