Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-11-02 Thread Thomas Monjalon
> > From: Guy Kaneti > > > > configure qp with OOS according to device capabilities > > returned from rte_regexdev_info_get. > > > > Signed-off-by: Guy Kaneti > > Acked-by: Ori Kam Applied, thanks

Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-10-22 Thread Guy Kaneti
12:14 PM > > To: g...@marvell.com > > Cc: NBU-Contact-Thomas Monjalon ; > > smad...@marvell.com; dov...@marvell.com; dev@dpdk.org > > Subject: Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according > > to device capabilities > > > > > > Hi Guy, > &

Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-10-22 Thread Ophir Munk
Please ignore. Now I notice it in a follow up commit. http://patches.dpdk.org/patch/81673/ > -Original Message- > From: Ophir Munk > Sent: Thursday, October 22, 2020 1:53 PM > To: Ori Kam ; g...@marvell.com > Cc: NBU-Contact-Thomas Monjalon ; > smad...@marvell.com; dov...@marvell.com; dev

Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-10-22 Thread Ophir Munk
@marvell.com > Cc: NBU-Contact-Thomas Monjalon ; > smad...@marvell.com; dov...@marvell.com; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to > device capabilities > > > Hi Guy, > > > -Original Message- > > From: g...@

Re: [dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-10-20 Thread Ori Kam
Hi Guy, > -Original Message- > From: g...@marvell.com > Sent: Tuesday, October 20, 2020 12:10 PM > Subject: [PATCH v1] app/regex: configure qp according to device capabilities > > From: Guy Kaneti > > configure qp with OOS according to device capabilities > returned from rte_regexdev

[dpdk-dev] [PATCH v1] app/regex: configure qp according to device capabilities

2020-10-20 Thread guyk
From: Guy Kaneti configure qp with OOS according to device capabilities returned from rte_regexdev_info_get. Signed-off-by: Guy Kaneti --- app/test-regex/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/test-regex/main.c b/app/test-regex/main.c index e6080b44b.