[PATCH v1 2/2] app/testpmd: add queue based pfc CLI options

2022-01-09 Thread skori
From: Sunil Kumar Kori Patch adds command line options to configure queue based priority flow control. - Syntax command is given as below: set pfc_queue_ctrl rx\ tx - Example command to configure queue based priority flow control on rx and tx side for port 0, Rx queue 0, Tx

[PATCH v1 1/2] ethdev: support queue-based priority flow control

2022-01-09 Thread skori
From: Sunil Kumar Kori Based on device support and use-case need, there are two different ways to enable PFC. The first case is the port level PFC configuration, in this case, rte_eth_dev_priority_flow_ctrl_set() API shall be used to configure the PFC, and PFC frames will be generated using based

[PATCH v1 2/2] app/testpmd: add queue based pfc CLI options

2022-01-09 Thread skori
From: Sunil Kumar Kori Patch adds command line options to configure queue based priority flow control. - Syntax command is given as below: set pfc_queue_ctrl rx\ tx - Example command to configure queue based priority flow control on rx and tx side for port 0, Rx queue 0, Tx

[PATCH v1 1/2] ethdev: support queue-based priority flow control

2022-01-09 Thread skori
From: Sunil Kumar Kori Based on device support and use-case need, there are two different ways to enable PFC. The first case is the port level PFC configuration, in this case, rte_eth_dev_priority_flow_ctrl_set() API shall be used to configure the PFC, and PFC frames will be generated using based

[PATCH v1 1/2] common/cnxk: support priority flow ctrl config API

2022-01-09 Thread skori
From: Sunil Kumar Kori CNXK platforms support priority flow control(802.1qbb) to pause respective traffic per class on that link. Patch adds RoC interface to configure priority flow control on MAC block i.e. CGX on cn9k and RPM on cn10k. Signed-off-by: Sunil Kumar Kori --- drivers/common/cnxk

[PATCH v1 2/2] net/cnxk: support priority flow control

2022-01-09 Thread skori
From: Sunil Kumar Kori Patch implements priority flow control support for CNXK platforms. Signed-off-by: Sunil Kumar Kori --- drivers/net/cnxk/cnxk_ethdev.c | 19 drivers/net/cnxk/cnxk_ethdev.h | 16 +++ drivers/net/cnxk/cnxk_ethdev_ops.c | 177 +++-- 3 f

RE: [PATCH v1 1/2] ethdev: support queue-based priority flow control

2022-01-09 Thread Sunil Kumar Kori
As per discussion with Jerin against the RFC http://patches.dpdk.org/project/dpdk/patch/20211204172458.1904300-1-jer...@marvell.com/, following change set adds queue based PFC configuration. Also corresponding implementation for the API is available at http://patches.dpdk.org/project/dpdk/patch

RE: [PATCH v1 2/2] net/cnxk: support priority flow control

2022-01-09 Thread Sunil Kumar Kori
Following patch sets are dependent on http://patches.dpdk.org/project/dpdk/patch/20220109105851.734687-1-sk...@marvell.com/. Regards Sunil Kumar Kori >-Original Message- >From: sk...@marvell.com >Sent: Sunday, January 9, 2022 4:42 PM >To: Nithin Kumar Dabilpuram ; Kiran Kumar >Kokkila

RE: [PATCH v1] net/mlx5: fix assertion on the flags set in pkt mbuf

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Lior Margalit > Sent: Thursday, December 23, 2021 10:16 AM > To: Slava Ovsiienko > Cc: Lior Margalit ; dev@dpdk.org; Alexander Kozyrev > ; sta...@dpdk.org > Subject: [PATCH v1] net/mlx5: fix assertion on the flags set in pkt mbuf > > Fixed the assertion

RE: [PATCH] net/mlx5: fix RSS expansion with explicit next protocol

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, December 23, 2021 3:08 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Raslan Darawsheh > ; sta...@dpdk.org; Matan Azrad > ; Slava Ovsiienko ; Ferruh > Yigit ; Dekel Peled > Subject: [PATCH] net/mlx5: fix RSS expansion with

RE: [PATCH] net/mlx5: fix GRE protocol type translation for VERB API

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Gregory Etelson > Sent: Thursday, December 23, 2021 3:17 PM > To: dev@dpdk.org > Cc: Gregory Etelson ; Raslan Darawsheh > ; sta...@dpdk.org; Matan Azrad > ; Slava Ovsiienko ; Yongseok > Koh ; Ori Kam > Subject: [PATCH] net/mlx5: fix GRE protocol type tran

RE: [PATCH] net/mlx5: support the imissed counter on Windows

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Tal Shnaiderman > Sent: Friday, December 24, 2021 8:47 AM > To: dev@dpdk.org > Cc: NBU-Contact-Thomas Monjalon (EXTERNAL) ; > Matan Azrad ; Slava Ovsiienko > ; Asaf Penso ; Khoa To > > Subject: [PATCH] net/mlx5: support the imissed counter on Windows > >

RE: [PATCH] net/mlx5: fix GCC uninitialized variable warning

2022-01-09 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, December 28, 2021 11:17 AM > To: dev@dpdk.org > Cc: Li Zhang ; sta...@dpdk.org; Stephen Hemminger > ; Matan Azrad ; Slava > Ovsiienko > Subject: [PATCH] net/mlx5: fix GCC uninitialized variable warning > > When building wi

Rss hash on mellanox 100G card

2022-01-09 Thread Yaron Illouz
I am using Mellanox Technologies MT27800 Family [ConnectX-5], using dpdk 19 with multi rx queue with rss port_conf.rx_adv_conf.rss_conf.rss_hf=(ETH_RSS_IP | ETH_RSS_UDP | ETH_RSS_TCP) I analyze traffic and need all packet of same session to arrive to the same process ( session for now can be ip

RE: Understanding Flow API action RSS

2022-01-09 Thread Ori Kam
Hi Stephen and Ivan > -Original Message- > From: Stephen Hemminger > Sent: Tuesday, January 4, 2022 11:56 PM > Subject: Re: Understanding Flow API action RSS > > On Tue, 4 Jan 2022 21:29:14 +0300 (MSK) > Ivan Malov wrote: > > > Hi Stephen, > > > > On Tue, 4 Jan 2022, Stephen Hemminger

RE: [RFC 1/3] ethdev: support GRE optional fields

2022-01-09 Thread Ori Kam
Hi Sean, > -Original Message- > From: Sean Zhang > Subject: [RFC 1/3] ethdev: support GRE optional fields > > Add flow pattern items and header format for matching optional fields > (checksum/key/sequence) in GRE header. And the flags in gre item should > be correspondingly set with the

RE: Understanding Flow API action RSS

2022-01-09 Thread Ivan Malov
Hi Ori, On Sun, 9 Jan 2022, Ori Kam wrote: Hi Stephen and Ivan -Original Message- From: Stephen Hemminger Sent: Tuesday, January 4, 2022 11:56 PM Subject: Re: Understanding Flow API action RSS On Tue, 4 Jan 2022 21:29:14 +0300 (MSK) Ivan Malov wrote: Hi Stephen, On Tue, 4 Jan 20

[PATCH v5 1/2] eal: add API for bus close

2022-01-09 Thread rohit . raj
From: Rohit Raj As per the current code we have API for bus probe, but the bus close API is missing. This breaks the multi process scenarios as objects are not cleaned while terminating the secondary processes. This patch adds a new API rte_bus_close() for cleanup of bus objects which were acqui

[PATCH v5 2/2] bus/fslmc: support bus close API

2022-01-09 Thread rohit . raj
From: Rohit Raj This patch add support for closing the bus objects which were acquired In the bus probe. Some devices need to be cleaned while in both primary and secondary process and while some need to be cleaned only in case of primary process. The devices are closed as per the white list us

RE: [PATCH v2] net/axgbe: use PCI root complex device to distinguish AMD hardware

2022-01-09 Thread Namburu, Chandu-babu
[Public] Hi, Gentle reminder. This is patch is required to submit changes for new AMD products. Please review and let us know if any modification are required. Regards, Chandu -Original Message- From: Namburu, Chandu-babu Sent: Wednesday, December 22, 2021 2:58 PM To: dev@dpdk.org; d

Re: [PATCH 0/1] mempool: implement index-based per core cache

2022-01-09 Thread Jerin Jacob
On Sat, Jan 8, 2022 at 3:07 PM Morten Brørup wrote: > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Friday, 7 January 2022 14.51 > > > > On Fri, Jan 07, 2022 at 12:29:23PM +0100, Morten Brørup wrote: > > > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > >

Re: [PATCH 0/3] Wait for NPA pools to get filled

2022-01-09 Thread Jerin Jacob
On Tue, Nov 30, 2021 at 11:39 AM Ashwin Sekhar T K wrote: > > NPA could take some time to reflect the pointers which > has been freed into pools. So, after populating a pool > with pointers, wait until the populated pointers are > reflected in the pool. Series Acked-by: Jerin Jacob Series appli

Re: [PATCH v1 1/1] net/qede: fix redundant condition in debug code

2022-01-09 Thread Jerin Jacob
On Tue, Nov 30, 2021 at 10:29 PM Anatoly Burakov wrote: > > Expression "a && 1" is equivalent to just "a", so fix the accidental > inclusion of a literal in code. > > Cc: sta...@dpdk.org > > Fixes: ec55c118792b ("net/qede: add infrastructure for debug data collection") > Cc: rm...@marvell.com Hi

Re: [PATCH] mempool: optimize incomplete cache handling

2022-01-09 Thread Jerin Jacob
On Fri, Jan 7, 2022 at 2:16 PM Morten Brørup wrote: > > > From: Jerin Jacob [mailto:jerinjac...@gmail.com] > > Sent: Thursday, 6 January 2022 17.55 > > > > On Thu, Jan 6, 2022 at 5:54 PM Morten Brørup > > wrote: > > > > > > A flush threshold for the mempool cache was introduced in DPDK > > versio

RE: [EXT] Re: [PATCH v1 1/1] net/qede: fix redundant condition in debug code

2022-01-09 Thread Devendra Singh Rawat
> -Original Message- > From: Jerin Jacob > Sent: Monday, January 10, 2022 12:50 PM > To: Anatoly Burakov > Cc: dpdk-dev ; Rasesh Mody ; > Devendra Singh Rawat ; Igor Russkikh > ; dpdk stable > Subject: [EXT] Re: [PATCH v1 1/1] net/qede: fix redundant condition in debug > code > > Exte