patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH v3 5/5] ethdev: fix dev state when stop
 2022-05-25 17:44 UTC  (2+ messages)

[PATCH 1/3] app/testpmd: fix displaying RSS info
 2022-05-25 17:37 UTC 

[PATCH v6 2/2] net/ixgbe: Fix SFP detection and linking on hotplug
 2022-05-25 16:55 UTC  (3+ messages)

patch 'test/mem: disable ASan when accessing unallocated memory' has been queued to stable release 21.11.2
 2022-05-25 16:35 UTC  (56+ messages)
` patch 'net/netvsc: fix hot adding multiple VF PCI devices' "
` patch 'net/nfp: remove unneeded header inclusion' "
` patch 'net/bonding: fix RSS key config with extended key length' "
` patch 'net/cxgbe: fix port ID in Rx mbuf' "
` patch 'net/cxgbe: fix Tx queue stuck with mbuf chain coalescing' "
` patch 'net/vhost: fix access to freed memory' "
` patch 'net/virtio: restore some optimisations with AVX512' "
` patch 'net/vhost: fix TSO feature default disablement' "
` patch 'vhost: fix missing virtqueue lock protection' "
` patch 'vdpa/mlx5: fix interrupt trash that leads to crash' "
` patch 'vdpa/mlx5: fix dead loop when process interrupted' "
` patch 'net/dpaa: fix event queue detach' "
` patch 'doc: update matching versions in ice guide' "
` patch 'net/bonding: fix stopping non-active slaves' "
` patch 'net/bonding: fix slave stop and remove on port close' "
` patch 'net/tap: fix interrupt handler freeing' "
` patch 'ethdev: fix build with vtune option' "
` patch 'net/hns3: fix order of clearing imissed register in PF' "
` patch 'net/hns3: fix MAC and queues HW statistics overflow' "
` patch 'net/hns3: fix pseudo-sharing between threads' "
` patch 'net/hns3: fix mbuf free on Tx done cleanup' "
` patch 'net/hns3: fix RSS disable' "
` patch 'net/hns3: fix rollback on RSS hash update' "
` patch 'net/hns3: remove redundant RSS tuple field' "
` patch 'ethdev: fix RSS update when RSS is disabled' "
` patch 'net/hns3: remove unnecessary RSS switch' "
` patch 'app/testpmd: check statistics query before printing' "
` patch 'app/testpmd: fix MTU verification' "
` patch 'net/cnxk: add message on flow parsing failure' "
` patch 'common/cnxk: fix unaligned access to device memory' "
` patch 'common/cnxk: fix null pointer dereference' "
` patch 'net/cnxk: fix uninitialized variables' "
` patch 'common/cnxk: fix SQ flush sequence' "
` patch 'net/cnxk: add barrier after meta batch free in scalar' "
` patch 'net/bnxt: fix reordering in NEON Rx' "
` patch 'net/bnxt: fix device capability reporting' "
` patch 'net/bnxt: remove unused macro' "
` patch 'net/bnxt: fix Rx configuration' "
` patch 'net/bnxt: fix RSS action' "
` patch 'net/bnxt: fix ring group on Rx restart' "
` patch 'net/bnxt: check duplicate queue IDs' "
` patch 'net/bnxt: handle queue stop during RSS flow create' "
` patch 'net/bnxt: avoid unnecessary endianness conversion' "
` patch 'net/bnxt: fix speed autonegotiation' "
` patch 'net/bnxt: force PHY update on certain configurations' "
` patch 'net/bnxt: fix link status when port is stopped' "
` patch 'net/bnxt: recheck FW readiness if in reset process' "
` patch 'net/bnxt: fix freeing VNIC filters' "
` patch 'net/mlx5: fix no-green metering with RSS' "
` patch 'doc: fix build with sphinx 4.5' "
` patch 'eventdev/eth_rx: fix telemetry Rx stats reset' "
` patch 'event/cnxk: fix out of bounds access in test' "
` patch 'eal/x86: fix unaligned access for small memcpy' "
` patch 'devargs: fix leak on hotplug failure' "

[PATCH v3 1/2] app/testpmd: do not poll stopped queues
 2022-05-25 15:46 UTC  (2+ messages)

[PATCH 1/3] ipsec: fix NAT-T ports and length
 2022-05-25 13:59 UTC  (3+ messages)
` [PATCH 2/3] examples/ipsec-secgw: fix NAT-T header fields
` [PATCH 3/3] net/iavf: fix NAT-T payload length

[PATCH] app/testpmd: fix use of indirect action after port close
 2022-05-25 10:52 UTC  (4+ messages)

[PATCH] ethdev: prohibit polling of a stopped queue
 2022-05-25 10:34 UTC  (3+ messages)

[PATCH] net/iavf: fix device stop
 2022-05-25  8:52 UTC  (3+ messages)
` [PATCH v2] "

[dpdk-stable] [PATCH] test: avoid hang if queues are full and Tx fails
 2022-05-25  8:02 UTC  (8+ messages)
` [EXT] Re: [dpdk-stable] [PATCH v2] "

[PATCH] net/memif: fix overwriting of head segment
 2022-05-25  5:56 UTC 

[PATCH v1 0/4] Support OFS card
 2022-05-25  4:09 UTC  (11+ messages)
` [PATCH v1 4/4] raw/ifpga: support ofs card probe
  ` [PATCH v2 0/4] Support OFS card
    ` [PATCH v2 1/4] raw/ifpga: remove experimental tag from ifpga APIs
    ` [PATCH v2 2/4] raw/ifpga: remove vdev when ifpga is closed
    ` [PATCH v2 3/4] raw/ifpga: unregister interrupt in ifpga close function
    ` [PATCH v2 4/4] raw/ifpga: support ofs card probe

[PATCH v1 0/2] Update rsu implementation
 2022-05-25  1:51 UTC  (3+ messages)
` [PATCH v1 1/2] raw/ifpga/base: add pmci driver
` [PATCH v1 2/2] raw/ifpga: update secure rsu

[PATCH] net/bonding: fix mbuf fast free usage
 2022-05-25  1:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 9/9] net/vmxnet3: fix merge error in Rx data ring initialization
 2022-05-25  0:40 UTC 

[PATCH 0/2] fix uncallable unit tests (Bugzilla 1002)
 2022-05-24 14:57 UTC  (8+ messages)
` [PATCH 1/2] cmdline: add function to verify valid commands
` [PATCH 2/2] test: use cmdline library to validate args
` [PATCH v2 0/2] fix uncallable unit tests (Bugzilla 1002)
  ` [PATCH v2 1/2] cmdline: add function to verify valid commands
  ` [PATCH v2 2/2] test: use cmdline library to validate args

[PATCH] net/tap: do not include l2 header in gso size when compared with mtu
 2022-05-24 14:01 UTC  (4+ messages)

[PATCH] net/nfp: fix the issue about set the vlan strip offload off
 2022-05-24 12:57 UTC  (4+ messages)

[PATCH] net/mlx5: add 128B padding of Rx completion entry
 2022-05-24 10:47 UTC 

[PATCH] eal/freebsd: fix use of newer CPU_* macros
 2022-05-24 10:37 UTC  (3+ messages)

[PATCH] net/mlx5: add 128B padding of Rx completion entry
 2022-05-24 10:10 UTC 

[PATCH] net/mlx5:add 128B padding of Rx completion entry
 2022-05-24  8:41 UTC 

[PATCH] net/mlx5:add 128B padding of Rx completion entry When using Verbs flow engine("dv_flow_en"=0)and compile macro contain HAVE_IBV_MLX5_MOD_CQE_128B_PAD, vendor cap lag is setted to MLX5DV_CQ_INIT_ATTR_FLAGS_CQE_PAD.But the device is not support the capability, this will cause CQ creatin failure.So the condition of padded CQE should be system cache-line size is 128B nd the device has the capability of CQE padding
 2022-05-24  8:04 UTC 

[PATCH v4 1/5] baseband/acc100: update companion PF configure function
 2022-05-24  0:08 UTC  (4+ messages)
  ` [PATCH v4 2/5] baseband/acc100: add protection for some negative scenario
  ` [PATCH v5 1/5] baseband/acc100: update companion PF configure function
  ` [PATCH v5 2/5] baseband/acc100: add protection for some negative scenario

[PATCH] ethdev: fix push new event
 2022-05-23 14:36 UTC  (4+ messages)

[PATCH] net/mlx5: fix Tx recovery
 2022-05-23 11:32 UTC  (2+ messages)

[PATCH] net/iavf: fix device initialization
 2022-05-23 11:01 UTC  (2+ messages)

[PATCH] kni: fix compile error
 2022-05-23  8:43 UTC  (2+ messages)

[PATCH] net/bnxt: fix compatibility with some old firmwares
 2022-05-23  0:46 UTC  (6+ messages)

[PATCH 01/12] common/cpt: fix build with GCC 12
 2022-05-22 20:30 UTC  (20+ messages)
` [PATCH 02/12] crypto/cnxk: "
` [PATCH 03/12] crypto/ipsec_mb: "
` [PATCH 04/12] net/ena: "
` [PATCH 05/12] net/enetfec: "
` [PATCH 06/12] net/ice: "
` [PATCH 07/12] net/ice/base: "
` [PATCH 08/12] net/qede/base: "
` [PATCH 09/12] vdpa/ifc: "
` [PATCH 10/12] vhost/crypto: "
` [PATCH 11/12] app/flow-perf: "
` [PATCH 12/12] test/ipsec: "

[PATCH 1/2] bus/pci: fix a segfault when call callback
 2022-05-21  7:05 UTC  (2+ messages)
` [PATCH 2/2] bus/vdev: "

[PATCH] doc: update matching versions in i40e guide
 2022-05-21  2:22 UTC  (6+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH v2] net/ice: fix DCF state checking mechanism
 2022-05-21  2:17 UTC  (7+ messages)
` [PATCH v3] "

[PATCH v1] app/testpmd: fix metering and policing command for rfc4115
 2022-05-20 22:09 UTC  (3+ messages)

[PATCH v1] app/test-pmd: change a magic number to macro
 2022-05-20 22:09 UTC  (4+ messages)
` [PATCH v2] app/testpmd: "

[dpdk-stable] [PATCH] net/bonding:fix balance-xor link down stack overflow
 2022-05-20 15:33 UTC  (3+ messages)
  ` [dpdk-dev] "

[PATCH] app/testpmd: remove useless pointer checks
 2022-05-20 15:04 UTC  (4+ messages)

[PATCH] drivers: fix cnxk event qos devarg processing
 2022-05-20  7:11 UTC 

[PATCH v3 4/7] test/crypto: fix PMD name for dpaa raw buffer crypto driver
 2022-05-20  4:21 UTC  (2+ messages)
  ` [PATCH v3 7/7] doc: add missing authentication algorithm

[PATCH v2] net/iavf: fix Rx queue interrupt setting
 2022-05-20  3:15 UTC  (5+ messages)
  ` [PATCH v2 1/1] "

[PATCH 0/3] ixgbe: fix SFP hotplug detection
 2022-05-19 19:25 UTC 

[PATCH 0/3] ixgbe: Fix SFP hotplug detection
 2022-05-19 18:02 UTC 

[PATCH 0/3] ixgbe: Fix SFP hotplug detection/removal
 2022-05-19 17:43 UTC 

[PATCH] eal: fix unaligned loads/stores in rte_memcpy_generic
 2022-05-19 16:47 UTC  (9+ messages)
` [PATCH v7] eal: fix rte_memcpy strict aliasing/alignment bugs

[PATCH 0/6] Vhost checksum offload improvements
 2022-05-19 16:27 UTC  (3+ messages)
` [PATCH 1/6] Revert "app/testpmd: modify mac in csum forwarding"

[PATCH] devargs: fix leak on hotplug failure
 2022-05-19 16:21 UTC  (3+ messages)

[PATCH] net/mlx5: fix risk in Rx descriptor read in NEON vector path
 2022-05-19 14:56 UTC  (2+ messages)

[PATCH 21.11 0/2] net/mlx5: LRO fixes
 2022-05-19 13:59 UTC  (2+ messages)

[PATCH] net/cnxk: fix crash in IPsec telemetry
 2022-05-19 12:21 UTC 

[PATCH v7] net/iavf: fix mbuf release function point corrupt in multi-process
 2022-05-19  9:25 UTC  (2+ messages)

[PATCH v3] app/testpmd: perform SW IP checksum for GRO/GSO packets
 2022-05-19  8:23 UTC  (3+ messages)

[PATCH v6 9/9] net/vmxnet3: fix merge error in Rx data ring initialization
 2022-05-19  8:04 UTC 

[PATCH v3 3/5] app/testpmd: fix port status of slave device
 2022-05-19  7:15 UTC  (4+ messages)
` [PATCH v4] "

[PATCH v3] net/nfp: fix mtu settings
 2022-05-19  7:08 UTC  (3+ messages)
` [PATCH v4] net/nfp: make sure MTU is never larger than mbufsize

[PATCH v2] raw/afu_mf: introduce AFU MF device driver
 2022-05-19  5:52 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[PATCH] net/iavf: fix queue start exception handle
 2022-05-19  5:40 UTC  (2+ messages)

[PATCH] net/i40e: fix max frmame size config at port level
 2022-05-19  5:22 UTC  (8+ messages)
` [PATCH v3] net/i40e: fix max frame "
  ` [PATCH v4] "

[PATCH] examples/vhost: Fix retry logic on Rx
 2022-05-18 16:25 UTC 

[PATCH] event/cnxk: fix incorrect return value
 2022-05-18 14:04 UTC 

[PATCH v2] examples/vhost: fix floating point exception when no VMDq
 2022-05-18 13:36 UTC 

[PATCH] net/mlx5: fix build with clang 14
 2022-05-18  9:11 UTC 

[PATCH] net/iavf: fix mask not allowed issue
 2022-05-18  4:45 UTC  (2+ messages)

[PATCH] net/iavf: fix segfaults when calling API after VF reset failed
 2022-05-18  4:10 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/ice: fix missing MTU value setting
 2022-05-18  3:48 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] libpcapng: fix timestamp wrapping in output files
 2022-05-17 21:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 21.11] doc: fix release note typo
 2022-05-17 15:49 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).