Re: [dpdk-dev] [PATCH 4/8] net/bnxt: allow Tx only or Rx only configs in PMD

2022-06-20 Thread Kalesh Anakkur Purayil
Hi Damo, Could you please respond to Ferruh's question? Regards, Kalesh On Thu, Jun 16, 2022 at 10:33 PM Ferruh Yigit wrote: > On 6/15/2022 3:56 PM, Kalesh A P wrote: > > > > > From: Damodharam Ammepalli > > > > Currently, we fail the init/probe of pmd if eth_dev->data->nb_tx_queues > > or et

Re: 19.11.12 patches review and test

2022-04-01 Thread Kalesh Anakkur Purayil
Hi Christian, Testing with dpdk v19.11.12-rc1 from Broadcom looks good. Tested with the fix for Bug 977 on top of 19.11.12-rc1. - Basic functionality: Send and receive multiple types of traffic. - Changing/checking link status through testpmd. - RSS tests with tunnel and non-tunnel packets - T

Re: [dpdk-dev] [dpdk-stable] 20.11.2 patches review and test

2021-07-06 Thread Kalesh Anakkur Purayil
Hi Xueming, Testing with dpdk v20.11.2 from Broadcom looks good. - Basic functionality: Send and receive multiple types of traffic. - Changing/checking link status through testpmd. - RSS tests. - TSO tests - VLAN filtering tests. - MAC filtering test - statistics tests - Checksum offload tests

Re: [dpdk-dev] [dpdk-announce] release candidate 21.08-rc1

2021-07-21 Thread Kalesh Anakkur Purayil
All, The following is a list of tests executed with 21.08-rc1: - Basic functionality: Send and receive multiple types of traffic. - testpmd xstats counter test. - RSS tests. - VLAN filtering tests. - Rx Checksum tests - TSO tests. - MTU and Jumbo frame tests - Changing/checking link status thro

Re: [dpdk-dev] [PATCH] ethdev: modify comment of INTR RESET event

2022-01-14 Thread Kalesh Anakkur Purayil
Hi Ferruh, Sorry for the late reply. Please see inline. On Mon, Sep 27, 2021 at 9:49 PM Ferruh Yigit wrote: > On 7/26/2021 7:43 AM, Chengwen Feng wrote: > > According to the definition of rte_eth_dev_reset(), the > > RTE_ETH_EVENT_INTR_RESET event could also use when PF resets. > > > > Can you

Re: [dpdk-dev] [PATCH v7 1/4] ethdev: support device reset and recovery events

2022-02-01 Thread Kalesh Anakkur Purayil
Thank you Ferruh for the review. Please see inline. On Tue, Feb 1, 2022 at 5:41 PM Ferruh Yigit wrote: > On 1/28/2022 12:48 PM, Kalesh A P wrote: > > From: Kalesh AP > > > > Adding support for the device reset and recovery events in the > > rte_eth_event framework. FW error and FW reset conditi

Re: [PATCH v2] test/bpf_convert: do not require DNS lookup

2021-11-14 Thread Kalesh Anakkur Purayil
On Wed, Nov 10, 2021 at 9:48 PM Stephen Hemminger < step...@networkplumber.org> wrote: > These tests were using strings with hostname (dpdk.org) and this makes > test code do a DNS lookup. In container environment used for OpenSuse > build, DNS is unavailable. Replace dpdk.org with an IPv4 addres

Re: [dpdk-dev] [dpdk-announce] release candidate 21.11-rc2

2021-11-14 Thread Kalesh Anakkur Purayil
Hi Thomas, The testing with dpdk 21.11-rc2 from Broadcom looks good. The following is a list of tests executed with 21.11-rc2: - Basic functionality: Send and receive multiple types of traffic. - Stats check tests - RSS tests - VLAN Offload Tests - RX/TX Checksum Offload Tests - Dynamic queue t

Re: 19.11.11 patches review and test

2021-12-12 Thread Kalesh Anakkur Purayil
Hi Christian, We still see KNI build failure on SLES15 SP3 with dpdk-stable-19.11.11-rc1. Is there a plan to address that on 19.11.11 LTS? Regards, Kalesh On Thu, Dec 9, 2021 at 8:13 PM wrote: > Hi all, > > Here is a list of patches targeted for stable release 19.11.11. > > The planned date fo

Re: 19.11.11 patches review and test

2021-12-13 Thread Kalesh Anakkur Purayil
at 12:06 PM Ferruh Yigit > wrote: > > >> > > >> On 12/13/2021 4:14 AM, Kalesh Anakkur Purayil wrote: > > >>> Hi Christian, > > >>> > > >>> We still see KNI build failure on SLES15 SP3 with > dpdk-stable-19.11.11-rc1. Is there a

Re: 19.11.11 patches review and test

2021-12-13 Thread Kalesh Anakkur Purayil
On Mon, Dec 13, 2021 at 7:42 PM Ferruh Yigit wrote: > On 12/13/2021 1:49 PM, Kalesh Anakkur Purayil wrote: > > Hi Christian/Ferruh, > > > > On Mon, 13 Dec 2021 at 7:03 PM, Christian Ehrhardt < > christian.ehrha...@canonical.com <mailto:christian.ehrha...@canonical

Re: [dpdk-dev] [dpdk-announce] release candidate 21.08-rc3

2021-08-03 Thread Kalesh Anakkur Purayil
Hi Thomas, The testing with dpdk 21.08-rc3 from Broadcom looks good. The following is a list of tests executed with 21.08-rc3: - Basic functionality: Send and receive multiple types of traffic. - testpmd xstats counter test. - RSS tests. - VLAN filtering tests. - Rx Checksum tests - TSO tests.

Re: [dpdk-dev] [PATCH] app/testpmd: fix NULL pointer dereferencing issue

2020-05-07 Thread Kalesh Anakkur Purayil
Hi Bernard, On Thu, May 7, 2020 at 3:18 PM Iremonger, Bernard < bernard.iremon...@intel.com> wrote: > Hi Kalesh, > > > -Original Message- > > From: Kalesh A P > > Sent: Thursday, May 7, 2020 10:08 AM > > To: dev@dpdk.org > > Cc: Yigit, Ferruh ; Xing, Beilei > > ; Wu, Jingjing ; > Iremong

Re: [dpdk-dev] [RFC PATCH v3 1/3] ethdev: support device reset and recovery events

2020-09-30 Thread Kalesh Anakkur Purayil
Hi Thomas, Please see my response inline. Regards, Kalesh On Wed, Sep 30, 2020 at 1:21 PM Thomas Monjalon wrote: > Hi, > > Please use --cc-cmd devtools/get-maintainer.sh so all relevant > maintainers are Cc'ed. Adding Andrew. > [Kalesh]: Thank you. Sure, I will follow next time. > > > From: K

Re: [dpdk-dev] 19.11.1 patches review and test

2020-03-10 Thread Kalesh Anakkur Purayil
Hi Luca, Testing with dpdk v19.11.1-rc1 from Broadcom looks good. - Basic functionality: Send and receive multiple types of traffic. - Changing/checking link status through testpmd. - RSS tests. - TSO tests - VLAN filtering tests. - statistics tests - Checksum offload - MTU tests NIC: BCM57414

Re: [dpdk-dev] [RFC PATCH 0/3] librte_ethdev: error recovery support

2020-03-11 Thread Kalesh Anakkur Purayil
Hi Thomas, On Wed, Mar 11, 2020 at 6:49 PM Thomas Monjalon wrote: > 22/01/2020 11:16, Kalesh A P: > > From: Kalesh AP > > > > This patch adds support for recovery event in rte_eth_event framework. > > FW error and FW reset conditions would be managed by PMD. Driver uses > > "Driver"? THE driver

Re: [dpdk-dev] [RFC PATCH 1/3] librte_ethdev: support device recovery event

2020-03-11 Thread Kalesh Anakkur Purayil
Hi Thomas, On Wed, Mar 11, 2020 at 6:50 PM Thomas Monjalon wrote: > 22/01/2020 11:16, Kalesh A P: > > From: Kalesh AP > > > > Adding support for recovery event in rte_eth_event framework. > > FW error and FW reset conditions would be managed by PMD. > > In such cases, PMD would need recovery ev

Re: [dpdk-dev] [PATCH v3] testpmd: added rte_eth_dev_fw_version_get in testpmd

2020-03-19 Thread Kalesh Anakkur Purayil
Hi Muhammad, Could you update the commit title as: "app/testpmd: add fw version in port info" Regards, Kalesh On Thu, Mar 19, 2020 at 1:16 PM Muhammad Ahmad wrote: > rte_eth_dev_fw_version_get() was not called in test pmd. > Added rte_eth_dev_fw_version_get() in testpmd under > show port inf

Re: [dpdk-dev] [DPDK_KMODS v4] linux/igb_uio: add Makefile to build the kernel module

2020-10-21 Thread Kalesh Anakkur Purayil
Hi Thomas/Ferruh, It looks like this patch is not yet merged to https://git.dpdk.org/dpdk-kmods/. This impacts the 20.11-rc1 testing which needs the igb_uio driver. Is there any reason to not merge this? Regards, Kalesh On Mon, Oct 19, 2020 at 11:38 PM Ajit Khaparde wrote: > On Thu, Oct 8, 20

Re: [dpdk-dev] [PATCH] app/testpmd: fix unchecked return value

2021-03-16 Thread Kalesh Anakkur Purayil
Hi Xiaoyun, Thank you for the suggestion. I have sent the updated patch. Regards, Kalesh On Tue, Mar 16, 2021 at 11:13 AM Li, Xiaoyun wrote: > Hi > > > -Original Message- > > From: Kalesh A P > > Sent: Tuesday, March 16, 2021 12:55 > > To: dev@dpdk.org > > Cc: Li, Xiaoyun ; Yigit, Fer

Re: [dpdk-dev] [RFC PATCH v4 3/3] app/testpmd: handle device recovery event

2020-10-07 Thread Kalesh Anakkur Purayil
Hi Ophir, Thank you for the comments. I will address them in the next version. I will push these changes as Patches next time and not as an RFC. Hope that is OK. Regards, Kalesh On Tue, Oct 6, 2020 at 10:55 PM Ophir Munk wrote: > Hi Kalesh, > Please find a few comments. > The name you gave to

Re: [dpdk-dev] [PATCH] ethdev: check if queue setupped in queue-related APIs

2020-10-10 Thread Kalesh Anakkur Purayil
On Sat, Oct 10, 2020 at 12:42 PM Wei Hu (Xavier) wrote: > From: Chengchang Tang > > This patch adds checking whether the related Tx or Rx queue has been > setupped in the queue-related API functions to avoid illegal address > access. And validity check of the queue_id is also added in the API >

Re: [dpdk-dev] [PATCH v4] ethdev: check if queue setup in queue-related APIs

2020-10-13 Thread Kalesh Anakkur Purayil
Hi Xavier, Thanks for taking care of the comments. LGTM. Reviewed-by: Kalesh AP Regards, Kalesh On Tue, Oct 13, 2020 at 8:11 AM Wei Hu (Xavier) wrote: > From: Chengchang Tang > > This patch adds checking whether the related Tx or Rx queue has been setup > in the queue-related API functions

Re: [dpdk-dev] [PATCH] net/bnxt: drop the unused attribute

2021-04-29 Thread Kalesh Anakkur Purayil
Hi Ferruh, On Wed, Apr 28, 2021 at 9:18 PM Ferruh Yigit wrote: > On 4/23/2021 6:22 AM, Kalesh A P wrote: > > From: Kalesh AP > > > > Remove "__rte_unused" instances that are wrongly marked. > > > > Can you please provide the fixes tags, so that patch can be backported to > required stable versi

Re: [dpdk-dev] [PATCH] net/bnxt: drop the unused attribute

2021-04-29 Thread Kalesh Anakkur Purayil
On Thu, Apr 29, 2021 at 4:38 PM Ferruh Yigit wrote: > On 4/29/2021 5:20 AM, Kalesh Anakkur Purayil wrote: > > Hi Ferruh, > > > > On Wed, Apr 28, 2021 at 9:18 PM Ferruh Yigit > <mailto:ferruh.yi...@intel.com>> wrote: > > > > On 4/23/2021 6:22 AM

Re: [dpdk-dev] [dpdk-announce] release candidate 21.05-rc3

2021-05-20 Thread Kalesh Anakkur Purayil
All, The following is a list of tests executed with 21.05-rc3: - Basic functionality: Send and receive multiple types of traffic. - testpmd xstats counter test. - RSS tests. - VLAN filtering tests. - Rx Checksum tests - TSO tests. - MTU and Jumbo frame tests - Changing/checking link status thro

Re: [dpdk-dev] 20.11.1 patches review and test

2021-03-02 Thread Kalesh Anakkur Purayil
Hi Luca, Testing with dpdk v20.11.1 from Broadcom looks good. - Basic functionality: Send and receive multiple types of traffic. - Changing/checking link status through testpmd. - RSS tests. - TSO tests - VLAN filtering tests. - MAC filtering test - statistics tests - Checksum offload tests - M