>
>ZjQcmQRYFpfptBannerEnd
>On 2025/7/16 18:59, Vamsi Krishna Attunuru wrote:
>>
>>>
>>> Thanks for the explanation.
>>>
>>> Let me tell you what I understand:
>>> 1\ Two dmadev (must belong to the same DMA controller?) each
>>&
A_OP_FLAG_DST_INTER_OS_DOMAIN_HANDLE
>4\ Reserved 32bit from flag parameter (which all enqueue API both supports)
>as the src and dst handle.
> or only reserved 16bit from flag parameter if we restrict don't support 3rd
>transfer.
Yes, the above approach seems acceptable to
>ZjQcmQRYFpfptBannerEnd
>On Wed, Jul 31, 2024 at 06:06:33PM +0200, Thomas Monjalon wrote:
>> 31/07/2024 13:01, Thomas Monjalon:
>> > 30/07/2024 19:27, Jerin Jacob:
>> > > On Tue, Jul 30, 2024 at 8:25 PM Amit Prakash Shukla
>> > > wrote:
>> > > >
>> > > > A new flag RTE_DMA_CAPA_QOS will be introdu
y, a secure
token mechanism (similar to vfio-pci token) can be implemented to validate any
dmadev attempting to join the access group.
Regards.
From: fengchengwen
Sent: Tuesday, July 15, 2025 6:29 AM
To: Vamsi Krishna Attunuru ; dev@dpdk.org; Pavan
Nikhilesh Bhagavatula ; kevin.la...@intel
capability support in dmadev
Hi Vamsi, Could you please tell us more about usecases for this feature?
Thanks! On 7/10/2025 9: 51 AM, Vamsi Krishna wrote: > From: Vamsi Attunuru
> > Modern DMA hardware supports data transfer between
ZjQcmQRYFpfptBannerStart
Prioritize security for
Hi Feng,
Kindly review below.
Regards
Vamsi
>-Original Message-
>From: Vamsi Krishna Attunuru
>Sent: Friday, July 11, 2025 8:35 PM
>To: Vamsi Krishna Attunuru ; dev@dpdk.org;
>fengcheng...@huawei.com; Pavan Nikhilesh Bhagavatula
>; kevin.la...@intel.com;
>bruce.ri
From: Vamsi Attunuru
Currently the device start routine clears the TX doorbell and
updates RX doorbell, which causes the device start operation
to fail after a device stop.
Patch corrects the handling of RX & TX doorbell and ensures
that any pending packets in the RX queue are drained and gets
r
From: Vamsi Attunuru
Buffer refill routine uses mempool API instead of pktmbuf
alloc to avoid mbuf reset. Patch uses rearm to update the
mbuf fields. Also it removes redundant refill count update.
Fixes: 35dee56cee00 ("net/octeon_ep: add new fastpath routines")
Cc: sta...@dpdk.org
Signed-off-by
From: Vamsi Attunuru
Patch checks the return value of interrupt enable
and returns gracefully if file handler is not available.
Cc: sta...@dpdk.org
Signed-off-by: Vamsi Attunuru
---
drivers/net/octeon_ep/otx_ep_mbox.c | 8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/
Hi,
Gentle ping for reviews.
>-Original Message-
>From: Vamsi Krishna
>Sent: Thursday, July 10, 2025 2:21 PM
>To: dev@dpdk.org; fengcheng...@huawei.com; Pavan Nikhilesh
>Bhagavatula ; kevin.la...@intel.com;
>bruce.richard...@intel.com; m...@smartsharesystems.com
>
From: Vamsi Attunuru
Modern DMA hardware supports data transfer between multiple
DMA devices, enabling data communication across isolated domains or
containers. To facilitate this, the ``dmadev`` library requires changes
to allow devices to register with or unregisters from DMA groups for
inter-d
From: Vidya Sagar Velumuri
Fix the buffer refill for SDP output queue
Fixes: ab09499e809c ("net/octeon_ep: add SSE Rx")
Signed-off-by: Vidya Sagar Velumuri
Acked-by: Vamsi Krishna Attunuru
---
drivers/net/octeon_ep/cnxk_ep_rx.h | 7 +++
1 file changed, 3 insertions(+), 4
From: Vamsi Attunuru
Adds code changes to maintain pending count per hw dma channel
instead of per vchan. This enables ringing dbell for exact number
of dma commands present in the DPI queue.
Signed-off-by: Vamsi Attunuru
---
drivers/dma/cnxk/cnxk_dmadev.c| 17 +++
drivers/dma/cnxk/cnx
>-Original Message-
>From: Andre Muezerie
>Sent: Saturday, December 28, 2024 6:53 AM
>To: andre...@linux.microsoft.com
>Cc: bruce.richard...@intel.com; dev@dpdk.org;
>konstantin.v.anan...@yandex.ru; Vamsi Krishna Attunuru
>
>Subject: [EXTERNAL] [PATCH v2] drive
From: Vamsi Attunuru
Increase vchan count to 128 to enable the DPDK applications
to leverage the max number the vchan instances.
Signed-off-by: Vamsi Attunuru
---
drivers/dma/cnxk/cnxk_dmadev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/dma/cnxk/cnxk_dmadev.h b
From: Vamsi Attunuru
In the existing DPI mailbox structure, one of the fields
spans a 64-bit boundary, making it appear unusual and
complicatng extraction using bit operations.
Patch enlarges csize fields to ensure that mailbox fields
are correctly positioned.
Fixes: b6e395692b6d ("common/cnxk:
From: Vamsi Attunuru
Allow configuration of DPI DMA queue priority through
mailbox request.
Signed-off-by: Vamsi Attunuru
---
V3 changes:
* Updated release notes.
V2 changes:
* Rebased to tot.
v1 changes:
* Addressed v0 comments.
doc/guides/rel_notes/release_24_11.rst | 4
drivers/comm
From: Vamsi Attunuru
Allow configuration of DPI DMA queue priority through
mailbox request.
Signed-off-by: Vamsi Attunuru
---
V2 changes:
* Rebased to tot.
v1 changes:
* Addressed v0 comments.
drivers/common/cnxk/roc_dpi.c | 2 ++
drivers/common/cnxk/roc_dpi.h | 1 +
drivers/common
From: Vamsi Attunuru
In the changeset 304ba46be396, a goto statement was
mistakenly added after a return statement. This patch
corrects the code by removing the erroneous return.
Coverity issue: 445484
Fixes: 304ba46be396 ("net/octeon_ep: handle device removal on probe")
Signed-off-by: Vamsi At
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority
level for the DMA channels, allowing for the prioritization
of DMA command execution based on channel importance.
This patch supports such strict priority configuration. If the
dmadev supports, it should advertise
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority
level for the DMA channels, allowing for the prioritization
of DMA command execution based on channel importance.
This patch supports such strict priority configuration. If the
dmadev supports, it should advertise
Thank you, Feng, for reviewing the patch. I agree with the comments that are
suggested, will rework, and send next version.
Regards
Vamsi
>-Original Message-
>From: fengchengwen
>Sent: Tuesday, October 8, 2024 8:07 AM
>To: Vamsi Krishna Attunuru ;
>tho...@monjalon.net
From: Vamsi Attunuru
Allow configuration of DPI DMA queue priority through
mailbox request.
Signed-off-by: Vamsi Attunuru
---
Depends-on: patch-144960 ("dmadev: support priority configuration")
v1 changes:
* Addressed v0 comments.
drivers/common/cnxk/roc_dpi.c | 2 ++
drivers/common/cnx
>-Original Message-
>From: Jerin Jacob
>Sent: Thursday, October 3, 2024 7:26 PM
>To: Vamsi Krishna Attunuru
>Cc: fengcheng...@huawei.com; dev@dpdk.org; tho...@monjalon.net;
>kevin.la...@intel.com; bruce.richard...@intel.com; Jerin Jacob
>
>Subject: [EXTERNAL
>-Original Message-
>From: Anoob Joseph
>Sent: Thursday, October 3, 2024 7:59 PM
>To: Vamsi Krishna Attunuru ;
>tho...@monjalon.net; fengcheng...@huawei.com;
>bruce.richard...@intel.com; m...@smartsharesystems.com
>Cc: dev@dpdk.org; kevin.la...@intel.com; Je
From: Vamsi Attunuru
Allow configuration of dpi dma queue priority through dpi
dev open mbox request.
Signed-off-by: Vamsi Attunuru
---
Depends-on: patch-144960 ("dmadev: support priority configuration")
drivers/common/cnxk/roc_dpi.c | 2 ++
drivers/common/cnxk/roc_dpi.h | 1 +
driv
Hi Feng,
Could you review V4 and let me know if it’s ready to be acked or if any changes
are needed.
Regards
Vamsi
From: Vamsi Krishna Attunuru
Sent: Thursday, October 3, 2024 6:46 PM
To: Anoob Joseph ; tho...@monjalon.net;
fengcheng...@huawei.com; bruce.richard...@intel.com; m
From: Vamsi Attunuru
Allow configuration of dpi dma queue priority through dpi
dev open mbox request.
Signed-off-by: Vamsi Attunuru
---
Depends-on: patch-144960 ("dmadev: support priority configuration")
drivers/common/cnxk/roc_dpi.c | 2 ++
drivers/common/cnxk/roc_dpi.h | 1 +
driv
>-Original Message-
>From: Anoob Joseph
>Sent: Thursday, October 3, 2024 6:37 PM
>To: Vamsi Krishna Attunuru ;
>tho...@monjalon.net; fengcheng...@huawei.com;
>bruce.richard...@intel.com; m...@smartsharesystems.com
>Cc: dev@dpdk.org; kevin.la...@intel.com; Je
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority level
for the hardware command queues, allowing for the prioritization of
DMA command execution based on queue importance.
This patch introduces the necessary fields in the dmadev structures to
retrieve information
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority level
for the hardware command queues, allowing for the prioritization of
DMA command execution based on queue importance.
This patch introduces the necessary fields in the dmadev structures to
retrieve information
From: Vamsi Attunuru
Adds an event callback to catch any device removal
event occurred during driver probe. This callback helps
in terminating the execution if there is any device removal
event during the driver probe.
Also moved global register configuration into dev_configure()
routine and als
From: Vamsi Attunuru
Adds an event callback to catch any device removal
event occurred during driver probe. This callback helps
in terminating the execution if there is any device removal
event during the driver probe.
Also moved global register configuration into dev_configure()
routine and als
>-Original Message-
>From: Jerin Jacob
>Sent: Thursday, September 19, 2024 11:49 PM
>To: Vamsi Krishna Attunuru
>Cc: dev@dpdk.org; Jerin Jacob
>Subject: [EXTERNAL] Re: [PATCH] net/octeon_ep: add device removal event
>callback
>
>On Tue, Aug 27, 2024 at 11:
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority level
for the hardware command queues, allowing for the prioritization of
DMA command execution based on queue importance.
This patch introduces the necessary fields in the dmadev structures to
retrieve information
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority level
for the hardware command queues, allowing for the prioritization of
DMA command execution based on queue importance.
This patch introduces the necessary fields in the dmadev structures to
retrieve information
>-Original Message-
>From: fengchengwen
>Sent: Saturday, September 14, 2024 3:12 PM
>To: Vamsi Krishna Attunuru ;
>tho...@monjalon.net; bruce.richard...@intel.com;
>m...@smartsharesystems.com
>Cc: dev@dpdk.org; kevin.la...@intel.com; Jerin Jacob ;
>conor.wa...
From: Vamsi Attunuru
Some DMA controllers offer the ability to configure priority level
for the hardware command queues, allowing for the prioritization of
DMA command execution based on queue importance.
This patch introduces the necessary fields in the dmadev structures to
retrieve information
From: Vamsi Attunuru
Patch adds an event callback to catch any device removal
event occurred during driver probe. This callback helps
in terminating the execution if there is any device removal
event during the driver probe.
Patch also moves global register configuration into dev_configure()
rou
>-Original Message-
>From: Morten Brørup
>Sent: Monday, July 29, 2024 7:23 PM
>To: Bruce Richardson
>Cc: Vamsi Krishna Attunuru ;
>fengcheng...@huawei.com; dev@dpdk.org; kevin.la...@intel.com; Jerin
>Jacob ; Anoob Joseph
>Subject: [EXTERNAL] RE: [RFC] dm
> -Original Message-
> From: pbhagavat...@marvell.com
> Sent: Saturday, April 6, 2024 3:43 PM
> To: Jerin Jacob ; Vamsi Krishna Attunuru
> ; Pavan Nikhilesh Bhagavatula
> ; Shijith Thotton
> Cc: dev@dpdk.org
> Subject: [PATCH 2/2] dma/cnxk: remove completi
Acked-by: Vamsi Krishna Attunuru
> -Original Message-
> From: Amit Prakash Shukla
> Sent: Friday, September 29, 2023 7:19 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Amit
> Prakash Shukla
> Subject: [PATCH] doc: add cnxk dmad
> -Original Message-
> From: Amit Prakash Shukla
> Sent: Wednesday, October 18, 2023 12:24 AM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ;
> fengcheng...@huawei.com; kevin.la...@intel.com;
> bruce.richard...@intel.com; conor.
Hi Thomas,
This series is acked by node maintainer. Please consider merging.
> -Original Message-
> From: Vamsi Attunuru
> Sent: Friday, June 2, 2023 9:52 PM
> To: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran
>
> Cc: Vamsi Krishna Attunuru ; Nithin
> -Original Message-
> From: Jerin Jacob
> Sent: Tuesday, May 30, 2023 1:05 PM
> To: Vamsi Krishna Attunuru
> Cc: Yan, Zhirun ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> Nithin Kumar Dabilpuram ; Liang, Cunming
> ; Wang, Haiyue ; Sunil
> -Original Message-
> From: Jerin Jacob
> Sent: Monday, May 29, 2023 11:10 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin
> Kumar Dabilpuram
> Subject: [EXT] Re: [PATCH 2/4] node: add a node to receive pkts from kerne
> -Original Message-
> From: Jerin Jacob
> Sent: Monday, May 29, 2023 11:00 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Nithin
> Kumar Dabilpuram
> Subject: [EXT] Re: [PATCH 1/4] node: add pkt punt to kernel nod
> -Original Message-
> From: Nithin Dabilpuram
> Sent: Tuesday, May 30, 2023 1:47 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran
> ; Nithin Kumar Dabilpuram
>
> Subject: [EXT] Re: [PATCH v2 1/4] node: add
Thanks Yan for the review comments.
> -Original Message-
> From: Yan, Zhirun
> Sent: Friday, May 12, 2023 4:38 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran
> Cc: Nithin Kumar Dabilpuram ; Liang, Cunming
> ; Wang, H
> -Original Message-
> From: Sunil Kumar Kori
> Sent: Tuesday, May 9, 2023 2:24 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran
> Cc: Nithin Kumar Dabilpuram
> Subject: RE: [EXT] [PATCH v2 4/4] app: add
> -Original Message-
> From: Sunil Kumar Kori
> Sent: Tuesday, May 9, 2023 8:04 AM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran
> Cc: Vamsi Krishna Attunuru ; Nithin Kumar
> Dabilpuram
> Subject: RE: [EXT]
> -Original Message-
> From: David Marchand
> Sent: Monday, March 20, 2023 6:31 PM
> To: Ferruh Yigit ; Vamsi Krishna Attunuru
> ; Kiran Kumar Kokkilagadda
> ; Jerin Jacob Kollanukkaran
>
> Cc: dev@dpdk.org; Thomas Monjalon
> Subject: [EXT] Re: [PATCH] kn
Ping
From: Vamsi Krishna Attunuru
Sent: Tuesday, February 14, 2023 2:22 PM
To: or...@nvidia.com; dev@dpdk.org
Subject: DPDK rte flow raw encap & decap actions
Hi Ori Kam & dpdk dev team,
For the below rte flow action types, the description sounds a bit confusing to
me. Description
Hi Ori Kam & dpdk dev team,
For the below rte flow action types, the description sounds a bit confusing to
me. Description says the data must start with ETH header up to the tunnel item.
But the next following statement(that describes MPLSoGRE example) mentions data
just holds layer 2 header. S
> -Original Message-
> From: Ferruh Yigit
> Sent: Wednesday, April 20, 2022 11:46 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org;
> Anoob Joseph ; Konstantin Ananyev
>
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; Akhil Goyal
>
> Subject
Ping..
> -Original Message-
> From: Vamsi Attunuru
> Sent: Thursday, March 17, 2022 1:28 PM
> To: dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; Akhil Goyal
> ; Vamsi Krishna Attunuru
> Subject: [PATCH 1/1] ethdev: add packet expiry
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 4, 2022 6:44 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; yux.ji...@intel.com;
> sta...@dpdk.org; Wei Ling ; Srikanth Yalavarthi
>
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, March 4, 2022 4:46 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; yux.ji...@intel.com;
> sta...@dpdk.org; Wei Ling ; Srikanth Yalavarthi
>
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, March 3, 2022 10:52 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar
> Dabilpuram ; yux.ji...@intel.com;
> sta...@dpdk.org; Wei Ling ; Srikanth Yalavarthi
&
> -Original Message-
> From: Haiyue Wang
> Sent: Tuesday, April 14, 2020 8:51 AM
> To: dev@dpdk.org; tho...@monjalon.net; Vamsi Krishna Attunuru
> ; Jerin Jacob Kollanukkaran ;
> alex.william...@redhat.com; david.march...@redhat.com
> Cc: Haiyue Wang
> Subj
> -Original Message-
> From: Haiyue Wang
> Sent: Friday, April 10, 2020 1:03 PM
> To: dev@dpdk.org; tho...@monjalon.net; Vamsi Krishna Attunuru
> ; Jerin Jacob Kollanukkaran ;
> alex.william...@redhat.com; david.march...@redhat.com
> Cc: Haiyue Wang
> Subject:
Hi Wang,
> -Original Message-
> From: dev On Behalf Of Wang, Haiyue
> Sent: Thursday, April 2, 2020 6:13 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ;
> alex.william...@redhat.com; tho...@monjalon.net;
> david.march...@redhat.com
Hi Vipin,
Please see inline.
> -Original Message-
> From: dev On Behalf Of Varghese, Vipin
> Sent: Wednesday, April 1, 2020 8:45 AM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ;
> alex.william...@redhat.com; tho...@monjalon.
> -Original Message-
> From: Andrzej Ostruszka [C]
> Sent: Friday, April 3, 2020 6:22 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: jerinjac...@gmail.com; bruce.richard...@intel.com;
> david.march...@redhat.com; gr...@u256.net; Jerin Jacob Kollanukkaran
&
> -Original Message-
> From: dev On Behalf Of Alex Williamson
> Sent: Thursday, February 20, 2020 12:24 AM
> To: k...@vger.kernel.org
> Cc: linux-...@vger.kernel.org; linux-ker...@vger.kernel.org; dev@dpdk.org;
> mtosa...@redhat.com; tho...@monjalon.net; bl...@debian.org;
> jerinjac...@gm
> -Original Message-
> From: Ferruh Yigit
> Sent: Thursday, November 28, 2019 5:43 PM
> To: John McNamara ; Marko Kovacevic
>
> Cc: dev@dpdk.org; David Marchand ; Vamsi
> Krishna Attunuru ; Kiran Kumar Kokkilagadda
> ; Jerin Jacob Kollanukkaran
> ; Igor
> -Original Message-
> From: Jerin Jacob
> Sent: Thursday, November 21, 2019 7:28 AM
> To: David Marchand
> Cc: Vamsi Krishna Attunuru ; Jerin Jacob
> Kollanukkaran ; John McNamara
> ; Marko Kovacevic
> ; dev ; Kiran Kumar
> Kokkilagadda ; Igor Ryzhov
> ;
> -Original Message-
> From: David Marchand
> Sent: Friday, November 15, 2019 6:29 PM
> To: Vamsi Krishna Attunuru ; Yigit, Ferruh
>
> Cc: dev ; Thomas Monjalon ; Jerin
> Jacob Kollanukkaran ; Kiran Kumar Kokkilagadda
> ; Olivier Matz ;
> Burakov, Anatoly ; A
> -Original Message-
> From: David Marchand
> Sent: Thursday, November 14, 2019 4:43 PM
> To: Vamsi Krishna Attunuru
> Cc: dev ; Thomas Monjalon ; Jerin
> Jacob Kollanukkaran ; Kiran Kumar Kokkilagadda
> ; Olivier Matz ; Yigit,
> Ferruh ; Burakov, Anat
> -Original Message-
> From: Jerin Jacob
> Sent: Friday, November 8, 2019 8:24 PM
> To: Ferruh Yigit
> Cc: Vamsi Krishna Attunuru ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; olivier.m...@6wind.com;
> anatoly.bu
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, November 8, 2019 1:23 AM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> Kiran Kumar Kokkilagadda ;
> olivier.m...@6wind.com; anatoly.bura...
Hi Ferruh,
Could you please review v12.
Regards,
A Vamsi
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Wednesday, November 6, 2019 4:39 PM
> To: Thomas Monjalon
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; oliv
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, November 6, 2019 5:23 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; olivier.m...@6wind.com;
> ferruh.yi...@intel.com; anatoly.bura...
> -Original Message-
> From: Thomas Monjalon
> Sent: Wednesday, November 6, 2019 4:19 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; olivier.m...@6wind.com;
> ferruh.yi...@intel.com; anatoly.bura...
agadda ;
> Stephen Hemminger ; Thomas Monjalon
> ; Vamsi Krishna Attunuru
> Subject: [EXT] [PATCH v2 5/6] mempool: prevent objects from being across
> pages
>
> External Email
>
> --
> When populating a memp
Hi Olivier,
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Tuesday, October 29, 2019 10:55 PM
> To: Olivier Matz ; dev@dpdk.org
> Cc: Anatoly Burakov ; Andrew Rybchenko
> ; Ferruh Yigit ;
> Giridharan, Ganesan ; Jerin Jacob Kollanukkaran
> ;
tephen Hemminger
> ; Thomas Monjalon ;
> Vamsi Krishna Attunuru
> Subject: [EXT] [PATCH 5/5] mempool: prevent objects from being across
> pages
>
> External Email
>
> --
> When populating a mempool, ensu
Hi Olivier,
> -Original Message-
> From: Olivier Matz
> Sent: Tuesday, October 29, 2019 2:43 PM
> To: Vamsi Krishna Attunuru
> Cc: Anatoly Burakov ; Andrew Rybchenko
> ; Ferruh Yigit ;
> Giridharan, Ganesan ; Jerin Jacob Kollanukkaran
> ; Kiran Kumar Kokkilagad
git ;
> Giridharan, Ganesan ; Jerin Jacob Kollanukkaran
> ; Kiran Kumar Kokkilagadda ;
> Stephen Hemminger ; Thomas Monjalon
> ; Vamsi Krishna Attunuru
> Subject: [EXT] [PATCH 1/5] mempool: allow unaligned addr/len in
Hi Olivier,
> -Original Message-
> From: Olivier Matz
> Sent: Saturday, October 26, 2019 5:55 PM
> To: Vamsi Krishna Attunuru
> Cc: Jerin Jacob ; Andrew Rybchenko
> ; Ferruh Yigit ;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> Kiran Kumar Kokki
> -Original Message-
> From: Jerin Jacob
> Sent: Friday, October 25, 2019 1:01 AM
> To: Olivier Matz
> Cc: Vamsi Krishna Attunuru ; Andrew Rybchenko
> ; Ferruh Yigit ;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ; Kiran
> Kumar Kokkilagadda ; anatoly.b
Hi Ferruh,
Can you please explain the problems in using kni dedicated mbuf alloc routines
while enabling kni iova=va mode. Please see the below discussion with Andrew.
He wanted to know the problems in having newer APIs.
I wanted to clarify ourselves about the need of mem pool patch(V11 1/4) an
Hi Olivier, Andrew,
Please share your thoughts/comments on below email.
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Monday, October 21, 2019 8:08 PM
> To: olivier.m...@6wind.com; Andrew Rybchenko
>
> Cc: tho...@monjalon.net; Jerin Jacob Kollanukkar
requirement (mempool patch v11 1/4), by doing so, it
can avoid newer exported APIs both in mempool and KNI lib. Anyways, these
mempool requirement can be addressed with Olivier's below patches.
http://patchwork.dpdk.org/project/dpdk/list/?series=5624
When those patches are merged, flag check
> -Original Message-
> From: Ferruh Yigit
> Sent: Monday, October 21, 2019 5:25 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> Kiran Kumar Kokkilagadda ;
> olivier.m...@6wind.com; anatoly.bura...
> -Original Message-
> From: dev On Behalf Of Ferruh Yigit
> Sent: Wednesday, October 16, 2019 9:44 PM
> To: Vamsi Krishna Attunuru ; Stephen Hemminger
> ; Yigit, Ferruh
>
> Cc: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran
> ; olivier.m...@6
> -Original Message-
> From: Ferruh Yigit
> Sent: Wednesday, October 16, 2019 9:52 PM
> To: Vamsi Krishna Attunuru ; Yigit, Ferruh
>
> Cc: tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> olivier.m...@6wind.com; anatoly.bura...@intel.com;
> arybche...@sol
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Wednesday, October 16, 2019 4:56 PM
> To: Stephen Hemminger ; Yigit, Ferruh
>
> Cc: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran
> ; olivier.m...@6wind.com; ferruh.yi...@intel.com;
> a
> -Original Message-
> From: dev On Behalf Of Yigit, Ferruh
> Sent: Tuesday, October 15, 2019 9:05 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...@in
> -Original Message-
> From: Stephen Hemminger
> Sent: Tuesday, October 15, 2019 9:16 PM
> To: Yigit, Ferruh
> Cc: Vamsi Krishna Attunuru ; dev@dpdk.org;
> tho...@monjalon.net; Jerin Jacob Kollanukkaran ;
> olivier.m...@6wind.com; ferruh.yi...@intel.com; anat
> -Original Message-
> From: dev On Behalf Of Ferruh Yigit
> Sent: Tuesday, October 15, 2019 10:17 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: arybche...@solarflare.com; Jerin Jacob Kollanukkaran
> ; tho...@monjalon.net
> Subject: Re: [dpdk-dev] [PATCH v2
Hi Ferruh,
Mempool related patch has been acked by Olivier. Could you please review the
kni related patches and make sure that it will be merged in 19.11 release.
Regards,
Vamsi
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Tuesday, October 8, 2019 10:39 AM
&g
> -Original Message-
> From: Olivier Matz
> Sent: Tuesday, October 8, 2019 2:57 PM
> To: Vamsi Krishna Attunuru
> Cc: dev@dpdk.org; tho...@monjalon.net; Jerin Jacob Kollanukkaran
> ; ferruh.yi...@intel.com; anatoly.bura...@intel.com;
> arybche...@solarf
@All, we are expecting to merge this in 19.11 release and if any one have
comments please respond.
> -Original Message-
> From: Vamsi Krishna Attunuru
> Sent: Wednesday, September 25, 2019 9:30 AM
> To: vattun...@marvell.com; dev@dpdk.org
> Cc: tho...@monjalon.n
> -Original Message-
> From: Jerin Jacob Kollanukkaran
> Sent: Friday, September 6, 2019 6:58 PM
> To: Thomas Monjalon ; Vamsi Krishna Attunuru
>
> Cc: dev@dpdk.org
> Subject: RE: [dpdk-dev] [PATCH v1 1/1] kernel/linux: introduce vfio_pf kernel
> module
>
> -Original Message-
> From: Andrew Rybchenko
> Sent: Thursday, October 3, 2019 6:31 PM
> To: Vamsi Krishna Attunuru ; dev@dpdk.org
> Cc: Jerin Jacob Kollanukkaran ; ferruh.yi...@intel.com;
> tho...@monjalon.net
> Subject: [EXT] Re: [dpdk-dev] [PATCH v1 1/3] lib/eth
> -Original Message-
> From: dev On Behalf Of Gaetan Rivet
> Sent: Friday, October 4, 2019 6:25 PM
> To: dev@dpdk.org; Vamsi Krishna Attunuru
> Cc: Gaetan Rivet ; Ferruh Yigit
> ; Anatoly Burakov ;
> Thomas Monjalon ; Jerin Jacob Kollanukkaran
> ; David Marcha
> -Original Message-
> From: Gaëtan Rivet
> Sent: Thursday, September 26, 2019 1:34 PM
> To: Vamsi Krishna Attunuru
> Cc: Slava Ovsiienko ; dev@dpdk.org;
> ferruh.yi...@intel.com; anatoly.bura...@intel.com; Thomas Monjalon
> ; Jerin Jacob Kollanukkaran
> Subj
-Original Message-
From: dev On Behalf Of Gaëtan Rivet
Sent: Wednesday, September 25, 2019 2:37 PM
To: Slava Ovsiienko
Cc: Vamsi Krishna Attunuru ; dev@dpdk.org;
ferruh.yi...@intel.com; anatoly.bura...@intel.com; Thomas Monjalon
; Jerin Jacob Kollanukkaran
Subject: Re: [dpdk-dev
Hi,
We would like to have these support in 19.11. Please let us know if there are
any comments or suggestions, we can discuss and address accordingly.
-Original Message-
From: Jerin Jacob Kollanukkaran
Sent: Friday, September 6, 2019 6:58 PM
To: Thomas Monjalon ; Vamsi Krishna
1 - 100 of 126 matches
Mail list logo