From: Michael Baum
> The context of the device opens once in the common probe and closes with
> its removal.
>
> If the probe of one of the drivers fails, it releases its resources and then
> the
> common closes the context.
> But mistakenly in the compress probe, if ther isn't enough capabili
Hi Chandu,
Do we have an update on this?
Can we go ahead with this patch for now as it does not break anything else, but
fixes the problem.
DPDK will be working fine as is on the e3000.
This patch only adjusts the code for the v1000 and it works fine and there
isn't a difference in the approa
From: Michael Baum
The context of the device opens once in the common probe and closes with
its removal.
If the probe of one of the drivers fails, it releases its resources and
then the common closes the context.
But mistakenly in the compress probe, if there isn't enough capabilities
to support
[Public]
Hi Arsalan,
We have identified fix for this issue and will submit the patch for community
review asap.
Thanks,
Chandu
-Original Message-
From: Awan, Arsalan
Sent: Thursday, November 25, 2021 1:42 PM
To: Namburu, Chandu-babu ; dev@dpdk.org
Cc: Somalapuram, Amaranath ; Sebastia
Thanks, Chandu!
This will help a lot!
Regards,
Arsalan
From: Namburu, Chandu-babu
Sent: Thursday, November 25, 2021 1:23 PM
To: Awan, Arsalan; dev@dpdk.org
Cc: Somalapuram, Amaranath; Sebastian, Selwin; Giriyapura, Maheshwaramurthy
Subject: RE: [PATCH] ne
24/11/2021 23:02, michae...@nvidia.com:
> From: Michael Baum
>
> The common drivers_probe function calls in a loop to all probe functions
> for classes requested by the user. After it manages to probe them all,
> it updates this on the device in the "classes_loaded" field.
>
> If one of them fai
25/11/2021 07:16, michae...@nvidia.com:
> From: Michael Baum
>
> The mlx5_args function reads the devargs and checks if they are valid
> for this driver and if not it returns an error.
>
> This was normal behavior as long as all the devargs come to this driver,
> but since it is possible to run
23/11/2021 17:47, Jerin Jacob Kollanukkaran:
> The following changes since commit 0c6e27549c03695f85d949f5195a166b449b419c:
>
> version: 21.11-rc3 (2021-11-17 20:19:47 +0100)
>
> are available in the Git repository at:
>
> http://dpdk.org/git/next/dpdk-next-eventdev
>
> for you to fetch cha
22/10/2021 10:57, Ferruh Yigit:
> On 10/22/2021 8:19 AM, Aman Singh wrote:
> > For test-pmd adding Aman Singh
> >
> > Signed-off-by: Aman Singh
>
> Thanks Aman for volunteering.
>
> Acked-by: Ferruh Yigit
I'll take this opportunity to update the section title. v2 coming.
From: Aman Singh
Add Aman Singh as co-maintainer of testpmd.
Make the title description more accurate for this tool.
Signed-off-by: Aman Singh
Acked-by: Ferruh Yigit
Signed-off-by: Thomas Monjalon
---
v2: update the section title
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 d
> -Original Message-
> From: Trahe, Fiona
> Sent: Wednesday, October 6, 2021 5:26 PM
> To: dev@dpdk.org
> Cc: Trahe, Fiona ; Zhang, Roy Fan
> ; ashish.gu...@marvell.com
> Subject: [PATCH] MAINTAINERS: update entry for compressdev
>
> Replacing myself with Fan as compressdev API maintainer
> From: Michael Baum
>
> The context of the device opens once in the common probe and closes with
> its removal.
>
> If the probe of one of the drivers fails, it releases its resources and
> then the common closes the context.
> But mistakenly in the compress probe, if there isn't enough capabil
> Using RTE_MBUF_F_TX_TCP_SEG requires L4 length to be set.
> Fixes: a7f32947a316 ("examples/ipsec-secgw: support TCP TSO")
>
> Signed-off-by: Radu Nicolau
Acked-by: Akhil Goyal
> ---
Applied to dpdk-next-crypto
Thanks.
From: Thomas Monjalon
> 24/11/2021 23:02, michae...@nvidia.com:
> > From: Michael Baum
> >
> > The common drivers_probe function calls in a loop to all probe
> > functions for classes requested by the user. After it manages to probe
> > them all, it updates this on the device in the "classes_lo
From: Thomas Monjalon
> 25/11/2021 07:16, michae...@nvidia.com:
> > From: Michael Baum
> >
> > The mlx5_args function reads the devargs and checks if they are valid
> > for this driver and if not it returns an error.
> >
> > This was normal behavior as long as all the devargs come to this
> > d
22/10/2021 02:11, Jerin Jacob:
> On Wed, Oct 20, 2021 at 7:58 PM Andrew Rybchenko
> wrote:
> > On 10/20/21 5:26 PM, Bruce Richardson wrote:
> > > Since we allow line lengths of up to 100, and the CI checkpatches job
> > > only check for that amount, the rest of our tooling and docs should
> > > re
On Wed, Nov 24, 2021 at 9:30 PM Ori Kam wrote:
>
>
>
> > -Original Message-
> > From: Jerin Jacob
> > Sent: Wednesday, November 24, 2021 12:48 PM
> >
> > On Wed, Nov 24, 2021 at 3:01 PM Ori Kam wrote:
> > >
> > > Hi Jerin,
> > >
> > > > -Original Message-
> > > > From: Jerin Jaco
17/09/2021 13:03, Jerin Jacob:
> On Fri, Sep 17, 2021 at 4:32 PM Ashwin Sekhar T K wrote:
> >
> > Update word list with Marvell specific acronyms.
> >
> > CPT -> Cryptographic Accelerator Unit
> > CQ -> Completion Queue
> > LBK -> Loopback Interface Unit
> > LMT -> Large Atomic Store Unit
> >
10/11/2021 18:41, Ferruh Yigit:
> FD -> File Descriptor
> GUID-> Globally Unique Identifier
> Netlink -> Linux Netlink socket family
> PCIe-> Peripheral Component Interconnect Express
>
> Signed-off-by: Ferruh Yigit
Applied, thanks.
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was
introduced by [1]. This action provides an unified way
to perform various arithmetic and transfer operations over
packet network header fields and packet metadata.
[1] commit 641dbe4fb053
On Thu, Nov 25, 2021 at 5:23 PM Ferruh Yigit wrote:
>
> On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> > The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was
> > introduced by [1]. This action provides an unified way
> > to perform various arithmetic and transfer operations over
> > pack
From: Kumara Parameshwaran
When a tap device is hotplugged to primary process which in turn
adds the device to all secondary process, the secondary process
does a tap_mp_attach_queues, but the fds are are not populated in
the primary during the probe they are populated during the queue_setup,
add
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
@@ -3331,6 +3430,9 @@ struct rte_flow_action_set_tag {
};
/**
+ * @deprecated
+ * @see RTE_FLOW_ACTION_TYPE_MODIFY_FIELD
+ *
* @warning
* @b EXPERIMENTAL: this structure may change without prior notice
*
@@ -3355,6 +3457,9 @@ str
From: Kumara Parameshwaran
When a tap device is hotplugged to primary process which in turn
adds the device to all secondary process, the secondary process
does a tap_mp_attach_queues, but the fds are not populated in
the primary during the probe they are populated during the queue_setup,
added a
From: Kumara Parameshwaran
When a tap device is hotplugged to primary process which in turn
adds the device to all secondary process, the secondary process
does a tap_mp_attach_queues, but the fds are not populated in
the primary during the probe they are populated during the queue_setup,
added a
Hi
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, November 25, 2021 2:19 PM
> Subject: Re: [PATCH v3] ethdev: deprecate header fields and metadata flow
> actions
>
> On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> > @@ -3331,6 +3430,9 @@ struct rte_flow_action_set_tag
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
diff --git a/doc/guides/rel_notes/deprecation.rst
b/doc/guides/rel_notes/deprecation.rst
index 6d087c64ef..d04a606b7d 100644
--- a/doc/guides/rel_notes/deprecation.rst
+++ b/doc/guides/rel_notes/deprecation.rst
@@ -101,6 +101,20 @@ Deprecation N
On 11/25/2021 12:29 PM, Ori Kam wrote:
Hi
-Original Message-
From: Ferruh Yigit
Sent: Thursday, November 25, 2021 2:19 PM
Subject: Re: [PATCH v3] ethdev: deprecate header fields and metadata flow
actions
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
@@ -3331,6 +3430,9 @@ struct
25/11/2021 13:31, Ferruh Yigit:
> On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> > diff --git a/doc/guides/rel_notes/deprecation.rst
> > b/doc/guides/rel_notes/deprecation.rst
> > index 6d087c64ef..d04a606b7d 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_note
25/11/2021 12:53, Ferruh Yigit:
> On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> > The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was
> > introduced by [1]. This action provides an unified way
> > to perform various arithmetic and transfer operations over
> > packet network header field
RTE_MBUF_F_TX_OUTER_IP_CKSUM should not be set for IPv6 packets.
Fixes: a7f32947a316 ("examples/ipsec-secgw: support TCP TSO")
Signed-off-by: Radu Nicolau
---
examples/ipsec-secgw/ipsec_process.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/examples/ipsec-secgw/ipsec
Signed-off-by: Ferruh Yigit
---
Cc: John McNamara
The patch will need a rebase after v21.11, sending anyway to share the
roadmap early with community.
---
content/roadmap/_index.md | 10 ++
1 file changed, 10 insertions(+)
diff --git a/content/roadmap/_index.md b/content/roadmap/_index
On 11/25/2021 10:01 AM, Thomas Monjalon wrote:
From: Aman Singh
Add Aman Singh as co-maintainer of testpmd.
Make the title description more accurate for this tool.
Signed-off-by: Aman Singh
Acked-by: Ferruh Yigit
Signed-off-by: Thomas Monjalon
---
v2: update the section title
---
MAINTAI
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, November 25, 2021 13:54
> To: Andrew Rybchenko ; Ajit Khaparde
> ; Somnath Kotur
> ; Rahul Lakkireddy
> ; Slava Ovsiienko
> Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
> dev@dpdk.org
> Subject: Re: [PATCH v3] ethdev: deprecate h
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, November 25, 2021 2:47 PM
> To: Ori Kam ; Slava Ovsiienko
> Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; David
> Marchand
> ; Andrew Rybchenko ;
> dev@dpdk.org; Ray Kinsella
> Subject: Re: [PATCH v3] ethdev: deprecate header
Hi Jerin,
I think that we are not on the same page and I'm missing some critical info to
decide
on the best approch.
Can we please have a short meeting so you can explain to me about this feature?
I think it will be good if Thomas, Ferruh and Andrew could join.
Best,
Ori
> -Original Messa
> -Original Message-
> From: Thomas Monjalon
> Sent: Thursday, November 25, 2021 15:07
> To: Andrew Rybchenko ; Ajit Khaparde
> ; Somnath Kotur
> ; Rahul Lakkireddy
> ; Slava Ovsiienko ;
> Ferruh Yigit
> Cc: dev@dpdk.org; Ori Kam
> Subject: Re: [PATCH v3] ethdev: deprecate header fields
On 11/25/2021 1:06 PM, Thomas Monjalon wrote:
25/11/2021 12:53, Ferruh Yigit:
On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was
introduced by [1]. This action provides an unified way
to perform various arithmetic and transfer operations
On 11/25/2021 1:56 PM, Ori Kam wrote:
-Original Message-
From: Ferruh Yigit
Sent: Thursday, November 25, 2021 2:47 PM
To: Ori Kam ; Slava Ovsiienko
Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; David Marchand
; Andrew Rybchenko ;
dev@dpdk.org; Ray Kinsella
Subject: Re: [PATCH v3] eth
From: Elena Agostini
Remove unnecessary rte_gpu_wmb from rte_gpu_comm_populate_list_pkts.
It causes a performance degradation in case of NVIDIA GPU V100.
This change doesn't affect any functionality as the status resides
in CPU registered memory.
Fixes: c7ebd65c1372 ("gpudev: add communication
On 11/25/2021 2:13 PM, Slava Ovsiienko wrote:
-Original Message-
From: Thomas Monjalon
Sent: Thursday, November 25, 2021 15:07
To: Andrew Rybchenko ; Ajit Khaparde
; Somnath Kotur
; Rahul Lakkireddy
; Slava Ovsiienko ;
Ferruh Yigit
Cc: dev@dpdk.org; Ori Kam
Subject: Re: [PATCH v3] ethd
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, November 25, 2021 16:41
> To: Slava Ovsiienko ; NBU-Contact-Thomas
> Monjalon (EXTERNAL) ; Andrew Rybchenko
> ; Ajit Khaparde
> ; Somnath Kotur
> ; Rahul Lakkireddy
>
> Cc: dev@dpdk.org; Ori Kam
> Subject: Re: [PATCH v3] ethdev:
From: Elena Agostini
Remove all memory leaks in case of errors in
test-gpudev application.
Fixes: e818c4e2bf50 ("gpudev: add memory API")
Fixes: c7ebd65c1372 ("gpudev: add communication list")
Signed-off-by: Elena Agostini
---
app/test-gpudev/main.c | 17 -
1 file changed, 16
On 11/25/2021 1:56 PM, Slava Ovsiienko wrote:
-Original Message-
From: Ferruh Yigit
Sent: Thursday, November 25, 2021 13:54
To: Andrew Rybchenko ; Ajit Khaparde
; Somnath Kotur
; Rahul Lakkireddy
; Slava Ovsiienko
Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ;
dev@dpdk.org
Subject: Re: [P
25/11/2021 14:40, Ferruh Yigit:
> On 11/25/2021 10:01 AM, Thomas Monjalon wrote:
> > -Driver testing tool
> > +Networking features testing tool
>
> "Networking features" scope is a little wide.
> Not sure if "Networking features" or "Networking drivers" suits better,
> according previous title it
25/11/2021 16:14, Ferruh Yigit:
> On 11/25/2021 1:56 PM, Slava Ovsiienko wrote:
> > From: Ferruh Yigit
> >> On 11/24/2021 3:37 PM, Viacheslav Ovsiienko wrote:
> >>> The generic RTE_FLOW_ACTION_TYPE_MODIFY_FIELD action was
> >> introduced by
> >>> [1]. This action provides an unified way to perform
On 11/25/2021 3:20 PM, Thomas Monjalon wrote:
25/11/2021 14:40, Ferruh Yigit:
On 11/25/2021 10:01 AM, Thomas Monjalon wrote:
-Driver testing tool
+Networking features testing tool
"Networking features" scope is a little wide.
Not sure if "Networking features" or "Networking drivers" suits bet
> Hi all,
>
> A new DPDK release candidate is ready for testing:
> https://git.dpdk.org/dpdk/tag/?id=v21.11-rc4
>
> There are 46 new patches in this snapshot, for last critical fixes and
> some documentation updates.
>
> Release notes:
> https://doc.dpdk.org/guides/rel_notes/rele
On 11/25/2021 4:04 PM, Ferruh Yigit wrote:
On 11/25/2021 3:20 PM, Thomas Monjalon wrote:
25/11/2021 14:40, Ferruh Yigit:
On 11/25/2021 10:01 AM, Thomas Monjalon wrote:
-Driver testing tool
+Networking features testing tool
"Networking features" scope is a little wide.
Not sure if "Networking
On 11/15/2021 3:05 PM, Ferruh Yigit wrote:
On 11/15/2021 7:19 AM, Apeksha Gupta wrote:
This patch series introduce the enetfec driver, ENETFEC (Fast Ethernet
Controller) is a network poll mode driver for the inbuilt NIC found in
the NXP i.MX 8M Mini SoC.
An overview of the enetfec driver with p
25/11/2021 17:31, Ferruh Yigit:
> On 11/25/2021 4:04 PM, Ferruh Yigit wrote:
> > On 11/25/2021 3:20 PM, Thomas Monjalon wrote:
> >> 25/11/2021 14:40, Ferruh Yigit:
> >>> On 11/25/2021 10:01 AM, Thomas Monjalon wrote:
> -Driver testing tool
> +Networking features testing tool
> >>>
> >>> "
On 11/23/2021 8:47 AM, Aman Singh wrote:
The cocci script is to help add prefix 'RTE_ETH' namespace to enum
& macro of ethdev library. It helps in automating these changes for
applications. The script won't make changes in the code comment part.
Usage: spatch
Memory region (MR) was being looked up incorrectly
for the data address of an externally-attached mbuf.
A search was attempted for the mempool of the mbuf,
while mbuf data address does not belong to this mempool
in case of externally-attached mbuf.
Only attempt the search:
1) for not externally-att
> -Original Message-
> From: Yu, DapengX
> Sent: Wednesday, November 24, 2021 16:12
> To: Yang, Qiming ; Zhang, Qi Z
> Cc: dev@dpdk.org; Wang, Haiyue ; Yu, DapengX
> ;
> sta...@dpdk.org
> Subject: [PATCH v2] net/ice: track the DCF state of PF
>
> From: Dapeng Yu
>
> When VF is reset,
From: Kumara Parameshwaran
When a tap device is hotplugged to primary process which in turn
adds the device to all secondary process, the secondary process
does a tap_mp_attach_queues, but the fds are not populated in
the primary during the probe they are populated during the queue_setup,
added a
On Thu, Nov 25, 2021 at 7:32 PM Ori Kam wrote:
>
> Hi Jerin,
>
> I think that we are not on the same page and I'm missing some critical info
> to decide
> on the best approch.
>
> Can we please have a short meeting so you can explain to me about this
> feature?
>
> I think it will be good if Tho
56 matches
Mail list logo