<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 13, 2021 at 7:42 PM Ferruh Yigit <<a href="mailto:ferruh.yigit@intel.com">ferruh.yigit@intel.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 12/13/2021 1:49 PM, Kalesh Anakkur Purayil wrote:<br>
> Hi Christian/Ferruh,<br>
> <br>
> On Mon, 13 Dec 2021 at 7:03 PM, Christian Ehrhardt <<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>>> wrote:<br>
> <br>
> On Mon, Dec 13, 2021 at 1:59 PM Ferruh Yigit <<a href="mailto:ferruh.yigit@intel.com" target="_blank">ferruh.yigit@intel.com</a> <mailto:<a href="mailto:ferruh.yigit@intel.com" target="_blank">ferruh.yigit@intel.com</a>>> wrote:<br>
> ><br>
> > On 12/13/2021 12:39 PM, Christian Ehrhardt wrote:<br>
> > > On Mon, Dec 13, 2021 at 12:06 PM Ferruh Yigit <<a href="mailto:ferruh.yigit@intel.com" target="_blank">ferruh.yigit@intel.com</a> <mailto:<a href="mailto:ferruh.yigit@intel.com" target="_blank">ferruh.yigit@intel.com</a>>> wrote:<br>
> > >><br>
> > >> On 12/13/2021 4:14 AM, Kalesh Anakkur Purayil wrote:<br>
> > >>> Hi Christian,<br>
> > >>><br>
> > >>> 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?<br>
> > >>><br>
> > >><br>
> > >> Hi Kalesh,<br>
> > >><br>
> > >> I have sent a backport patch for 20.11, can you please check if it fixes<br>
> > >> the build for the v19.11 too?<br>
> > >><br>
> > >> <a href="http://inbox.dpdk.org/stable/BYAPR11MB27110B5509D1C5B999BB3AA1FE709@BYAPR11MB2711.namprd11.prod.outlook.com/T/#m3a451169c23b73d9f421fa0d7cf8da8c9f9e496f" rel="noreferrer" target="_blank">http://inbox.dpdk.org/stable/BYAPR11MB27110B5509D1C5B999BB3AA1FE709@BYAPR11MB2711.namprd11.prod.outlook.com/T/#m3a451169c23b73d9f421fa0d7cf8da8c9f9e496f</a> <<a href="http://inbox.dpdk.org/stable/BYAPR11MB27110B5509D1C5B999BB3AA1FE709@BYAPR11MB2711.namprd11.prod.outlook.com/T/#m3a451169c23b73d9f421fa0d7cf8da8c9f9e496f" rel="noreferrer" target="_blank">http://inbox.dpdk.org/stable/BYAPR11MB27110B5509D1C5B999BB3AA1FE709@BYAPR11MB2711.namprd11.prod.outlook.com/T/#m3a451169c23b73d9f421fa0d7cf8da8c9f9e496f</a>><br>
> > ><br>
> > > This patch is already applied in 19.11.11 as [1], thereby at least<br>
> > > without backport adaptations it surely does not fix the problem.<br>
> > ><br>
> ><br>
> > It is indeed.<br>
> ><br>
> > @Kalesh, can you please share more details related to the build error?<br>
> ><br>
> ><br>
> > > Comparing the upstream, the 20.11 backport and the 19.11 kernel_dir<br>
> > > the difference is that 19.11 currently has it inside the check for<br>
> > > kernel_dir.<br>
> > > But both get initialized from ` get_option('kernel_dir')` so either<br>
> > > both or none would trigger and therefore it should be ok as-is.<br>
> > ><br>
> > > I'm happy to consider a fix if someone looks deeper into it and let me<br>
> > > know what adaptations to try.<br>
> > > I can also test build SLES15SP3 (before this discussion I knew it was<br>
> > > "still broken").<br>
> > ><br>
> ><br>
> > The above fix should fix the build for SLES15SP3, are you aware of any<br>
> > build error after that patch?<br>
> <br>
> As I said my SLES15SP3 test build kept failing [1] and it looked like<br>
> the very same issue as before.<br>
> <br>
> [ 351s] CC<br>
> /home/abuild/rpmbuild/BUILD/dpdk-1638972763.ee4ce5a57/x86_64-default-linux-gcc/build/kernel/linux/igb_uio/igb_uio.mod.o<br>
> [ 351s] /home/abuild/rpmbuild/BUILD/dpdk-1638972763.ee4ce5a57/x86_64-default-linux-gcc/build/kernel/linux/kni/kni_net.c:791:20:<br>
> error: initialization from incompatible pointer type<br>
> [-Werror=incompatible-pointer-types]<br>
> [ 351s] .ndo_tx_timeout = kni_net_tx_timeout,<br>
> [ 351s] ^~~~~~~~~~~~~~~~~~<br>
> <br>
> [1]: <a href="https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64" rel="noreferrer" target="_blank">https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64</a> <<a href="https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64" rel="noreferrer" target="_blank">https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64</a>><br>
> <br>
> [Kalesh] Yes, i am seeing the same error. I used make command to build dpdk, not meson.<br>
> The back ported commit you mentioned takes care of meson build only I think.<br>
> <br>
<br>
I see, make build is failing, and yes the fix is only for the meson.<br>
I will check the make build and will send a fix for it.<br></blockquote><div>[Kalesh]: looks like the below changes fixes the issue. I tried only on SLES15 SP3 and not on other SLES flavors.</div><div><br></div><div>diff --git a/kernel/linux/kni/Makefile b/kernel/linux/kni/Makefile<br>index 595bac2..bf0efab 100644<br>--- a/kernel/linux/kni/Makefile<br>+++ b/kernel/linux/kni/Makefile<br>@@ -16,6 +16,16 @@ MODULE_CFLAGS += -I$(RTE_OUTPUT)/include<br> MODULE_CFLAGS += -include $(RTE_OUTPUT)/include/rte_config.h<br> MODULE_CFLAGS += -Wall -Werror<br><br>+#<br>+# Use explicit 'source' folder for header path. In SUSE 'source' is not linked to 'build' folder.<br>+#<br>+ifdef CONFIG_SUSE_KERNEL<br>+ KSRC = /lib/modules/$(shell uname -r)/source<br>+ ifneq ($(shell grep -A 1 "ndo_tx_timeout" $(KSRC)/include/linux/netdevice.h | grep -o txqueue),)<br>+ MODULE_CFLAGS += -DHAVE_TX_TIMEOUT_TXQUEUE<br>+ endif<br>+endif<br>+<br> -include /etc/lsb-release<br><br> ifeq ($(DISTRIB_ID),Ubuntu)<br></div><div><br></div><div>Regards,</div><div>Kalesh</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> Regards,<br>
> Kalesh<br>
> <br>
> <<a href="https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64" rel="noreferrer" target="_blank">https://build.opensuse.org/package/live_build_log/home:cpaelzer:branches:home:bluca:dpdk/dpdk-19.11/SLE_15/x86_64</a>><br>
> <br>
> > > [1]: <a href="https://github.com/cpaelzer/dpdk-stable-queue/commit/6c8f6b72f28c713a7017d0db9ce95b2377ce4366" rel="noreferrer" target="_blank">https://github.com/cpaelzer/dpdk-stable-queue/commit/6c8f6b72f28c713a7017d0db9ce95b2377ce4366</a> <<a href="https://github.com/cpaelzer/dpdk-stable-queue/commit/6c8f6b72f28c713a7017d0db9ce95b2377ce4366" rel="noreferrer" target="_blank">https://github.com/cpaelzer/dpdk-stable-queue/commit/6c8f6b72f28c713a7017d0db9ce95b2377ce4366</a>><br>
> > ><br>
> > >>> Regards,<br>
> > >>> Kalesh<br>
> > >>><br>
> > >>> On Thu, Dec 9, 2021 at 8:13 PM <<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>>>> wrote:<br>
> > >>><br>
> > >>> Hi all,<br>
> > >>><br>
> > >>> Here is a list of patches targeted for stable release 19.11.11.<br>
> > >>><br>
> > >>> The planned date for the final release is 7th January 2021.<br>
> > >>><br>
> > >>> Please help with testing and validation of your use cases and report<br>
> > >>> any issues/results with reply-all to this mail. For the final release<br>
> > >>> the fixes and reported validations will be added to the release notes.<br>
> > >>><br>
> > >>> A release candidate tarball can be found at:<br>
> > >>><br>
> > >>> <a href="https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1</a> <<a href="https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1</a>> <<a href="https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1</a> <<a href="https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/tag/?id=v19.11.11-rc1</a>>><br>
> > >>><br>
> > >>> These patches are located at branch 19.11 of dpdk-stable repo:<br>
> > >>> <a href="https://dpdk.org/browse/dpdk-stable/" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/</a> <<a href="https://dpdk.org/browse/dpdk-stable/" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/</a>> <<a href="https://dpdk.org/browse/dpdk-stable/" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/</a> <<a href="https://dpdk.org/browse/dpdk-stable/" rel="noreferrer" target="_blank">https://dpdk.org/browse/dpdk-stable/</a>>><br>
> > >>><br>
> > >>> Thanks.<br>
> > >>><br>
> > >>> Christian Ehrhardt <<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a> <mailto:<a href="mailto:christian.ehrhardt@canonical.com" target="_blank">christian.ehrhardt@canonical.com</a>>>><br>
> > >>><br>
> > >>> ---<br>
> > >>> Ajit Khaparde (3):<br>
> > >>> net/bnxt: fix Tx queue startup state<br>
> > >>> net/bnxt: fix memzone free for Tx and Rx rings<br>
> > >>> net/bnxt: fix tunnel port accounting<br>
> > >>><br>
> > >>> Alexander Bechikov (1):<br>
> > >>> mbuf: fix dump of dynamic fields and flags<br>
> > >>><br>
> > >>> Alexander Kozyrev (2):<br>
> > >>> net/mlx5: fix GENEVE and VXLAN-GPE flow item matching<br>
> > >>> net/mlx5: fix GRE flow item matching<br>
> > >>><br>
> > >>> Alvin Zhang (1):<br>
> > >>> net/i40e: fix Rx packet statistics<br>
> > >>><br>
> > >>> Aman Singh (1):<br>
> > >>> kni: fix build for SLES15-SP3<br>
> > >>><br>
> > >>> Anatoly Burakov (2):<br>
> > >>> vfio: fix FreeBSD clear group stub<br>
> > >>> vfio: fix FreeBSD documentation<br>
> > >>><br>
> > >>> Anoob Joseph (2):<br>
> > >>> test/crypto: skip plain text compare for null cipher<br>
> > >>> common/cpt: fix KASUMI input length<br>
> > >>><br>
> > >>> Arek Kusztal (2):<br>
> > >>> crypto/qat: fix status in RSA decryption<br>
> > >>> crypto/qat: fix uncleared cookies after operation<br>
> > >>><br>
> > >>> Ben Pfaff (1):<br>
> > >>> doc: fix numbers power of 2 in LPM6 guide<br>
> > >>><br>
> > >>> Bing Zhao (2):<br>
> > >>> net/mlx5: fix flow tables double release<br>
> > >>> net/mlx5: fix RETA update without stopping device<br>
> > >>><br>
> > >>> Bruce Richardson (3):<br>
> > >>> eal/freebsd: lock memory device to prevent conflicts<br>
> > >>> test/mem: fix memory autotests on FreeBSD<br>
> > >>> eal/freebsd: ignore in-memory option<br>
> > >>><br>
> > >>> Chengchang Tang (2):<br>
> > >>> net/bonding: fix dedicated queue mode in vector burst<br>
> > >>> net/bonding: fix RSS key length<br>
> > >>><br>
> > >>> Chengfeng Ye (1):<br>
> > >>> net/axgbe: fix unreleased lock in I2C transfer<br>
> > >>><br>
> > >>> Chengwen Feng (1):<br>
> > >>> kni: check error code of allmulticast mode switch<br>
> > >>><br>
> > >>> Cian Ferriter (1):<br>
> > >>> ring: fix Doxygen comment of internal function<br>
> > >>><br>
> > >>> Ciara Loftus (1):<br>
> > >>> net/af_xdp: disable secondary process support<br>
> > >>><br>
> > >>> Ciara Power (3):<br>
> > >>> crypto/openssl: fix CCM processing 0 length source<br>
> > >>> examples/fips_validation: remove unused allocation<br>
> > >>> test/crypto: fix unnecessary stats retrieval<br>
> > >>><br>
> > >>> Conor Walsh (8):<br>
> > >>> net/hinic/base: remove some unused variables<br>
> > >>> bus/fslmc: remove unused device count<br>
> > >>> event/sw: remove unused inflight events count<br>
> > >>> net/liquidio: remove unused counter<br>
> > >>> net/qede/base: remove unused message size<br>
> > >>> net/vmxnet3: fix build with clang 13<br>
> > >>> test/distributor: remove unused counter<br>
> > >>> examples/performance-thread: remove unused hits count<br>
> > >>><br>
> > >>> Dapeng Yu (1):<br>
> > >>> net/ice: save rule on switch filter creation<br>
> > >>><br>
> > >>> Dariusz Sosnowski (2):<br>
> > >>> net/mlx5: fix MPLS tunnel outer layer overwrite<br>
> > >>> doc: fix typo in coding style<br>
> > >>><br>
> > >>> David Christensen (3):<br>
> > >>> eal/ppc: ignore GCC 10 stringop-overflow warnings<br>
> > >>> config/ppc: ignore GCC 11 psabi warnings<br>
> > >>> test/atomic: fix 128-bit atomic test with many cores<br>
> > >>><br>
> > >>> David Hunt (1):<br>
> > >>> test/power: fix CPU frequency when turbo enabled<br>
> > >>><br>
> > >>> David Marchand (10):<br>
> > >>> net/virtio: avoid unneeded link interrupt configuration<br>
> > >>> net/virtio-user: fix Rx interrupts with multi-queue<br>
> > >>> bus/vmbus: fix leak on device scan<br>
> > >>> test/latency: fix loop boundary<br>
> > >>> eal/x86: fix some CPU extended features definitions<br>
> > >>> mbuf: enforce no option for dynamic fields and flags<br>
> > >>> doc: fix default mempool option in guides<br>
> > >>> eal/linux: fix uevent message parsing<br>
> > >>> test/red: fix typo in test description<br>
> > >>> examples/ntb: fix build dependency<br>
> > >>><br>
> > >>> Eli Britstein (4):<br>
> > >>> net: avoid cast-align warning in VLAN insert function<br>
> > >>> mbuf: avoid cast-align warning in data offset macro<br>
> > >>> eal/x86: avoid cast-align warning in memcpy functions<br>
> > >>> app/testpmd: fix packet burst spreading stats<br>
> > >>><br>
> > >>> Eugenio Pérez (1):<br>
> > >>> vhost: clean IOTLB cache on vring stop<br>
> > >>><br>
> > >>> Fan Zhang (1):<br>
> > >>> examples/fips_validation: fix device start<br>
> > >>><br>
> > >>> Feifei Wang (2):<br>
> > >>> drivers/net: fix typo in vector Rx comment<br>
> > >>> drivers/net: fix vector Rx comments<br>
> > >>><br>
> > >>> Ferruh Yigit (3):<br>
> > >>> net/softnic: fix useless address check<br>
> > >>> net/i40e: fix 32-bit build<br>
> > >>> ethdev: fix crash on owner delete<br>
> > >>><br>
> > >>> Gagandeep Singh (3):<br>
> > >>> common/dpaax/caamflib: fix IV for short MAC-I in SNOW3G<br>
> > >>> common/dpaax: fix physical address conversion<br>
> > >>> drivers/crypto: fix IPsec TTL decrement option<br>
> > >>><br>
> > >>> Gaoxiang Liu (1):<br>
> > >>> vhost: log socket path on adding connection<br>
> > >>><br>
> > >>> Georg Sauthoff (1):<br>
> > >>> net: fix aliasing in checksum computation<br>
> > >>><br>
> > >>> Gregory Etelson (6):<br>
> > >>> examples/multi_process: fix Rx packets distribution<br>
> > >>> net/mlx5: fix RSS expansion scheme for GRE header<br>
> > >>> app/testpmd: fix hexadecimal parser with odd length<br>
> > >>> net/mlx5: fix VXLAN-GPE next protocol translation<br>
> > >>> net/mlx5: fix GENEVE protocol type translation<br>
> > >>> net/mlx5: fix GRE protocol type translation<br>
> > >>><br>
> > >>> Haiyue Wang (1):<br>
> > >>> net/ice: fix memzone leak after device init failure<br>
> > >>><br>
> > >>> Hanumanth Reddy Pothula (1):<br>
> > >>> net/octeontx2: fix MTU when PTP is enabled<br>
> > >>><br>
> > >>> Harneet Singh (1):<br>
> > >>> examples/l3fwd-power: fix early shutdown<br>
> > >>><br>
> > >>> Harry van Haaren (1):<br>
> > >>> app/eventdev: fix terminal colour after control-c exit<br>
> > >>><br>
> > >>> Heinrich Kuhn (1):<br>
> > >>> net/nfp: fix minimum descriptor sizes<br>
> > >>><br>
> > >>> Honnappa Nagarahalli (1):<br>
> > >>> eal: reset lcore task callback and argument<br>
> > >>><br>
> > >>> Huisong Li (5):<br>
> > >>> net/hns3: fix input parameters of MAC functions<br>
> > >>> app/testpmd: retain all original dev conf when config DCB<br>
> > >>> ethdev: fix PCI device release in secondary process<br>
> > >>> net/hns3: simplify queue DMA address arithmetic<br>
> > >>> app/testpmd: remove unused header file<br>
> > >>><br>
> > >>> Hyong Youb Kim (2):<br>
> > >>> net/enic: fix filter mode detection<br>
> > >>> net/enic: avoid error message when no advanced filtering<br>
> > >>><br>
> > >>> Ivan Ilchenko (2):<br>
> > >>> net/virtio: fix mbuf count on Rx queue setup<br>
> > >>> ethdev: fix xstats by ID API documentation<br>
> > >>><br>
> > >>> Jerin Jacob (1):<br>
> > >>> examples/performance-thread: fix build with clang 12.0.1<br>
> > >>><br>
> > >>> Jiawei Wang (1):<br>
> > >>> net/mlx5: fix metadata and meter split shared tag<br>
> > >>><br>
> > >>> Jie Wang (2):<br>
> > >>> net/i40e: fix forward outer IPv6 VXLAN<br>
> > >>> app/testpmd: fix DCB in VT configuration<br>
> > >>><br>
> > >>> Jim Harris (2):<br>
> > >>> eal/linux: remove unused variable for socket memory<br>
> > >>> power: fix build with clang 13<br>
> > >>><br>
> > >>> Joyce Kong (2):<br>
> > >>> test/service: fix some comment<br>
> > >>> test/func_reentrancy: free memzones after test<br>
> > >>><br>
> > >>> Julien Meunier (2):<br>
> > >>> stack: fix reload head when pop fails<br>
> > >>> net/ixgbe: fix queue release<br>
> > >>><br>
> > >>> Junxiao Shi (1):<br>
> > >>> net/memif: fix chained mbuf determination<br>
> > >>><br>
> > >>> Kai Ji (1):<br>
> > >>> test/crypto: fix data lengths<br>
> > >>><br>
> > >>> Kalesh AP (5):<br>
> > >>> net/bnxt: fix ring group free<br>
> > >>> net/bnxt: fix double allocation of ring groups<br>
> > >>> net/bnxt: fix function driver register/unregister<br>
> > >>> net/bnxt: check FW capability for VLAN offloads<br>
> > >>> net/bnxt: fix VLAN indication in Rx mbuf<br>
> > >>><br>
> > >>> Kevin Traynor (2):<br>
> > >>> bitrate: fix registration to match API description<br>
> > >>> bitrate: fix calculation to match API description<br>
> > >>><br>
> > >>> Konstantin Ananyev (2):<br>
> > >>> test/bpf: fix undefined behavior with clang<br>
> > >>> test: fix ring PMD initialisation<br>
> > >>><br>
> > >>> Kumara Parameshwaran (1):<br>
> > >>> net/failsafe: fix secondary process probe<br>
> > >>><br>
> > >>> Lance Richardson (1):<br>
> > >>> net: fix checksum API documentation<br>
> > >>><br>
> > >>> Li Feng (1):<br>
> > >>> vhost: add sanity check on inflight last index<br>
> > >>><br>
> > >>> Long Li (1):<br>
> > >>> bus/vmbus: fix ring buffer mapping in secondary process<br>
> > >>><br>
> > >>> Maciej Szwed (1):<br>
> > >>> interrupt: fix request notifier interrupt processing<br>
> > >>><br>
> > >>> Maxime Coquelin (3):<br>
> > >>> app/testpmd: fix RSS key length<br>
> > >>> app/testpmd: fix RSS type display<br>
> > >>> net/mlx5: fix RSS RETA update<br>
> > >>><br>
> > >>> Michal Krawczyk (4):<br>
> > >>> net/ena: fix offload capabilities verification<br>
> > >>> net/ena: fix per-queue offload capabilities<br>
> > >>> net/ena: advertise scattered Rx capability<br>
> > >>> Revert "net/ena: trigger reset on Tx prepare failure"<br>
> > >>><br>
> > >>> Naga Harish K S V (2):<br>
> > >>> eventdev/eth_rx: fix WRR buffer overrun<br>
> > >>> eventdev/eth_tx: fix queue delete logic<br>
> > >>><br>
> > >>> Nithin Dabilpuram (2):<br>
> > >>> app/testpmd: fix check without outer checksum<br>
> > >>> app/testpmd: fix dump of Tx offload flags<br>
> > >>><br>
> > >>> Olivier Matz (1):<br>
> > >>> mem: fix dynamic hugepage mapping in container<br>
> > >>><br>
> > >>> Pablo de Lara (1):<br>
> > >>> efd: allow more CPU sockets in table creation<br>
> > >>><br>
> > >>> Przemyslaw Zegan (2):<br>
> > >>> app/crypto-perf: fix AAD template copy overrun<br>
> > >>> common/qat: fix queue pairs number<br>
> > >>><br>
> > >>> Qi Zhang (1):<br>
> > >>> net/ice/base: fix typo in comment<br>
> > >>><br>
> > >>> Qiming Chen (12):<br>
> > >>> net/ixgbe: fix Rx multicast statistics after reset<br>
> > >>> net/pcap: fix resource leakage on port probe<br>
> > >>> net/ixgbe: fix hash handle leak<br>
> > >>> net/ixgbe: fix queue resource leak<br>
> > >>> net/ixgbe: fix MAC resource leak<br>
> > >>> net/ixgbe: fix mbuf leak<br>
> > >>> net/i40e: fix mbuf leak<br>
> > >>> net/i40e: fix device startup resource release<br>
> > >>> net/iavf: fix mbuf leak<br>
> > >>> net/i40e/base: fix resource leakage<br>
> > >>> net/iavf: fix Rx queue buffer size alignment<br>
> > >>> common/iavf: fix ARQ resource leak<br>
> > >>><br>
> > >>> Rebecca Troy (1):<br>
> > >>> test/compress: fix buffer overflow<br>
> > >>><br>
> > >>> Robin Zhang (7):<br>
> > >>> net/i40e/base: fix PHY identifiers for 2.5G and 5G adapters<br>
> > >>> net/i40e/base: fix PF reset<br>
> > >>> net/i40e/base: fix update link data for X722<br>
> > >>> net/i40e/base: fix AOC media type<br>
> > >>> net/i40e/base: fix function name in comments<br>
> > >>> net/i40e/base: fix potentially uninitialized variables<br>
> > >>> net/i40e/base: fix using checksum before check<br>
> > >>><br>
> > >>> Ruifeng Wang (3):<br>
> > >>> examples/service_cores: fix lcore count check<br>
> > >>> net/i40e: fix risk in descriptor read in NEON Rx<br>
> > >>> net/i40e: fix risk in descriptor read in scalar Rx<br>
> > >>><br>
> > >>> Sean Morrissey (3):<br>
> > >>> remove repeated 'the' in the code<br>
> > >>> fix PMD wording<br>
> > >>> doc: capitalise PMD<br>
> > >>><br>
> > >>> Shijith Thotton (2):<br>
> > >>> test/event_crypto: fix event crypto metadata write<br>
> > >>> test/event: fix timer adapter creation test<br>
> > >>><br>
> > >>> Somnath Kotur (1):<br>
> > >>> net/bnxt: fix Rx next consumer index in mbuf alloc fail<br>
> > >>><br>
> > >>> Stephen Hemminger (4):<br>
> > >>> mbuf: fix typo in comment<br>
> > >>> bpf: allow self-xor operation<br>
> > >>> net/bnxt: fix firmware version query<br>
> > >>> fix spelling in comments and doxygen<br>
> > >>><br>
> > >>> Sunil Kumar Kori (1):<br>
> > >>> app/testpmd: fix access to DSCP table entries<br>
> > >>><br>
> > >>> Thomas Monjalon (2):<br>
> > >>> net/qede: fix minsize build<br>
> > >>> doc: remove repeated repeated words<br>
> > >>><br>
> > >>> Timothy Redaelli (1):<br>
> > >>> doc: strip build artefacts for examples file list<br>
> > >>><br>
> > >>> Tudor Cornea (3):<br>
> > >>> net/iavf: fix overflow in maximum packet length config<br>
> > >>> net/af_packet: fix ignoring full ring on Tx<br>
> > >>> net/ixgbe: fix port initialization if MTU config fails<br>
> > >>><br>
> > >>> Vanshika Shukla (1):<br>
> > >>> examples/ptpclient: fix delay request message<br>
> > >>><br>
> > >>> Viacheslav Ovsiienko (2):<br>
> > >>> app/testpmd: fix hex string parser in flow commands<br>
> > >>> doc: describe timestamp limitations for mlx5<br>
> > >>><br>
> > >>> Vladimir Medvedkin (3):<br>
> > >>> hash: fix Doxygen comment of Toeplitz file<br>
> > >>> lpm6: fix buffer overflow<br>
> > >>> rib: fix IPv6 depth mask<br>
> > >>><br>
> > >>> William Tu (1):<br>
> > >>> doc: fix emulated device names in e1000 guide<br>
> > >>><br>
> > >>> Xiaoyu Min (1):<br>
> > >>> net/mlx4: fix empty Ethernet spec with VLAN<br>
> > >>><br>
> > >>> Xuan Ding (1):<br>
> > >>> net/virtio: fix indirect descriptor reconnection<br>
> > >>><br>
> > >>> Xueming Li (2):<br>
> > >>> eal: fix device iterator when no bus is selected<br>
> > >>> net/mlx5: fix Altivec Rx<br>
> > >>><br>
> > >>> Yunjian Wang (1):<br>
> > >>> net/ice: fix memzone leak on queue re-configure<br>
> > >>><br>
> > >>> Yury Kylulin (1):<br>
> > >>> net/i40e: support 25G AOC/ACC cables<br>
> > >>><br>
> > >>> Zhihong Peng (1):<br>
> > >>> examples/performance-thread: fix build with ASan<br>
> > >>><br>
> > >>> Zhihong Wang (1):<br>
> > >>> app/testpmd: fix Tx retry in flowgen engine<br>
> > >>><br>
> > >>><br>
> > >>><br>
> > >>> --<br>
> > >>> Regards,<br>
> > >>> Kalesh A P<br>
> > >><br>
> > ><br>
> > ><br>
> ><br>
> <br>
> <br>
> -- <br>
> Christian Ehrhardt<br>
> Staff Engineer, Ubuntu Server<br>
> Canonical Ltd<br>
> <br>
> -- <br>
> Regards,<br>
> Kalesh A P<br>
<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr">Regards,<div>Kalesh A P</div></div></div></div>