[dpdk-dev] [PATCH v2] net/ice: support device-specific DDP package loading

2019-08-30 Thread Ting Xu
This patch adds the feature that supports loading DDP package according to the device serial number. Prior to loading the default DDP package (ice.pkg), the driver will check for the presence of a device-specific DDP package with the name containing 64-bit PCIe Device Serial Number (ice-xxx

Re: [dpdk-dev] [RFC v3] net/memif: allow for full key size in socket name

2019-08-30 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco)
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, July 16, 2019 7:21 PM > To: dev@dpdk.org; Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at > Cisco) > Cc: Stephen Hemminger > Subject: [RFC v3] net/memif: allow for full key size in socket name > > The key size for

Re: [dpdk-dev] [PATCH] net/af_xdp: enable support for unaligned umem chunks

2019-08-30 Thread Loftus, Ciara
> > This patch enables the unaligned chunks feature for AF_XDP which allows > chunks to be placed at arbitrary places in the umem, as opposed to them > being required to be aligned to 2k. This allows for DPDK application > mempools to be mapped directly into the umem and in turn enable zero > copy

Re: [dpdk-dev] [PATCH 02/22] net/hns3: add some definitions for data structure and macro

2019-08-30 Thread Gavin Hu (Arm Technology China)
Hi Xavier, > -Original Message- > From: dev On Behalf Of Wei Hu (Xavier) > Sent: Friday, August 23, 2019 9:47 PM > To: dev@dpdk.org > Cc: linux...@huawei.com; xavier_hu...@163.com; > liudongdo...@huawei.com; forest.zhouch...@huawei.com > Subject: [dpdk-dev] [PATCH 02/22] net/hns3: add som

Re: [dpdk-dev] [PATCH] net/null: update license text to SPDX format

2019-08-30 Thread Ferruh Yigit
On 8/30/2019 4:57 AM, Tetsuya Mukawa wrote: > Signed-off-by: Tetsuya Mukawa Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

[dpdk-dev] [RFC] net/i40e: enable multi-queue Rx interrupt for VF

2019-08-30 Thread lunyuan.cui
This patch enable VF can support multi-queue Rx interrupt. Current implementation is that only one Rx queue can support interrupt, because all queues are mapped in the same vector id. What this patch fixes is mapping different interrupt vectors to each queue. In addition, the maximum number of in

Re: [dpdk-dev] [PATCH 1/2] net/i40e: desc loading is unnecessarily ordered for aarch64

2019-08-30 Thread Gavin Hu (Arm Technology China)
Hi Honnappa, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, August 29, 2019 6:10 AM > To: Gavin Hu (Arm Technology China) ; > dev@dpdk.org > Cc: nd ; tho...@monjalon.net; jer...@marvell.com; > pbhagavat...@marvell.com; qi.z.zh...@intel.com; > bruce.richard...@intel.co

Re: [dpdk-dev] [PATCH 1/2] net/vhost: support TSO disabling

2019-08-30 Thread Maxime Coquelin
On 6/19/19 8:13 AM, Noa Ezra wrote: > TSO (TCP Segmentation Offload) is enabled by default on vhost. > Add the ability to disable TSO on vhost. > The user should also disable the feature on the virtual machine's xml. > > Signed-off-by: Noa Ezra > Reviewed-by: Matan Azrad > --- > doc/guides/n

Re: [dpdk-dev] [PATCH 2/2] net/vhost: support mrg-rxbuf disabling

2019-08-30 Thread Maxime Coquelin
On 6/27/19 7:04 AM, Matan Azrad wrote: > > > From: Maxime Coquelin >> For functional reasons, I agree. So I that's why I agree with your >> tso patch as the application has to support it, but that's not the >> case of the mergeable buffers features. > > Performance reasons

Re: [dpdk-dev] [PATCH 2/2] net/i40e: remove compiler barrier for aarch64

2019-08-30 Thread Gavin Hu (Arm Technology China)
Hi Honnappa, > -Original Message- > From: Honnappa Nagarahalli > Sent: Thursday, August 29, 2019 6:49 AM > To: Gavin Hu (Arm Technology China) ; > dev@dpdk.org > Cc: nd ; tho...@monjalon.net; jer...@marvell.com; > pbhagavat...@marvell.com; qi.z.zh...@intel.com; > bruce.richard...@intel.co

Re: [dpdk-dev] [Suspected-Phishing][PATCH] net/vhost: add an API for get queue status

2019-08-30 Thread Maxime Coquelin
Hi Noa, I was thinking about an alternative that would avoid adding an API. What about the Vhost-user library to replay the queue status for all configured queues when the device is ready (i.e. after it has called its .new_device() callback)? On 6/24/19 1:08 PM, Noa Ezra wrote: > Hi, > What do yo

[dpdk-dev] [PATCH] security: add statistics definitions and update API

2019-08-30 Thread Radu Nicolau
Update IPsec statistics struct definition, add per SA statistics collection enable flag. Signed-off-by: Radu Nicolau --- lib/librte_security/rte_security.h | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/lib/librte_security/rte_security.h b/lib/librte_s

[dpdk-dev] [PATCH] net/ixgbe: remove redundant assignment

2019-08-30 Thread Yong Wang
Since "link.link_duplex" has been assigned to ETH_LINK_FULL_DUPLEX just before switch statement, the assignment in switch-case statement is redundant. Remove it. Fixes: 82113036e4e5 ("ethdev: redesign link speed config") Signed-off-by: Yong Wang --- drivers/net/ixgbe/ixgbe_ethdev.c | 1 - 1 fil

Re: [dpdk-dev] [PATCH 00/63 v2] net/ice/base: update base code

2019-08-30 Thread Ye Xiaolong
On 08/29, Qi Zhang wrote: >Key Features: > >1) Add PPPoE, GTP protocol support for switch, FDIR, RSS >2) Add Flexible Descriptor support. >3) Improved package download. >4) Improved RSS to support inner header >5) Improved recipe management for switch rule > >v2: >- improved commit log > >Qi Zhang

Re: [dpdk-dev] [dpdk-stable] 17.11.7-rc1 (LTS) patches review and test

2019-08-30 Thread Ferruh Yigit
On 8/30/2019 9:42 AM, Wang, FengqinX wrote: > Hi Ferruh, > > After verify, this fixes works fine after we merge it to stable 17.11.7. Thanks for verifying this. > BTW, do we have plan to apply this patch to the stable 17.11.7? It is a task for 17.11 LTS maintainer, who we don't know yet. > >

[dpdk-dev] [PATCH v5 1/2] app/test: add unit test cases for mbuf library APIs

2019-08-30 Thread Lavanya Govindarajan
Added new unit test cases to cover the below functions defined in rte_mbuf.h rte_validate_tx_offload, rte_pktmbuf_alloc_bulk, rte_pktmbuf_read, rte_pktmbuf_ext_shinfo_init_helper, rte_pktmbuf_attach_extbuf, rte_mbuf_ext_refcnt_read, rte_mbuf_ext_refcnt_update, rte_mbuf_ext_refcnt_set, rte_pktmbuf_d

[dpdk-dev] [PATCH v5 0/2] add unit test cases for mbuf library

2019-08-30 Thread Lavanya Govindarajan
This patchset contains unit testcases added to increase the functional and decision coverage for the library functions defined in rte_mbuf.h and rte_mbuf.c 1/2: unit test cases added for rte_mbuf.h 2/2: unit test cases added for rte_mbuf.c Patch 2/2 depends on 1/2 Signed-off-by: Lavanya Govindar

[dpdk-dev] [PATCH v5 2/2] app/test: add unit test for mbuf flag names

2019-08-30 Thread Lavanya Govindarajan
From: Pallantla Poornima Added UT for the below four functions in test_mbuf.c rte_get_rx_ol_flag_list rte_get_tx_ol_flag_list rte_get_rx_ol_flag_name rte_get_tx_ol_flag_name Signed-off-by: Pallantla Poornima --- app/test/test_mbuf.c | 257 +++ 1 file cha

Re: [dpdk-dev] [PATCH] security: add statistics definitions and update API

2019-08-30 Thread Stephen Hemminger
On Fri, 30 Aug 2019 10:19:20 +0100 Radu Nicolau wrote: > > struct rte_security_ipsec_stats { > + uint64_t ipackets; /**< Successfully received IPsec packets. */ > + uint64_t opackets; /**< Successfully transmitted IPsec packets.*/ > + uint64_t ibytes;/**< Successfully receive

Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 3:08 PM, Jerin Jacob Kollanukkaran wrote: >> -Original Message- >> From: dev On Behalf Of Wei Hu (Xavier) >> Sent: Friday, August 23, 2019 7:17 PM >> To: dev@dpdk.org >> Cc: linux...@huawei.com; xavier_hu...@163.com; >> liudongdo...@huawei.com; forest.zhouch...@huawei.com >> S

Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch add build related files for hns3 PMD driver. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Min Hu (Connor) > Signed-off-by: Chunsong Feng > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li > --- > MAINTAINERS

Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch add build related files for hns3 PMD driver. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Min Hu (Connor) > Signed-off-by: Chunsong Feng > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li > --- > MAINTAINERS

Re: [dpdk-dev] [PATCH 04/22] net/hns3: add support for cmd of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds support for cmd of hns3 PMD driver, driver can interact > with firmware through command to complete hardware configuration. > > Signed-off-by: Hao Chen > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by:

Re: [dpdk-dev] [PATCH 03/22] net/hns3: register hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch registers hns3 PMD driver and adds the definition for log > interfaces. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Min Hu (Connor) > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li <...> > d

Re: [dpdk-dev] [PATCH 06/22] net/hns3: add support for MAC address related operations

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds the following mac address related operations defined in > struct eth_dev_ops: mac_addr_add, mac_addr_remove, mac_addr_set > and set_mc_addr_list. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Min

Re: [dpdk-dev] [PATCH 07/22] net/hns3: add support for some misc operations

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds the following operations defined in struct eth_dev_ops: > mtu_set, infos_get and fw_version_get for hns3 PMD driver. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Min Hu (Connor) > Signed-off-by:

Re: [dpdk-dev] [PATCH 08/22] net/hns3: add support for link update operation

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds link update operation to hns3 PMD driver. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Min Hu (Connor) > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li <...> > @@ -2528,6 +2725,7 @@ sta

Re: [dpdk-dev] [PATCH 09/22] net/hns3: add support for flow directory of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds support for flow directory of hns3 PMD driver. > Flow directory feature is only supported in hns3 PF driver. > It supports the network L2\L3\L4 and tunnel packet creation, > deletion, flushing, and querying hit statistics. This patch a

[dpdk-dev] [dpdk-announce] Reminder: DPDK Summit NA CFP deadline September 6th

2019-08-30 Thread Trishan de Lanerolle
Hello DPDK Community, The CFP for DPDK Summit North America 2019, happening November 12-13 in Mountain View, CA, is open. As with previous DPDK Summits, we are looking for this year’s agenda to cover the latest developments to the DPDK fr

Re: [dpdk-dev] [PATCH 10/22] net/hns3: add support for RSS of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > This patch adds support for RSS of hns3 PMD driver. > It included the following functions in file hns3_rss.c: > 1) Set/query hash key, rss_hf by .rss_hash_update/.rss_hash_conf_get ops >callback functions. > 2) Set/query redirection table by .reta_

Re: [dpdk-dev] [PATCH 11/22] net/hns3: add support for flow control of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds support for MAC PAUSE flow control and priority flow > control of hns3 PMD driver. All user priorities(up) must be mapped to > tc0 when MAC PAUSE flow control is enabled. Ups can be mapped to other > tcs driver permit when PFC is enable

Re: [dpdk-dev] [PATCH 12/22] net/hns3: add support for VLAN of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds support for VLAN related operation of hns3 PMD driver. > > Signed-off-by: Min Hu (Connor) > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li <...> > @@ -2949,6 +

Re: [dpdk-dev] [PATCH 13/22] net/hns3: add support for mailbox of hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds support for mailbox of hns3 PMD driver, mailbox is > used for communication between PF and VF driver. > > Signed-off-by: Min Hu (Connor) > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Hao Chen > Si

Re: [dpdk-dev] [PATCH 14/22] net/hns3: add support for hns3 VF PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds support for hns3 VF PMD driver. > > In current version, we only support VF device is bound to vfio_pci or > igb_uio and then taken over by DPDK when PF device is taken over by kernel > mode hns3 ethdev driver, VF is not supported when

Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch add build related files for hns3 PMD driver. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Min Hu (Connor) > Signed-off-by: Chunsong Feng > Signed-off-by: Hao Chen > Signed-off-by: Huisong Li > --- > MAINTAINERS

Re: [dpdk-dev] [PATCH 15/22] net/hns3: add package and queue related operation

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds queue related operation, package sending and > receiving function codes. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Signed-off-by: Min Wang (Jushui) > Signed-off-by: Min Hu (Connor) > Signed-off-by: Hao Che

Re: [dpdk-dev] [PATCH 16/22] net/hns3: add start stop configure promiscuous ops

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds dev_start, dev_stop, dev_configure, promiscuous_enable, > promiscuous_disable, allmulticast_enable, allmulticast_disable, > dev_infos_get related function codes. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Chunsong Feng > Sig

Re: [dpdk-dev] [PATCH 21/22] net/hns3: add multiple process support for hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds multiple process support for hns3 PMD driver. > Multi-process support selection queue by configuring RSS or > flow director. The primary process supports various management > ops, and the secondary process only supports queries ops. > T

Re: [dpdk-dev] [PATCH 19/22] net/hns3: add stats related ops for hns3 PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:47 PM, Wei Hu (Xavier) wrote: > This patch adds stats_get, stats_reset, xstats_get, xstats_get_names > xstats_reset, xstats_get_by_id and xstats_get_names_by_id related > function codes. > > Signed-off-by: Wei Hu (Xavier) > Signed-off-by: Hao Chen > Signed-off-by: Chunsong Feng >

Re: [dpdk-dev] [PATCH 00/22] add hns3 ethernet PMD driver

2019-08-30 Thread Ferruh Yigit
On 8/23/2019 2:46 PM, Wei Hu (Xavier) wrote: > The Hisilicon Network Subsystem is a long term evolution IP which is > supposed to be used in Hisilicon ICT SoCs such as Kunpeng 920. > > This series add DPDK rte_ethdev poll mode driver for hns3(Hisilicon > Network Subsystem 3) network engine. > > W

Re: [dpdk-dev] [PATCH] net/af_xdp: enable support for unaligned umem chunks

2019-08-30 Thread William Tu
Hi Ciara, I haven't tried this patch but have a question. On Thu, Aug 29, 2019 at 8:04 AM Ciara Loftus wrote: > > This patch enables the unaligned chunks feature for AF_XDP which allows > chunks to be placed at arbitrary places in the umem, as opposed to them > being required to be aligned to 2k

Re: [dpdk-dev] [PATCH v3 2/4] doc: changes to abi policy introducing major abi versions

2019-08-30 Thread Kevin Traynor
Hi Ray, On 15/08/2019 11:23, Ray Kinsella wrote: > This policy change introduces major ABI versions, these are > declared every year, typically aligned with the LTS release > and are supported by subsequent releases in the following year. > This change is intended to improve ABI stabilty for those

[dpdk-dev] [PATCH v2 04/13] net/bnxt: inform firmware about IF state changes

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP Use latest firmware API to inform firmware about IF state changes. Firmware has the option to clean up resources during IF down and to require the driver to reserve resources again during IF up. Signed-off-by: Kalesh AP Reviewed-by: Santoshkumar Karanappa Rastapur Reviewed-by:

[dpdk-dev] [PATCH v2 00/13] bnxt patchset to support device error recovery

2019-08-30 Thread Ajit Khaparde
This patchset adds support to monitor the health of the firmware and the underlying device and recover to an operational state in case of error. We can also detect if a FW upgrade is in progress and quiesce all access to the device and recover once FW indicates everything is ready. Patchset agains

[dpdk-dev] [PATCH v2 01/13] net/bnxt: add FW reset HWRM command

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP This patch adds new FW reset HWRM command. This command allows the host software to reset the underlying hardware if a device error is detected. Code using this command will be added in future patch. Signed-off-by: Kalesh AP Reviewed-by: Somnath Kotur Reviewed-by: Ajit Khaparde

[dpdk-dev] [PATCH v2 03/13] net/bnxt: handle reset notify async event from FW

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP When the FW upgrade is initiated the current instance of FW issues a HWRM_ASYNC_EVENT_CMPL_EVENT_ID_RESET_NOTIFY async notification to the driver. On receiving this notification, the PMD shall quiesce itself and poll on the HWRM_VER_GET FW command at regular intervals. Once the V

[dpdk-dev] [PATCH v2 02/13] net/bnxt: prevent device access when device is in reset

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP Refactor init and uninit functions so that the driver can fail the eth_dev_ops callbacks and accessing Tx and Rx queues when device is in reset or in error state. Transmit and receive queues are freed during reset cleanup and reallocated during recovery. So we block all data path

[dpdk-dev] [PATCH v2 06/13] net/bnxt: query firmware error recovery capabilities

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP In Driver initiated error recovery process, driver has to know about the registers offset and values to initiate FW reset. The HWRM command HWRM_ERROR_RECOVERY_QCFG is used to obtain all the registers and values required to initiate FW reset. This command response includes FW hear

[dpdk-dev] [PATCH v2 09/13] net/bnxt: add code for periodic FW health monitoring

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP Periodically poll the FW heartbeat register and FW recovery counter registers to check the FW health. Polling frequency will be advertised by the FW in HWRM_ERROR_RECOVERY_QCFG response. Schedule the task upon receiving the async event from FW. Signed-off-by: Kalesh AP Reviewed-

[dpdk-dev] [PATCH v2 05/13] net/bnxt: handle fatal event from FW under error conditions

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP When firmware hit some unrecoverable error conditions, firmware initiate the recovery by sending an async event EVENT_CMPL_EVENT_ID_RESET_NOTIFY with data1 set to RESET_NOTIFY_EVENT_DATA1_REASON_CODE_FW_EXCEPTION_FATAL to all host drivers and will reset the chip. The recovery pro

[dpdk-dev] [PATCH v2 07/13] net/bnxt: map status registers for FW health monitoring

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP HWRM_ERROR_RECOVERY_QCFG command returns the FW status registers offset for periodic firmware health check monitoring. Map them to GRC window 2. Signed-off-by: Kalesh AP Reviewed-by: Somnath Kotur Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt.h| 22 ++

[dpdk-dev] [PATCH v2 10/13] net/bnxt: add support for FW reset

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP Added code to perform FW_RESET. When the driver detects error in FW, it has to initiate the recovery by resetting the cores. FW advertise the method to do a core reset, reset register offsets and values to perform reset in response of HWRM_ERROR_RECOVERY_QCFG command. There are 2

[dpdk-dev] [PATCH v2 08/13] net/bnxt: advertise error recovery capability and handle async event

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP 1. Advertise HWRM_FUNC_DRV_RGTR_INPUT_FLAGS_ERROR_RECOVERY_SUPPORT flag in the FUNC_DRV_RGTR command. 2. request for the async event ASYNC_EVENT_CMPL_EVENT_ID_ERROR_RECOVERY in the FUNC_DRV_RGTR command. 3. handle the async event EVENT_ID_ERROR_RECOVERY from FW. Error recov

[dpdk-dev] [PATCH v2 13/13] net/bnxt: avoid null pointer dereference

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP Commit "bd0a14c99f65" enables the creation of a dedicated completion ring for asynchronous event handling instead of handling these events on a receive completion ring on non Stingray Platforms. This causes a segfault due to NULL pointer defreference in bnxt_alloc_async_cp_ring()

[dpdk-dev] [PATCH v2 11/13] net/bnxt: reduce verbosity of logs

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP When IOMMU is available, EAL picks IOVA as VA as the default IOVA mode. This causes the bnxt driver to log warning messages saying "Memzone physical address same as virtual." and "Using rte_mem_virt2iova()" during load. Reduce the verbosity of logs to DEBUG. Signed-off-by: Kales

[dpdk-dev] [PATCH v2 12/13] net/bnxt: use BIT macro instead of bit fields

2019-08-30 Thread Ajit Khaparde
From: Kalesh AP use BIT macro instead of bit fields. Signed-off-by: Kalesh AP Reviewed-by: Somnath Kotur Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/bnxt.h | 75 ++-- drivers/net/bnxt/bnxt_util.h | 4 ++ 2 files changed, 42 insertions(+), 37 deleti

[dpdk-dev] [PATCH 1/7] net/bnxt: fix thor tqm entry allocation

2019-08-30 Thread Lance Richardson
The current TQM backing store size isn't sufficient to allow 512 transmit rings. Fix by correcting TQM SP queue size calculation. Fixes: f8168ca0e690 ("net/bnxt: support thor controller") Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt_ethdev.c | 4 +++

[dpdk-dev] [PATCH 2/7] net/bnxt: fix ring alignment for thor-based adapters

2019-08-30 Thread Lance Richardson
When using transmit/receive queue sizes smaller than 256, alignment requirements are not being met for Thor-based adapters. Fix by forcing memory addresses used for transmit/receive/aggregation ring allocations to be on 4K boundaries. Fixes: f8168ca0e690 ("net/bnxt: support thor controller") Signe

[dpdk-dev] [PATCH 0/7] bnxt patchset for thor and bnxt vector PMD

2019-08-30 Thread Lance Richardson
Fixes and enhancements for adapters based on the BCM57500 controller and the bnxt vector PMD. Patch set is against dpdk-next-net. **Note** this patch series is dependent on the "bnxt patchset to support device error recovery" series. Lance Richardson (7): net/bnxt: fix thor tqm entry allocatio

[dpdk-dev] [PATCH 3/7] net/bnxt: use common receive/transmit NQ ring

2019-08-30 Thread Lance Richardson
Thor queue scaling is currently limited by the number of NQs that can be allocated. Fix by using a common NQ for all receive/transmit rings instead of allocating a separate NQ for each ring. Fixes: f8168ca0e690 ("net/bnxt: support thor controller") Signed-off-by: Lance Richardson Reviewed-by: Som

[dpdk-dev] [PATCH 5/7] net/bnxt: add support for LRO for thor adapters

2019-08-30 Thread Lance Richardson
Add support for LRO for adapters based on Thor (BCM57500). Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde --- doc/guides/rel_notes/release_19_11.rst | 6 +++ drivers/net/bnxt/bnxt.h| 16 ++ drivers/net/bnxt/bnxt_ethdev.c | 4 ++ drivers/net/bnxt/b

[dpdk-dev] [PATCH 4/7] net/bnxt: use correct default Rx queue for thor

2019-08-30 Thread Lance Richardson
Use first receive queue assigned to VNIC as the default receive queue when configuring Thor VNICs. This is necessary e.g. in order for flow redirection to a specific receive queue to work correctly. Fixes: f8168ca0e690 ("net/bnxt: support thor controller") Signed-off-by: Lance Richardson Reviewed

[dpdk-dev] [PATCH 6/7] net/bnxt: fix scatter receive offload capability

2019-08-30 Thread Lance Richardson
Scattered receive is supported but not included in receive offload capabilities. Fix by adding it and including in scattered receive calculation. Fixes: 9c1507d96ab8 ("net/bnxt: switch to the new offload API") Signed-off-by: Lance Richardson Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt

[dpdk-dev] [PATCH 7/7] net/bnxt: improve CPR handling in vector PMD

2019-08-30 Thread Lance Richardson
Reduce overhead of CPR descriptor validity checking in vector receive and transmit functions. Preserve raw cpr consumer index in vector transmit completion function. Remove an unneeded prefetch (per benchmarking) from vector transmit completion function. Fixes: bc4a000f2f53 ("net/bnxt: implement

Re: [dpdk-dev] [PATCH 22/22] net/hns3: add hns3 build files

2019-08-30 Thread Wei Hu (Xavier)
On 2019/8/30 11:22, Wei Hu (Xavier) wrote: > Hi, Jerin > > > On 2019/8/23 22:08, Jerin Jacob Kollanukkaran wrote: >>> -Original Message- >>> From: dev On Behalf Of Wei Hu (Xavier) >>> Sent: Friday, August 23, 2019 7:17 PM >>> To: dev@dpdk.org >>> Cc: linux...@huawei.com; xavier_hu...@1