> -Original Message-
> From: Harman Kalra
> Sent: Sunday, July 28, 2019 2:11 AM
> To: Jerin Jacob Kollanukkaran ; Nithin Kumar Dabilpuram
> ; Vamsi Krishna Attunuru
> ; Kiran Kumar Kokkilagadda
>
> Cc: dev@dpdk.org; Harman Kalra
> Subject: [PATCH v2 2/2] net/octeontx2: support read clock
A huge drop in per core MPPS value was observed when PTP stack is
enabled. The reason behind the bottleneck is HW serialises the
transfer of all SQEs, which seeks timestamp capture, on the same
send DMA path. Hence only those packets which requires timestamp
capture should set SETTSTAMP in send mem
This patch implements read clock api whose purpose is to return
raw clock ticks. Using this API real time ticks spent in
processing a packet can be known:
- mbuf->timestamp
Calling mbox for reading raw clock ticks in fastpath is very
expensive so its value is derived from time stamp counter(t
> -Original Message-
> From: Nithin Kumar Dabilpuram
> Sent: Saturday, July 27, 2019 7:17 PM
> To: Sunil Kumar Kori ; Jerin Jacob Kollanukkaran
> ; Kiran Kumar Kokkilagadda
>
> Cc: dev@dpdk.org
> Subject: Re: [EXT] [dpdk-dev] [PATCH v2 1/1] net/octeontx2: fix handling
> indirect mbufs dur
> -Original Message-
> From: Harman Kalra
> Sent: Saturday, July 27, 2019 7:26 PM
> To: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; Kiran Kumar Kokkilagadda
>
> Cc: dev@dpdk.org; Harman Kalra
> Subject: [PATCH v2] net/octeontx2: fix PTP enable via Rx ofload flags
>
> Earlier
> -Original Message-
> From: Harman Kalra
> Sent: Sunday, July 28, 2019 2:40 PM
> To: Pavan Nikhilesh Bhagavatula ; Jerin Jacob
> Kollanukkaran ; Nithin Kumar Dabilpuram
> ; Kiran Kumar Kokkilagadda
>
> Cc: dev@dpdk.org; Harman Kalra
> Subject: [PATCH v3 1/2] net/octeontx2: fix ptp perfo
> -Original Message-
> From: kirankum...@marvell.com
> Sent: Friday, July 26, 2019 2:33 PM
> To: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; Kiran Kumar Kokkilagadda
> ; John McNamara
> ; Marko Kovacevic
>
> Cc: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] net/octeontx2: add gre
> -Original Message-
> From: pbhagavat...@marvell.com
> Sent: Wednesday, July 24, 2019 5:37 PM
> To: Jerin Jacob Kollanukkaran ; Pavan Nikhilesh
> Bhagavatula
> Cc: dev@dpdk.org
> Subject: [dpdk-dev][PATCH v2] event/octeontx2: fix NULL dereference
>
> From: Pavan Nikhilesh
>
> Fix NULL
25/07/2019 10:42, David Marchand:
> > > > 24/07/2019 17:20, Sean Morrissey:
> > > > > This reverts commit debacba0297fbe214b4185a9791e6a9fdf6642ba.
> > > > >
> > > > > Reverting this patch as it currently breaks the initialization of
> > > > > telemetry, more investigation is ongoing to fix the is
> -Original Message-
> From: Ye, Xiaolong
> Sent: Saturday, July 27, 2019 11:31 AM
> To: Wang, Ying A
> Cc: Zhang, Qi Z ; dev@dpdk.org; Yang, Qiming
> ; sta...@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v2] net/ice: fix LLDP forward
>
> On 07/26, Wang Ying A wrote:
> >The patch fix the
From: Simei Su
Make it easier to represent to define macro values as (1ULL << ###).
This RFC reserves several bits as input set selection from bottom
of the 64 bits. The flow type is combined with input set to
represent rss types.
for example:
ETH_RSS_IPV4 | ETH_RSS_INSET_L3_SRC: hash on sr
From: Wenjie Li
Add tested Intel platforms with Intel NICs to v19.08 release note.
Signed-off-by: Wenjie Li
---
doc/guides/rel_notes/release_19_08.rst | 84 ++
1 file changed, 84 insertions(+)
diff --git a/doc/guides/rel_notes/release_19_08.rst
b/doc/guides/rel_notes/
Update supported Intel NIC driver version and firmware version
---
doc/guides/nics/i40e.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index a97484cb9..0884e1554 100644
--- a/doc/guides/nics/i40e.rst
+++ b/doc/guides/nics/i40e.rst
@@ -
Update supported Intel NIC driver version and firmware version
Signed-off-by: Chen, Zhaoyan
---
doc/guides/nics/i40e.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/guides/nics/i40e.rst b/doc/guides/nics/i40e.rst
index a97484cb9..0884e1554 100644
--- a/doc/guides/nics/i40e.rst
+++
The patch fix the issue that lldp packet can't be forwarded to host.
Fixes: 59d151de6673 ("net/ice: stop LLDP by default")
Cc: sta...@dpdk.org
Signed-off-by: Wang Ying A
---
---
V2: Remove redundant macro definiton and rewrite
ice_vsi_config_sw_lldp function.
v3: Fix improper memory free iss
From: Wenjie Li
Add tested Intel platforms with Intel NICs to v19.08 release note.
Signed-off-by: Wenjie Li
---
doc/guides/rel_notes/release_19_08.rst | 84 ++
1 file changed, 84 insertions(+)
diff --git a/doc/guides/rel_notes/release_19_08.rst
b/doc/guides/rel_notes/
Hi,
> -Original Message-
> From: Andrew Rybchenko
> Sent: Wednesday, July 24, 2019 12:58 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> olivier.m...@6wind.com; ferruh.yi...@intel.com; anatoly.bura...@intel.com;
> Kiran Kumar Kokkila
17 matches
Mail list logo