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)
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
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
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/
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
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
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
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
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
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:
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
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
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.
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
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
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
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
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
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
> -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
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]
> >+
> >
> -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
> -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
> -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
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
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
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
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
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:
> -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
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
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
> -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
33 matches
Mail list logo