Re: [dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-08 Thread Ye Xiaolong
On 09/08, Simei Su wrote: >This patch supports the following features: > (1)inner header hash for tunnel packets, including comms package. > (2)symmetric hash by rte_flow RSS action. > (3)input set change by rte_flow RSS action. > >This patch depends on the following patches on patchwork: > (1)

Re: [dpdk-dev] [PATCH] net/ixgbe: add security statistics

2019-09-08 Thread Ananyev, Konstantin
Hi Radu, > > Update IXGBE PMD with support for IPsec statistics. The proposed approach - have a new hash table per device, plus parse each packet on RX and TX and do hash lookup seems way too heavy to put it into PMD. Wonder why we need to do that? If HW doesn't provide such statistic info, w

Re: [dpdk-dev] [PATCH 4/4] net/ice: rework switch filter

2019-09-08 Thread Ye Xiaolong
On 09/04, Ying Wang wrote: [snip] >+ >+static void >+ice_free_switch_filter_rule(struct rte_flow *flow) >+{ >+ struct ice_rule_query_data *filter_ptr; >+ >+ filter_ptr = (struct ice_rule_query_data *) >+ flow->rule; >+ >+ rte_free(filter_ptr); What about directly call r

Re: [dpdk-dev] [PATCH 2/4] net/ice: rework for generic flow enabling

2019-09-08 Thread Ye Xiaolong
On 09/04, Ying Wang wrote: >The patch reworks the generic flow API (rte_flow) implementation. >It introduces an abstract layer which provides a unified interface >for low-level filter engine (switch, fdir, hash) to register supported >patterns and actions and implement flow validate/create/destroy/

Re: [dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd

2019-09-08 Thread Stephen Hemminger
On Fri, 6 Sep 2019 18:26:13 +0800 Ruifeng Wang wrote: > Lock-free mode is supported by hash library and LPM library. > Now we add an option for l3fwd example to enable the lock-free mode. > Necessary preparation steps are added to use lock-free LPM mode. If lock-free mode works it should just d

Re: [dpdk-dev] [PATCH v2 2/6] lib/ring: add template to support different element sizes

2019-09-08 Thread Stephen Hemminger
On Fri, 6 Sep 2019 14:05:06 -0500 Honnappa Nagarahalli wrote: > Add templates to support creating ring APIs with different > ring element sizes. > > Signed-off-by: Honnappa Nagarahalli > Reviewed-by: Dharmik Thakkar > Reviewed-by: Gavin Hu > Reviewed-by: Ruifeng Wang Understand the desire

[dpdk-dev] [PATCH 2/7] doc/rcu: correct the limitation on number of threads

2019-09-08 Thread Honnappa Nagarahalli
There is no limitation of 1024 reader threads. Fixes: 64994b56cfd7 ("rcu: add RCU library supporting QSBR mechanism") Cc: sta...@dpdk.org Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ruifeng Wang Reviewed-by: Gavin Hu --- doc/guides/prog_guide/rcu_lib.rst | 3 +-- 1 file changed, 1 insert

[dpdk-dev] [PATCH 3/7] doc/rcu: add information about storing token and resource

2019-09-08 Thread Honnappa Nagarahalli
After calling rte_rcu_qsbr_start API, the token and the deleted resource need to be stored for subsequent query/free. Fixes: 64994b56cfd7 ("rcu: add RCU library supporting QSBR mechanism") Cc: sta...@dpdk.org Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu --- doc/guides/prog_guide/r

[dpdk-dev] [PATCH 1/7] doc/rcu: fix typos

2019-09-08 Thread Honnappa Nagarahalli
Fix typos. Fixes: 64994b56cfd7 ("rcu: add RCU library supporting QSBR mechanism") Cc: sta...@dpdk.org Signed-off-by: Honnappa Nagarahalli Reviewed-by: Ruifeng Wang Reviewed-by: Gavin Hu --- doc/guides/prog_guide/rcu_lib.rst | 24 1 file changed, 12 insertions(+), 12 d

[dpdk-dev] [PATCH 0/7] typo, doc, simple fixes and some optimizations

2019-09-08 Thread Honnappa Nagarahalli
Few typo fixes, some corrections to the documentation and simple fixes to the test cases. The last 2 commits contain simple optimizations with good amount of performance improvements. Honnappa Nagarahalli (7): doc/rcu: fix typos doc/rcu: correct the limitation on number of threads doc/rcu:

[dpdk-dev] [PATCH 6/7] lib/rcu: add least acknowledged token optimization

2019-09-08 Thread Honnappa Nagarahalli
When the rte_rcu_qsbr_check API is called, it is possible to calculate the least valued token acknowledged by all the readers. When the API is called next time, the readers' token counters do not need to be scanned if the value of the token being queried is less than the last least token acknowledg

[dpdk-dev] [PATCH 4/7] test/rcu: use size_t instead of int

2019-09-08 Thread Honnappa Nagarahalli
Variables used to store the return value of rte_rcu_qsbr_get_memsize in variables of type 'int'. The variables are of type 'size_t' now. Fixes: b87089b0bb19 ("test/rcu: add API and functional tests") Cc: sta...@dpdk.org Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu --- app/test/tes

[dpdk-dev] [PATCH 5/7] test/rcu: use correct nomenclature while printing results

2019-09-08 Thread Honnappa Nagarahalli
Use 'quiescent state updates' instead of just 'updates'. Signed-off-by: Honnappa Nagarahalli Reviewed-by: Gavin Hu --- app/test/test_rcu_qsbr_perf.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/app/test/test_rcu_qsbr_perf.c b/app/test/test_rcu_qsbr_perf.

[dpdk-dev] [PATCH 7/7] lib/rcu: update QS only when there are updates from writer

2019-09-08 Thread Honnappa Nagarahalli
When the writer is checking the quiescent state status, it is not deleting any entries in the data structure. This means, the readers do not need to update their quiescent state during that period. Readers update the quiescent state only when there are updates available from the writer. Signed-off

[dpdk-dev] [PATCH v3] net/i40e: validate all messages from VF

2019-09-08 Thread alvinx . zhang
From: Alvin Zhang If VF driver in VM continuous sending invalid messages by mailbox, it will waste CPU cycles on PF driver and impact other VF drivers configuration. I40E PF PMD can count the numbers of invalid and unsupported messages from VFs, when the counter of statistics from a VF exceed max

Re: [dpdk-dev] [PATCH 2/4] net/ice: rework for generic flow enabling

2019-09-08 Thread Wang, Ying A
Hi, Xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Saturday, September 7, 2019 12:13 AM > To: Wang, Ying A > Cc: Zhang, Qi Z ; Yang, Qiming > ; dev@dpdk.org; Zhao1, Wei > Subject: Re: [PATCH 2/4] net/ice: rework for generic flow enabling > > On 09/04, Ying Wang wrote: > >The

Re: [dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd

2019-09-08 Thread Ruifeng Wang (Arm Technology China)
Hi, > -Original Message- > From: Ananyev, Konstantin > Sent: Friday, September 6, 2019 18:35 > To: Ruifeng Wang (Arm Technology China) ; > Kantecki, Tomasz > Cc: dev@dpdk.org; Gavin Hu (Arm Technology China) ; > Honnappa Nagarahalli ; nd > Subject: RE: [dpdk-dev] [PATCH 0/2] add lock-fr

Re: [dpdk-dev] [PATCH 2/4] net/ice: rework for generic flow enabling

2019-09-08 Thread Wang, Ying A
Hi, Xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Sunday, September 8, 2019 11:56 PM > To: Wang, Ying A > Cc: Zhang, Qi Z ; Yang, Qiming > ; dev@dpdk.org; Zhao1, Wei > Subject: Re: [PATCH 2/4] net/ice: rework for generic flow enabling > > On 09/04, Ying Wang wrote: > >The p

[dpdk-dev] [RFC v2] net/i40e: enable multi-queue Rx interrupt for VF

2019-09-08 Thread lunyuan.cui
This patch enables VF to support multi-queue Rx interrupt. Current implementation is that only one Rx queue can support interrupt, because all queues are mapped in the same vector id in vfio_enable_msix(). So VF can not support multi-queue Rx interrupt in the interrupt mode. In this patch, if the

Re: [dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd

2019-09-08 Thread Ruifeng Wang (Arm Technology China)
> -Original Message- > From: Stephen Hemminger > Sent: Saturday, September 7, 2019 01:29 > To: Ruifeng Wang (Arm Technology China) > Cc: tomasz.kante...@intel.com; dev@dpdk.org; Gavin Hu (Arm Technology > China) ; Honnappa Nagarahalli > ; nd > Subject: Re: [dpdk-dev] [PATCH 0/2] add lock

Re: [dpdk-dev] [PATCH 4/4] net/ice: rework switch filter

2019-09-08 Thread Zhao1, Wei
Ok, Update in v2 > -Original Message- > From: Ye, Xiaolong > Sent: Sunday, September 8, 2019 8:04 PM > To: Wang, Ying A > Cc: Zhang, Qi Z ; Yang, Qiming > ; dev@dpdk.org; Zhao1, Wei > Subject: Re: [PATCH 4/4] net/ice: rework switch filter > > On 09/04, Ying Wang wrote: > [snip] > >+ > >

Re: [dpdk-dev] [PATCH v6 03/10] vhost: add the inflight structure

2019-09-08 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Saturday, September 7, 2019 12:46 AM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong ; Lin Li > ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v6 03/10] vhost: add the inf

Re: [dpdk-dev] [PATCH v6 04/10] vhost: add two new messages to support a shared buffer

2019-09-08 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Saturday, September 7, 2019 1:23 AM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong ; Lin Li > ; Xun Ni ; Yu Zhang > > Subject: Re: [PATCH v6 04/10] vhost: add two new

Re: [dpdk-dev] [PATCH 1/4] net/ice: add devargs to control pipeline mode

2019-09-08 Thread Yang, Qiming
> -Original Message- > From: Ye, Xiaolong > Sent: Wednesday, September 4, 2019 8:34 PM > To: Wang, Ying A > Cc: Zhang, Qi Z ; Yang, Qiming > ; dev@dpdk.org; Zhao1, Wei > > Subject: Re: [PATCH 1/4] net/ice: add devargs to control pipeline mode > > On 09/04, Ying Wang wrote: > >From: Qi

[dpdk-dev] [PATCH v4 3/4] raw/ntb: add enqueue and dequeue functions

2019-09-08 Thread Xiaoyun Li
Introduce enqueue and dequeue functions to support packet based processing. And enable write-combining for ntb driver since it can improve the performance a lot. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 28 drivers/raw/ntb/ntb.c | 242

[dpdk-dev] [PATCH v4 2/4] raw/ntb: add xstats support

2019-09-08 Thread Xiaoyun Li
Add xstats support for ntb rawdev. Support tx-packets, tx-bytes, tx-errors and rx-packets, rx-bytes, rx-missed. Signed-off-by: Xiaoyun Li --- drivers/raw/ntb/ntb.c | 133 -- drivers/raw/ntb/ntb.h | 11 2 files changed, 126 insertions(+), 18 deletions

[dpdk-dev] [PATCH v4 1/4] raw/ntb: setup ntb queue

2019-09-08 Thread Xiaoyun Li
Setup and init ntb txq and rxq. And negotiate queue information with the peer. If queue size and number of queues are not consistent on both sides, return error. Signed-off-by: Xiaoyun Li --- doc/guides/rawdevs/ntb.rst | 39 +- doc/guides/rel_notes/release_19_11.rst | 4 + drivers

[dpdk-dev] [PATCH v4 4/4] examples/ntb: support more functions for NTB

2019-09-08 Thread Xiaoyun Li
Support to transmit files between two systems. Support iofwd between one ethdev and NTB device. Support rxonly and txonly for NTB device. Support to set forwarding mode as file-trans, txonly, rxonly or iofwd. Support to show/clear port stats and throughput. Signed-off-by: Xiaoyun Li --- doc/guid

[dpdk-dev] [PATCH v4 0/4] enable FIFO for NTB

2019-09-08 Thread Xiaoyun Li
Enable FIFO for NTB rawdev driver to support packet based processing. And an example is provided to support txonly, rxonly, iofwd between NTB device and ethdev, and file transmission. Acked-by: Omkar Maslekar --- v4: * Fixed compile issues with 32-bit machine. * Fixed total xstats issue. v3:

Re: [dpdk-dev] [PATCH v6 00/10] vhost: support inflight share memory protocol feature

2019-09-08 Thread Yu, Jin
> -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Saturday, September 7, 2019 12:36 AM > To: Yu, Jin ; dev@dpdk.org > Cc: Liu, Changpeng ; Bie, Tiwei > ; Wang, Zhihong > Subject: Re: [PATCH v6 00/10] vhost: support inflight share memory protocol > fea

[dpdk-dev] [PATCH v7] test/ring: ring perf test case enhancement

2019-09-08 Thread Joyce Kong
Run ring perf test on all available cores to really verify MPMC operations. The old way of running on a pair of cores is not enough for MPMC rings. Suggested-by: Gavin Hu Signed-off-by: Joyce Kong Reviewed-by: Ruifeng Wang Reviewed-by: Honnappa Nagarahalli Reviewed-by: Dharmik Thakkar Reviewe

[dpdk-dev] [PATCH v4] net/i40e: validate all messages from VF

2019-09-08 Thread alvinx . zhang
From: Alvin Zhang If VF driver in VM continuous sending invalid messages by mailbox, it will waste CPU cycles on PF driver and impact other VF drivers configuration. I40E PF PMD can count the numbers of invalid and unsupported messages from VFs, when the counter of statistics from a VF exceed max

Re: [dpdk-dev] [PATCH v1] net/ice: enable advanced RSS

2019-09-08 Thread Su, Simei
> -Original Message- > From: Ye, Xiaolong > Sent: Sunday, September 8, 2019 5:26 PM > To: Su, Simei > Cc: Zhang, Qi Z ; dev@dpdk.org > Subject: Re: [PATCH v1] net/ice: enable advanced RSS > > On 09/08, Simei Su wrote: > >This patch supports the following features: > > (1)inner header