From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A8A6EA04B1; Fri, 28 Aug 2020 09:52:39 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 629A91C0B9; Fri, 28 Aug 2020 09:52:38 +0200 (CEST) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by dpdk.org (Postfix) with ESMTP id 16CFC1C0B4; Fri, 28 Aug 2020 09:52:37 +0200 (CEST) Received: by mail-wm1-f54.google.com with SMTP id o21so73752wmc.0; Fri, 28 Aug 2020 00:52:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=fUs91ldbDX1bhZ0tek2r+1ATAJfoQ7HA6AlZ7z12EMs=; b=CjBoOVG1+yPR95wDbPjMQv8fvNIadstqU+jIS6oBOYOgc7BZjdziVakT1rWzpYbTXW UEP+yAFQr6MLSnJex3HL3TZxnZJDlKXjsqGIYwjg09KidPnGExysw1MimcJnD54kTd0s Sd4SJOQntXygkTGVKMa0n+KGFgZF2/DCk8mGrTjJMkzxgJxjD1SEZgYmlmGDs4pVQASL dZg1JJ/cBmWla+tBFKa6/u+2pSbHWeA4URx9FHUUoEZK3psaHaN/gHn0u1zFaoFrssYZ JHgn2nyH6L4uLtcPHvYwW0Of5UNcKl2A41Q3ZrP7hRD/N0frqRZnLCb7NThOiOIod8aT QfWQ== X-Gm-Message-State: AOAM533zZ9VvlkrTaGRCjF5JChKELDcrmUOPRrKK7P5rm8qDWn0MQ9k1 HRoufOhl2DCz6Bg+Etm64ew= X-Google-Smtp-Source: ABdhPJz0uLaVKv+PLq+KMRel8DOGhGT03P6HcloNmqCoH2cmgrFazBRi8MPdRsmbcjbwZHjwW/Dfsg== X-Received: by 2002:a1c:1fd1:: with SMTP id f200mr343196wmf.53.1598601156584; Fri, 28 Aug 2020 00:52:36 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:7a8e:ed70:5c52:ea3]) by smtp.gmail.com with ESMTPSA id m125sm793646wme.35.2020.08.28.00.52.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 Aug 2020 00:52:35 -0700 (PDT) Message-ID: <809b6ce0d21719f2215e261e7e403d5280ecf722.camel@debian.org> From: Luca Boccassi To: "Wang, ShougangX" , "Zhang, Qi Z" Cc: "dev@dpdk.org" , "stable@dpdk.org" , "Chen, BoX C" Date: Fri, 28 Aug 2020 08:52:35 +0100 In-Reply-To: References: <20200818181222.8462-1-bluca@debian.org> <5e4efca917b88a9f6983229369547a1f410a110b.camel@debian.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [dpdk-dev] 19.11.4 patches review and test X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, 2020-08-28 at 04:03 +0000, Wang, ShougangX wrote: > Hi, Luca and Bo >=20 > > > - The MD5 is not same between kernel ethtool and dpdk ethtool whe= n > > > testing userspace_ethtool/retrieve_eeprom. It has been fixed on > > > 20.08.patch link: http://patches.dpdk.org/patch/72354/ > >=20 > > Shougang and Qi, this patch applies when backported but build fails, as= some > > internal structures are different. Do you consider this issue a blockin= g one for > > the release and want to do the work to backport the fixes to 19.11? > >=20 >=20 > This patch can't be applied because the solution depends on updating ice = shared code. > I'm not sure the workload and impact of updating shared code. It is a sma= ll bug and it is=20 > not a DPDK main feature. So I think it is not a block issue for release a= nd I don't suggest=20 > to fix it in 19.11. How do you think of it?=20 Sounds good to me, let's skip it. Thanks for checking! > > 01186263c2c7 ("net/ice: fix EEPROM data") > >=20 > > ../drivers/net/ice/ice_ethdev.c: In function =E2=80=98ice_get_eeprom_le= ngth=E2=80=99: > > ../drivers/net/ice/ice_ethdev.c:3979:16: error: =E2=80=98struct ice_nvm= _info=E2=80=99 > > has no member named =E2=80=98flash_size=E2=80=99 > > return hw->nvm.flash_size; >=20 > Thanks. > Shougang >=20 > > -----Original Message----- > > From: Luca Boccassi > > Sent: Wednesday, August 26, 2020 5:50 PM > > To: Wang, ShougangX ; Burakov, Anatoly > > ; Zhang, Qi Z > > Cc: dev@dpdk.org; stable@dpdk.org; Chen, BoX C > > Subject: Re: [dpdk-dev] 19.11.4 patches review and test > >=20 > > On Wed, 2020-08-26 at 02:30 +0000, Chen, BoX C wrote: > > > Hi Luca, > > > Update LTS 19.11.4 test result for Intel part. No new issue is found = except > > known issues. > >=20 > > Thank you! > >=20 > > > * Intel(R) Testing > > >=20 > > > # Basic Intel(R) NIC testing > > > * PF(i40e):Passed > > > - Exception message when starting testpmd for testing external > > > memory. It has been fixed on 20.05.patch link: > > > http://patches.dpdk.org/patch/66041/ > >=20 > > Anatoly, is it safe to backport this patch to 19.11? It applies and bui= lds cleanly > > when cherry-picked: > >=20 > > d1c7c0cdf7ba ("vfio: map contiguous areas in one go") > >=20 > > > * PF(ixgbe):Passed > > > * PF(ice):Passed > > > - The MD5 is not same between kernel ethtool and dpdk ethtool whe= n > > > testing userspace_ethtool/retrieve_eeprom. It has been fixed on > > > 20.08.patch link: http://patches.dpdk.org/patch/72354/ > >=20 > > Shougang and Qi, this patch applies when backported but build fails, as= some > > internal structures are different. Do you consider this issue a blockin= g one for > > the release and want to do the work to backport the fixes to 19.11? > >=20 > > 01186263c2c7 ("net/ice: fix EEPROM data") > >=20 > > ../drivers/net/ice/ice_ethdev.c: In function =E2=80=98ice_get_eeprom_le= ngth=E2=80=99: > > ../drivers/net/ice/ice_ethdev.c:3979:16: error: =E2=80=98struct ice_nvm= _info=E2=80=99 > > has no member named =E2=80=98flash_size=E2=80=99 > > return hw->nvm.flash_size; > >=20 > > > - With latest ice driver and firmware package exception found whe= n port > > reset vf of testpmd. It is also found on latest dpdk version, dev is de= bugging. > > > * VF(i40e):Passed > > > * VF(ixgbe):Passed > > > * VF(ice):Passed > > > * Build or compile: Passed > > > * Intel NIC single core/NIC performance: Passed > > >=20 > > > #Basic cryptodev and virtio testing > > > * vhost/virtio basic loopback, PVP and performance test: Passed. > > > - udp-fragmentation-offload can't be setup on vm Ubuntu1910.it is > > kernel issue, tracked on: https://bugzilla.kernel.org/show_bug.cgi?id= =3D207075 > > > - l3fwd-power can wake up lcore but can not sleep again. It is al= so found > > on 20.08, dev is debugging. > > > * cryptodev Function: Passed. > > > - fips_cryptodev test failed for TDES. It is also found on 20.08, > > > dev is debugging. https://bugs.dpdk.org/show_bug.cgi?id=3D512 > > > * cryptodev Performance: Passed. > > > - known unstable issue of test case 1c1t 3CPM. not effect LTS rel= ease. > > >=20 > > > Thanks. > > > Regards, > > > Chen Bo > > >=20 > > > > -----Original Message----- > > > > From: dev On Behalf Of Luca Boccassi > > > > Sent: August 19, 2020 2:12 > > > > To: stable@dpdk.org > > > > Cc: dev@dpdk.org; Abhishek Marathe > > ; > > > > Akhil Goyal ; Ali Alnubani > > > > ; Walker, Benjamin > > > > ; David Christensen > > > > ; Hemant Agrawal > > ; > > > > Stokes, Ian ; Jerin Jacob > > > > ; Mcnamara, John ; > > > > Ju-Hyoung Lee ; Kevin Traynor > > > > ; Pei Zhang ; Yu, PingX > > > > ; Xu, Qian Q ; Raslan > > > > Darawsheh ; Thomas Monjalon > > > > ; Peng, Yuan ; Chen, > > > > Zhaoyan > > > > Subject: [dpdk-dev] 19.11.4 patches review and test > > > >=20 > > > > Hi all, > > > >=20 > > > > Here is a list of patches targeted for stable release 19.11.4. > > > >=20 > > > > The planned date for the final release is August 31st. > > > >=20 > > > > Please help with testing and validation of your use cases and repor= t > > > > any issues/results with reply-all to this mail. For the final > > > > release the fixes and reported validations will be added to the rel= ease > > notes. > > > > A release candidate tarball can be found at: > > > >=20 > > > > https://dpdk.org/browse/dpdk-stable/tag/?id=3Dv19.11.4-rc1 > > > >=20 > > > > These patches are located at branch 19.11 of dpdk-stable repo: > > > > https://dpdk.org/browse/dpdk-stable/ > > > >=20 > > > > Thanks. > > > >=20 > > > > Luca Boccassi > > > >=20 > > > > --- > > > > Adam Dybkowski (7): > > > > test/crypto: fix asymmetric session mempool creation > > > > crypto/qat: fix AES-XTS capabilities > > > > crypto/qat: handle mixed hash-cipher requests on GEN3 > > > > test/crypto: add mixed encypted-digest > > > > common/qat: get firmware version > > > > crypto/qat: handle mixed hash-cipher on GEN2 > > > > common/qat: fix uninitialized variable > > > >=20 > > > > Akhil Goyal (4): > > > > crypto/dpaax_sec: fix 18-bit PDCP cases with HFN override > > > > crypto/dpaax_sec: fix inline query for descriptors > > > > crypto/dpaa2_sec: fix HFN override > > > > common/dpaax: fix 12-bit null auth case > > > >=20 > > > > Alan Dewar (1): > > > > sched: fix port time rounding > > > >=20 > > > > Alexander Kozyrev (3): > > > > net/mlx5: fix vectorized Rx burst termination > > > > net/mlx5: do not select legacy MPW implicitly > > > > net/mlx5: fix descriptors number adjustment > > > >=20 > > > > Ali Alnubani (2): > > > > net/mlx5: fix typos in meter error messages > > > > doc: fix a typo in mlx5 guide > > > >=20 > > > > Alvin Zhang (1): > > > > net/i40e: fix queue pairs configuration in VF > > > >=20 > > > > Andrew Rybchenko (1): > > > > net/sfc: do not enforce hash offload in RSS multi-queue > > > >=20 > > > > Ankur Dwivedi (2): > > > > common/cpt: fix encryption offset > > > > test/crypto: change cipher offset for ESN vector > > > >=20 > > > > Apeksha Gupta (2): > > > > app/eventdev: fix capability check in pipeline ATQ test > > > > event/dpaa2: add all-types queue capability flag > > > >=20 > > > > Archana Muniganti (2): > > > > examples/fips_validation: fix TDES interim callback > > > > examples/fips_validation: fix count overwrite for TDES > > > >=20 > > > > Archit Pandey (1): > > > > sched: fix 64-bit rate > > > >=20 > > > > Arek Kusztal (4): > > > > drivers/qat: improve multi process on qat > > > > drivers/qat: add multi process handling of driver id > > > > drivers/qat: add handling of capabilities in multi process > > > > crypto/qat: add minimum enq threshold > > > >=20 > > > > Ayuj Verma (1): > > > > examples/fips_validation: fix parsing of TDES vectors > > > >=20 > > > > Bruce Richardson (12): > > > > test: fix build with ring PMD but no bond PMD > > > > mem: fix 32-bit init config with meson > > > > rawdev: allow getting info for unknown device > > > > rawdev: fill NUMA socket ID in info > > > > rawdev: export dump function in map file > > > > doc: rebuild with meson whenever a file changes > > > > build: always link whole DPDK static libraries > > > > devtools: test static linkage with pkg-config > > > > build/pkg-config: move pkg-config file creation > > > > build/pkg-config: output drivers first for static build > > > > build/pkg-config: improve static linking flags > > > > build/pkg-config: prevent overlinking > > > >=20 > > > > Chas Williams (1): > > > > net/netvsc: fix crash during Tx > > > >=20 > > > > Chenbo Xia (1): > > > > net/virtio-user: check tap system call setting > > > >=20 > > > > Chengchang Tang (5): > > > > net/hns3: clear promiscuous on PF uninit > > > > net/hns3: remove unsupported VLAN capabilities > > > > net/hns3: fix VLAN strip configuration when setting PVID > > > > net/hns3: remove restriction on setting VF MTU > > > > net/hns3: fix adding multicast MAC address > > > >=20 > > > > Chenmin Sun (1): > > > > net/i40e: fix flow director Rx writeback packet > > > >=20 > > > > Ciara Loftus (1): > > > > net/af_xdp: remove mempool freeing on umem destruction > > > >=20 > > > > David Marchand (7): > > > > eal/windows: fix symbol export > > > > eal: remove redundant newline in alert message > > > > net/mlx5: remove redundant newline from logs > > > > net/mvpp2: fix non-EAL thread support > > > > devtools: fix path in forbidden token check > > > > lib: remind experimental status in headers > > > > net/bonding: fix socket ID check > > > >=20 > > > > Dekel Peled (2): > > > > net/mlx5: fix VLAN pop with decap action validation > > > > net/mlx5: fix VLAN push action on hairpin queue > > > >=20 > > > > Devendra Singh Rawat (1): > > > > net/qede: fix multicast drop in promiscuous mode > > > >=20 > > > > Dong Zhou (1): > > > > net/mlx5: fix LRO checksum > > > >=20 > > > > Dongyang Pan (1): > > > > net/bonding: delete redundant code > > > >=20 > > > > Fady Bader (1): > > > > meter: remove inline functions from export list > > > >=20 > > > > Feifei Wang (1): > > > > test/ring: fix statistics in bulk enq/dequeue > > > >=20 > > > > Ferruh Yigit (4): > > > > net/iavf: fix uninitialized variable > > > > net/ixgbe/base: remove dead code > > > > ethdev: fix log type for some error messages > > > > drivers/net: fix exposing internal headers > > > >=20 > > > > Fiona Trahe (3): > > > > common/qat: remove tail write coalescing > > > > common/qat: move max inflights param into qp > > > > common/qat: support dual threads for enqueue/dequeue > > > >=20 > > > > Gaurav Singh (1): > > > > net/i40e: remove duplicate tunnel type check > > > >=20 > > > > Georgiy Levashov (1): > > > > examples: add flush after stats printing > > > >=20 > > > > Gregory Etelson (1): > > > > net/mlx5: fix tunnel flow priority > > > >=20 > > > > Guinan Sun (5): > > > > net/ixgbe/base: fix host interface shadow RAM read > > > > net/ixgbe/base: fix x550em 10G NIC link status > > > > net/ixgbe/base: fix infinite recursion on PCIe link down > > > > net/ixgbe: fix MAC control frame forward > > > > net/ixgbe: fix flow control status > > > >=20 > > > > Haiyue Wang (6): > > > > bus/pci: fix VF memory access > > > > eal: fix uuid header dependencies > > > > net/ice: fix TCP checksum offload > > > > net/ice: calculate TCP header size for offload > > > > net/ice: fix Tx hang with TSO > > > > net/ice: revert fake TSO fixes > > > >=20 > > > > Hao Chen (1): > > > > net/hns3: optimize default RSS algorithm > > > >=20 > > > > Harman Kalra (4): > > > > eal/linux: fix epoll fd list rebuild for interrupts > > > > net/octeontx2: fix DMAC filtering > > > > common/octeontx2: fix crash on running procinfo > > > > eal: fix parentheses in alignment macros > > > >=20 > > > > Harry van Haaren (1): > > > > examples/eventdev: fix 32-bit coremask > > > >=20 > > > > Heinrich Kuhn (1): > > > > net/nfp: fix RSS hash configuration reporting > > > >=20 > > > > Hemant Agrawal (1): > > > > rawdev: remove remaining experimental tags > > > >=20 > > > > Hongbo Zheng (4): > > > > net/hns3: ignore function return on reset error path > > > > net/hns3: fix unintended sign extension in dump operation > > > > net/hns3: clear residual hardware configurations on init > > > > net/hns3: get link status change through mailbox > > > >=20 > > > > Hongzhi Guo (3): > > > > net: fix IPv4 checksum > > > > net: fix unneeded replacement of TCP checksum 0 > > > > net: fix checksum on big endian CPUs > > > >=20 > > > > Honnappa Nagarahalli (5): > > > > eal/armv8: fix timer frequency calibration with PMU > > > > app/testpmd: use clock time in throughput calculation > > > > app/testpmd: fix burst percentage calculation > > > > doc: fix some typos in Linux guide > > > > test/hash: move lock-free tests to perf tests > > > >=20 > > > > Hrvoje Habjanic (1): > > > > sched: fix subport freeing > > > >=20 > > > > Ian Dolzhansky (1): > > > > net/failsafe: fix RSS RETA size info > > > >=20 > > > > Igor Romanov (1): > > > > service: fix lcore iteration > > > >=20 > > > > Jecky Pei (1): > > > > net/kni: set packet input port in Rx > > > >=20 > > > > Jeff Guo (1): > > > > net/e1000: fix crash on Tx done clean up > > > >=20 > > > > Junfeng Guo (2): > > > > net/ice/base: fix RSS removal for GTP-U > > > > net/ice/base: fix memory leak on GTPU RSS > > > >=20 > > > > Junyu Jiang (2): > > > > net/iavf: fix RSS RETA after restart > > > > net/ice: fix bytes statistics > > > >=20 > > > > Kalesh AP (5): > > > > net/bnxt: remove unused enum declaration > > > > net/bnxt: fix unnecessary HWRM command > > > > net/bnxt: fix flow error on filter creation > > > > net/bnxt: fix freeing filters on flow creation failure > > > > net/bnxt: fix logical AND in if condition > > > >=20 > > > > Kevin Traynor (1): > > > > vhost: remove zero-copy and client mode restriction > > > >=20 > > > > Konstantin Ananyev (2): > > > > test/bpf: fix few small issues > > > > bpf: fix add/sub min/max estimations > > > >=20 > > > > Levend Sayar (1): > > > > service: fix C++ linkage > > > >=20 > > > > Lijun Ou (5): > > > > net/hns3: add RSS hash offload to Rx configuration > > > > net/hns3: fix key length when configuring RSS > > > > net/hns3: fix RSS configuration on empty RSS type > > > > net/hns3: remove unnecessary branch > > > > app/testpmd: remove hardcoded descriptors limit > > > >=20 > > > > Long Li (3): > > > > bus/vmbus: fix ring buffer mapping > > > > net/netvsc: fix underflow when Rx external mbuf > > > > net/netvsc: fix chimney index > > > >=20 > > > > Lukasz Wojciechowski (1): > > > > service: fix core mapping reset > > > >=20 > > > > Mao Jiang (2): > > > > net/i40e: fix binding interrupt without MSI-X vector > > > > net/i40e: fix flow director MSI-X resource allocation > > > >=20 > > > > Matan Azrad (1): > > > > vhost: fix features definition location > > > >=20 > > > > Maxime Coquelin (3): > > > > bus/dpaa: fix iterating on a class type > > > > bus/fslmc: fix iterating on a class type > > > > vhost: fix virtio ready flag check > > > >=20 > > > > Michael Baum (11): > > > > net/mlx5: remove needless Tx queue initialization check > > > > net/mlx5: fix unreachable MPLS error path > > > > common/mlx5: fix code arrangement in tag allocation > > > > net/mlx5: fix iterator type in Rx queue management > > > > net/mlx5: fix initialization of steering registers > > > > net/mlx5: fix crash in NVGRE item translation > > > > net/mlx5: remove ineffective increment in hairpin split > > > > net/mlx4: optimize stack memory size in probe > > > > net/mlx5: fix unnecessary init in mark conversion > > > > net/mlx5: fix hairpin Tx queue creation error flow > > > > net/mlx5: fix hairpin Rx queue creation error flow > > > >=20 > > > > Muhammad Bilal (1): > > > > bus/vdev: fix a typo in doxygen comment > > > >=20 > > > > Nipun Gupta (2): > > > > bus/fslmc: fix getting FD error > > > > net/dpaa: fix FD offset data type > > > >=20 > > > > Pablo de Lara (1): > > > > drivers/crypto: add missing OOP feature flag > > > >=20 > > > > Parav Pandit (1): > > > > common/mlx5: fix void parameters in glue wrappers > > > >=20 > > > > Patrick Fu (1): > > > > vhost: fix double-free with zero-copy > > > >=20 > > > > Pavan Nikhilesh (2): > > > > event/octeontx2: fix device reconfigure > > > > event/octeontx2: fix sub event type > > > >=20 > > > > Pavel Ivashchenko (1): > > > > net/i40e: fix getting EEPROM information > > > >=20 > > > > Phil Yang (5): > > > > eventdev: fix race condition on timer list counter > > > > eventdev: use C11 atomics for lcore timer armed flag > > > > eventdev: remove redundant reset on timer cancel > > > > eventdev: relax SMP barriers with C11 atomics > > > > app/testpmd: fix CPU cycles per packet stats on Tx modes > > > >=20 > > > > Qi Zhang (7): > > > > net/ice/base: fix return value > > > > net/ice/base: fix memory leak on error path > > > > net/ice/base: fix reference count on VSI list update > > > > net/ice/base: fix initializing resource for field vector > > > > net/ice/base: fix VSI ID mask to 10 bits > > > > net/ice/base: fix GTP-U inner RSS IPv4 IPv6 co-exist > > > > net/ice/base: fix RSS interference > > > >=20 > > > > Rahul Gupta (1): > > > > net/bnxt: fix performance for Arm > > > >=20 > > > > Rahul Lakkireddy (3): > > > > net/cxgbe: fix CLIP leak in filter error path > > > > net/cxgbe: fix double MPS alloc by flow validate and create > > > > net/cxgbe: fix L2T leak in filter error and free path > > > >=20 > > > > Raslan Darawsheh (3): > > > > net: fix pedantic build > > > > net/mlx5: fix flow items size calculation > > > > net/mlx5: fix VF MAC address set over BlueField > > > >=20 > > > > Ruifeng Wang (8): > > > > net/i40e: enable NEON Rx/Tx in meson > > > > eal/arm: add vcopyq intrinsic for aarch32 > > > > net/ixgbe: fix include of vector header file > > > > test: allow no-huge mode for fast-tests > > > > test/cycles: restore default delay callback > > > > crypto/armv8: remove debug option > > > > crypto/armv8: use dedicated log type > > > > net/i40e: support aarch32 > > > >=20 > > > > Sarosh Arif (3): > > > > doc: fix typo in bbdev test guide > > > > examples/packet_ordering: use proper exit method > > > > doc: fix ethtool app path > > > >=20 > > > > Shougang Wang (2): > > > > net/ice: fix error log in generic flow > > > > net/i40e: fix filter pctype > > > >=20 > > > > Shy Shyman (3): > > > > app/testpmd: fix error detection in MTU command > > > > net/mlx5: fix flow META item validation > > > > net/mlx5: fix HW counters path in switchdev mode > > > >=20 > > > > Stephen Hemminger (8): > > > > net/netvsc: fix warning when VF is removed > > > > net/netvsc: do not query VF link state > > > > net/netvsc: do not spin forever waiting for reply > > > > eal: fix lcore accessors for non-EAL threads > > > > cfgfile: fix stack buffer underflow > > > > rib: add C++ include guard > > > > kni: fix reference to master/slave process > > > > doc: fix reference to master process > > > >=20 > > > > Suanming Mou (3): > > > > net/mlx5: fix secondary process resources release > > > > net/mlx5: fix interrupt installation timing > > > > net/mlx5: fix counter query > > > >=20 > > > > Tal Shnaiderman (2): > > > > build: fix drivers library path on Windows > > > > pci: fix address domain format size > > > >=20 > > > > Thomas Monjalon (1): > > > > doc: update build instructions in the Linux guide > > > >=20 > > > > Tianfei Zhang (2): > > > > raw/ifpga/base: fix SPI transaction > > > > raw/ifpga/base: fix NIOS SPI init > > > >=20 > > > > Timothy Redaelli (1): > > > > test: fix rpath for drivers with meson > > > >=20 > > > > Viacheslav Ovsiienko (3): > > > > net/mlx5: fix UAR lock sharing for multiport devices > > > > common/mlx5: fix queue doorbell record size > > > > net/mlx5: fix metadata storing for NEON Rx > > > >=20 > > > > Vladimir Medvedkin (1): > > > > doc: add RIB and FIB into the API index > > > >=20 > > > > Wei Hu (Xavier) (12): > > > > net/hns3: fix Tx less than 60 bytes > > > > net/hns3: fix VLAN tags reported in Rx > > > > app/testpmd: fix stats error message > > > > net/hns3: fix flow director error message > > > > net/hns3: fix unintended sign extension in fd operation > > > > net/hns3: fix Rx buffer size > > > > net/hns3: check multi-process action register result > > > > ethdev: fix data room size verification in Rx queue setup > > > > ethdev: fix VLAN offloads set if no relative capabilities > > > > net/bonding: fix error code on device creation > > > > net/bonding: fix MAC address when switching active port > > > > net/bonding: fix MAC address when one port resets > > > >=20 > > > > Wei Zhao (4): > > > > net/ice: fix switch action number check > > > > net/ixgbe: report 10Mbps link speed for x553 > > > > net/ice: add input set byte number check > > > > net/i40e: enable QinQ stripping > > > >=20 > > > > Weifeng Li (1): > > > > net/bonding: change state machine to defaulted > > > >=20 > > > > Xiao Wang (1): > > > > net/virtio-user: fix status management > > > >=20 > > > > Xiaolong Ye (6): > > > > mbuf: remove unused next member in dynamic flag/field > > > > test/mbuf: fix a dynamic flag log > > > > mbuf: fix boundary check at dynamic field registration > > > > mbuf: fix error code in dynamic field/flag registration > > > > mbuf: fix free space update for dynamic field > > > > mbuf: fix dynamic field dump log > > > >=20 > > > > Xiaoyun Wang (5): > > > > net/hinic/base: check output of management sync channel > > > > net/hinic/base: remove unused function parameters > > > > net/hinic: fix setting promiscuous mode > > > > net/hinic: optimize Rx performance for x86 > > > > net/hinic/base: avoid system time jump > > > >=20 > > > > Yicai Lu (1): > > > > net/bonding: fix LACP negotiation > > > >=20 > > > > Yunjian Wang (12): > > > > app/testpmd: fix memory leak on error path > > > > vfio: remove unused variable > > > > net/af_packet: fix check of file descriptors > > > > net/af_packet: fix memory leak on init failure > > > > net/af_packet: fix munmap on init failure > > > > bus/fslmc: fix memory leak in secondary process > > > > hash: fix out-of-memory handling in hash creation > > > > event/dpaa: remove dead code > > > > net/qede: remove dead code > > > > net/hinic: check memory allocations in flow creation > > > > net/ice: fix memory leak when releasing VSI > > > > net/ice: add memory allocation check in RSS init > > > >=20 > > > > Zhiguang He (1): > > > > net/bonding: fix dead loop on RSS RETA update > > > >=20 > > > > Zhihong Peng (2): > > > > net/i40e: report VLAN filter capability > > > > net/e1000: report VLAN extend capability > > > >=20 > > > > Zhike Wang (1): > > > > mempool: fix allocation in memzone during retry