Re: [dpdk-dev] 17.11.7-rc1 (LTS) patches review and test

2019-08-18 Thread Pei Zhang
Hi Yongseok, The testing looks good in my testing with 17.11.7-rc1. All get PASS. Testing scenarios: (1)Guest with device assignment(PF) throughput testing(1G hugepage size): PASS (2)Guest with device assignment(PF) throughput testing(2M hugepage size): PASS (3)Guest with device assignment(VF) th

Re: [dpdk-dev] [RFC PATCH v1] regexdev: introduce regexdev subsystem

2019-08-18 Thread Jerin Jacob Kollanukkaran
Reply to Xiang's queries in main thread: Hi all, Some questions regarding APIs. Could you please give more insights? 1) rte_regex_ops a) rsp_flags These two flags RTE_REGEX_OPS_RSP_PMI_SOJ_F and RTE_REGEX_OPS_RSP_PMI_EOJ_F are used for cross buffer scan. RTE_REGEX_OPS_RSP_PMI_

Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a offload

2019-08-18 Thread Shahaf Shuler
> -Original Message- > From: Andrew Rybchenko > Sent: Sunday, August 18, 2019 10:01 AM > To: Shahaf Shuler ; pbhagavat...@marvell.com; > jer...@marvell.com; ferruh.yi...@intel.com; John McNamara > ; Marko Kovacevic > ; Thomas Monjalon > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH

Re: [dpdk-dev] [EXT] Re: [PATCH 3/7] ethdev: add flow action type update as an offload

2019-08-18 Thread Andrew Rybchenko
On 8/17/19 5:23 PM, Pavan Nikhilesh Bhagavatula wrote: enable/disable PMDs write to `rte_mbuf::hash::fdir::hi`. Notes similar to RSS hash. It requires better motivation why. It lets Rx queue know that it will be used as flow action MARK target and the queue should be configured to deliver the m

[dpdk-dev] [PATCH] ethdev: fix doc reference to FDIR disabled mode

2019-08-18 Thread Andrew Rybchenko
There is no RTE_FDIR_DISABLE. The right name is RTE_FDIR_MODE_NONE. Fixes: af75078fece3 ("first public release") Cc: sta...@dpdk.org Signed-off-by: Andrew Rybchenko --- lib/librte_ethdev/rte_ethdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_ethdev/rte_ethde

Re: [dpdk-dev] [PATCH 3/7] ethdev: add flow action type update as an offload

2019-08-18 Thread Andrew Rybchenko
On 8/18/19 9:20 AM, Shahaf Shuler wrote: Sunday, August 18, 2019 8:57 AM, Andrew Rybchenko: Subject: Re: [dpdk-dev] [PATCH 3/7] ethdev: add flow action type update as an offload On 8/18/19 7:59 AM, Shahaf Shuler wrote: Friday, August 16, 2019 11:05 AM, Andrew Rybchenko: ; Thomas Monjalon C

Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a offload

2019-08-18 Thread Andrew Rybchenko
On 8/18/19 9:18 AM, Shahaf Shuler wrote: Sunday, August 18, 2019 8:39 AM, Andrew Rybchenko: ; Thomas Monjalon Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 2/7] ethdev: add mbuf RSS update as a offload On 8/18/19 7:52 AM, Shahaf Shuler wrote: Friday, August 16, 2019 10:48 AM, Andrew Rybchen