RE: [PATCH v2 1/3] net/enic: support SR-IOV VF using admin channel

2024-08-08 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 8, 2024 5:50 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) > Subject: Re: [PATCH v2 1/3] net/enic: support SR-IOV VF using admin channel > > On 8/8/2024 7:14

RE: [PATCH v2 2/3] net/enic: add speed capabilities for newer models

2024-08-08 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 8, 2024 5:51 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) > Subject: Re: [PATCH v2 2/3] net/enic: add speed capabilities for newer models > > On 8/8/2024 7:14

RE: [PATCH v2 3/3] net/enic: allow multicast in MAC address add callback

2024-08-08 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, August 8, 2024 5:51 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) > Subject: Re: [PATCH v2 3/3] net/enic: allow multicast in MAC address add > callback > > On 8/8/2

Re: [dpdk-dev] [PATCH v3 09/12] net/enic: support meta flow actions to overrule destinations

2021-10-12 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ivan Malov > Sent: Sunday, October 10, 2021 11:39 PM > To: dev@dpdk.org > Cc: Thomas Monjalon ; Ori Kam > ; Andrew Rybchenko > ; John Daley (johndale) > ; Hyong Youb Kim (hyonkim) > Subject: [PATCH v3 09/12] net/enic: support me

Re: [dpdk-dev] [PATCH v6 4/6] ethdev: remove jumbo offload flag

2021-10-12 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 12, 2021 8:54 AM [...] > Subject: [PATCH v6 4/6] ethdev: remove jumbo offload flag > > Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag. > > Instead of drivers announce this capability, application can deduct the > capa

Re: [dpdk-dev] [PATCH v5 3/7] ethdev: change input parameters for rx_queue_count

2021-10-12 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Konstantin Ananyev > Sent: Thursday, October 7, 2021 8:28 PM [...] > Subject: [PATCH v5 3/7] ethdev: change input parameters for > rx_queue_count > > Currently majority of fast-path ethdev ops take pointers to internal > queue data structures as an input param

Re: [dpdk-dev] [PATCH v6 1/6] ethdev: fix max Rx packet length

2021-10-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Tuesday, October 12, 2021 8:54 AM [...] > Subject: [PATCH v6 1/6] ethdev: fix max Rx packet length > > There is a confusion on setting max Rx packet length, this patch aims to > clarify it. > > 'rte_eth_dev_configure()' API accepts max Rx

Re: [dpdk-dev] [PATCH v4 5/7] drivers: remove direct access to interrupt handle

2021-10-19 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Harman Kalra > Sent: Wednesday, October 20, 2021 3:36 AM [...] > Subject: [PATCH v4 5/7] drivers: remove direct access to interrupt handle > > Removing direct access to interrupt handle structure fields, > rather use respective get set APIs for the same. > Mak

Re: [dpdk-dev] [PATCH v4 3/6] net: advertise no support for keeping flow rules

2021-10-27 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Dmitry Kozlyuk > Sent: Thursday, October 21, 2021 3:35 PM [...] > Subject: [PATCH v4 3/6] net: advertise no support for keeping flow rules > > When RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP capability bit is zero, > the specified behavior is the same as it had been befo

Re: [dpdk-dev] [PATCH v6 1/9] ethdev: introduce representor type

2021-02-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Xueming Li > Sent: Sunday, February 14, 2021 12:22 PM > Cc: dev@dpdk.org; Viacheslav Ovsiienko ; > xuemi...@nvidia.com; Asaf Penso ; Ajit Khaparde > ; Somnath Kotur > ; John Daley (johndale) > ; Hyong Youb Kim (hyonkim) ; > Beil

RE: [PATCH 08/33] doc: update enic guide

2023-03-21 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, March 22, 2023 8:59 AM > To: John McNamara ; John Daley (johndale) > ; Hyong Youb Kim (hyonkim) > Cc: Thomas Monjalon ; Andrew Rybchenko > ; dev@dpdk.org > Subject: [PATCH 08/33] doc: update enic guid

Re: [dpdk-dev] [PATCH v2] log: add API to check if a logtype can log in a given level

2020-03-03 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, March 4, 2020 3:18 AM > To: Hemant Agrawal ; Sachin Saxena > ; Fiona Trahe ; John > Griffin ; Deepak Kumar Jain > ; John Daley (johndale) ; > Hyong Youb Kim (hyonkim) ; Alfredo Cardigliano > ; Ma

Re: [dpdk-dev] [PATCH v3 2/2] ethdev: fix VLAN offloads set if no relative capabilities

2020-06-21 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Wei Hu (Xavier) > Sent: Monday, June 22, 2020 11:47 AM > To: tho...@monjalon.net; ferruh.yi...@intel.com; > arybche...@solarflare.com; anatoly.bura...@intel.com; > hemant.agra...@nxp.com; sachin.sax...@nxp.com; John Daley (johndale) > ; Hy

Re: [dpdk-dev] [PATCH] net: replace IP VHL DEF macro with RTE IPV4 VHL DEF

2019-11-14 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Thursday, November 14, 2019 10:09 AM > To: John Daley (johndale) ; Hyong Youb Kim (hyonkim) > > Cc: Reshma Pattan ; dev@dpdk.org; > xiaoyun...@intel.com; Bernard Iremonger ; > David Harton (dharton) > Subject:

Re: [dpdk-dev] [PATCH] vfio: fix interrupts race condition

2019-07-13 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Thomas Monjalon > Sent: Thursday, July 11, 2019 6:21 AM [...] > Subject: Re: [dpdk-dev] [PATCH] vfio: fix interrupts race condition > > 10/07/2019 14:33, David Marchand: > > Populating the eventfd in rte_intr_enable in each request to vfio > > triggers a recon

Re: [dpdk-dev] [PATCH] vfio: fix interrupts race condition

2019-07-15 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Monday, July 15, 2019 2:35 PM [...] > Subject: RE: [dpdk-dev] [PATCH] vfio: fix interrupts race condition > > > > > > > > > This is a real bug which should be fixed in this release. > > > > As the patch is quite big and needs

Re: [dpdk-dev] [RFC PATCH] vfio: avoid re-installing irq handler

2019-07-15 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Tuesday, July 16, 2019 1:51 AM > To: Hyong Youb Kim (hyonkim) ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit > Cc: dev@dpdk.org; John Daley (johndale) ; Shahed > Shaikh ; Nithin Kumar Dabilpura

Re: [dpdk-dev] [RFC PATCH] vfio: avoid re-installing irq handler

2019-07-16 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran [...] > > > > A rough patch for the approach mentioned earlier. It is only for > > discussion. > > > > http://mails.dpdk.org/archives/dev/2019-July/138113.html > > > > > > > > To try this out, first revert the following then apply. >

Re: [dpdk-dev] [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs

2019-07-16 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 1:44 AM > To: Hyong Youb Kim (hyonkim) ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: jer...@marvell.com; John Daley (johndale) ; > Shahed Sh

Re: [dpdk-dev] [RFC PATCH v3 3/3] drivers/net: use unmask API in interrupt handlers

2019-07-16 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 1:44 AM [...] > Subject: [RFC PATCH v3 3/3] drivers/net: use unmask API in interrupt > handlers > > Replace rte_intr_enable() with rte_intr_unmask() API > for unmasking in interrupt handlers and rx_queue_intr_

Re: [dpdk-dev] [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Wednesday, July 17, 2019 3:15 PM > To: Hyong Youb Kim (hyonkim) ; Nithin Kumar > Dabilpuram ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: John Daley (johnda

Re: [dpdk-dev] [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Wednesday, July 17, 2019 5:03 PM > To: Hyong Youb Kim (hyonkim) ; Nithin Kumar > Dabilpuram ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: John Daley (johnda

Re: [dpdk-dev] [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Wednesday, July 17, 2019 6:21 PM > To: Hyong Youb Kim (hyonkim) ; Nithin Kumar > Dabilpuram ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: John Daley (johnda

Re: [dpdk-dev] [RFC PATCH v3 2/3] eal: add mask and unmask interrupt APIs

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Wednesday, July 17, 2019 7:44 PM > To: Hyong Youb Kim (hyonkim) ; Nithin Kumar > Dabilpuram ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: John Daley (johnda

Re: [dpdk-dev] [PATCH 3/3] drivers/net: use ack API in interrupt handlers

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 8:59 PM [...] > Subject: [PATCH 3/3] drivers/net: use ack API in interrupt handlers > > Replace rte_intr_enable() with rte_intr_ack() API > for acking an interrupt in interrupt handlers and > rx_queue_intr_ena

Re: [dpdk-dev] [PATCH v2 2/3] eal: add ack interrupt API

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Dabilpuram > Sent: Wednesday, July 17, 2019 9:44 PM > To: Hyong Youb Kim (hyonkim) ; David Marchand > ; Thomas Monjalon > ; Ferruh Yigit ; Bruce > Richardson > Cc: jer...@marvell.com; John Daley (johndale) ; > Shahed Sh

Re: [dpdk-dev] [EXT] Re: [PATCH v2 2/3] eal: add ack interrupt API

2019-07-17 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Nithin Kumar Dabilpuram > Sent: Wednesday, July 17, 2019 11:36 PM [...] > > > Subject: [PATCH v2 2/3] eal: add ack interrupt API > > > > > > Add new ack interrupt API to avoid using > > > VFIO_IRQ_SET_ACTION_TRIGGER(rte_intr_enable()) for > > > acking interrupt

Re: [dpdk-dev] [PATCH] net/enic: retain previous message logging

2019-07-25 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: John Daley (johndale) > Sent: Friday, July 26, 2019 5:26 AM > To: Ferruh Yigit > Cc: dev@dpdk.org; Hyong Youb Kim (hyonkim) > Subject: RE: [PATCH] net/enic: retain previous message logging > > Ok, lets NAK this patch. See comment

Re: [dpdk-dev] [PATCH 1/3] net/enic: restrict several handlers to primary process

2019-10-09 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 9, 2019 5:02 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) ; Dirk- > Holger Lenz ; sta...@dpdk.org > Subject: Re: [PATCH 1/3] net/enic: restrict several handlers

Re: [dpdk-dev] [dpdk-stable] [PATCH 1/3] net/enic: restrict several handlers to primary process

2019-10-09 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ferruh Yigit > Sent: Wednesday, October 9, 2019 6:28 PM > To: Hyong Youb Kim (hyonkim) > Cc: dev@dpdk.org; John Daley (johndale) ; Dirk- > Holger Lenz ; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH 1/3] net/enic: restrict several

Re: [dpdk-dev] [PATCH 2/3] drivers: use RTE_DIM instead of ARRAY_SIZE

2019-10-11 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: pbhagavat...@marvell.com > Sent: Friday, October 11, 2019 1:07 PM [...] > Subject: [dpdk-dev] [PATCH 2/3] drivers: use RTE_DIM instead of > ARRAY_SIZE > > From: Pavan Nikhilesh > > Use RTE_DIM instead of re-defining ARRAY_SIZE. > > Signed-off-by: Pavan Nikh

Re: [dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd process

2019-09-01 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: dev On Behalf Of dirk > Sent: Tuesday, August 27, 2019 6:03 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 1/1] net/enic: enic driver doesn't work with 2nd > process > > net/enic: enic driver doesn't work with 2nd process. the problem is that the > private

Re: [dpdk-dev] [PATCH v2 04/13] ethdev: change promiscuous callbacks to return status

2019-09-11 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Andrew Rybchenko > Sent: Monday, September 9, 2019 8:59 PM [...] > Subject: [PATCH v2 04/13] ethdev: change promiscuous callbacks to return > status > > Enabling/disabling of promiscuous mode is not always successful and > it should be taken into account to be

Re: [dpdk-dev] [PATCH v2 04/13] ethdev: change promiscuous callbacks to return status

2019-09-15 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Andrew Rybchenko > Sent: Saturday, September 14, 2019 6:07 AM [...] > Subject: Re: [PATCH v2 04/13] ethdev: change promiscuous callbacks to > return status > > On 9/11/19 11:46 AM, Hyong Youb Kim (hyonkim) wrote: > >> -O

Re: [dpdk-dev] [PATCH 4/7] ethdev: change allmulticast callbacks to return status

2019-09-16 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Andrew Rybchenko > Sent: Monday, September 9, 2019 9:13 PM [...] > Subject: [PATCH 4/7] ethdev: change allmulticast callbacks to return status > > From: Ivan Ilchenko > > Enabling/disabling of allmulticast mode is not always successful and > it should be tak

Re: [dpdk-dev] [PATCH v2 12/14] ethdev: remove legacy FDIR filter type support

2020-10-22 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Andrew Rybchenko > Sent: Thursday, October 22, 2020 6:43 PM > To: Wenzhuo Lu ; Beilei Xing > ; Bernard Iremonger > ; Jeff Guo ; Ray Kinsella > ; Neil Horman ; Ajit Khaparde > ; Somnath Kotur > ; John Daley (johndale) > ; Hyong

Re: [dpdk-dev] [PATCH 20.11 06/12] net/enic: add checks for max SIMD bitwidth

2020-08-09 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ciara Power > Sent: Saturday, August 8, 2020 12:59 AM > To: dev@dpdk.org > Cc: bruce.richard...@intel.com; Ciara Power ; > John Daley (johndale) ; Hyong Youb Kim (hyonkim) > > Subject: [PATCH 20.11 06/12] net/enic: add checks for max

Re: [dpdk-dev] [PATCH v6 03/14] doc: remove references to make from NICs guides

2020-10-11 Thread Hyong Youb Kim (hyonkim)
> -Original Message- > From: Ciara Power > Sent: Friday, October 9, 2020 7:21 PM > To: dev@dpdk.org [...] > Subject: [PATCH v6 03/14] doc: remove references to make from NICs guides > > Make is no longer supported for compiling DPDK, references are now > removed in the documentation. [...