patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH v5] lib/eal: fix segfaults in exiting
 2022-10-19  1:51 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v4 01/30] baseband/acc100: fix ring availability calculation
 2022-10-19  0:39 UTC  (13+ messages)
` [PATCH v4 02/30] baseband/acc100: add function to check AQ availability
` [PATCH v4 03/30] baseband/acc100: memory leak fix
` [PATCH v4 04/30] baseband/acc100: add LDPC encoder padding function
` [PATCH v4 05/30] baseband/acc100: check turbo dec/enc input
` [PATCH v4 06/30] baseband/acc100: check for unlikely operation vals
` [PATCH v4 07/30] baseband/acc100: enforce additional check on FCW
` [PATCH v4 08/30] baseband/acc100: allocate ring/queue mem when NULL
` [PATCH v4 09/30] baseband/acc100: reduce input length for CRC24B
` [PATCH v4 10/30] baseband/acc100: fix clearing PF IR outside handler
` [PATCH v4 11/30] baseband/acc100: set device min alignment to 1
` [PATCH v4 12/30] baseband/acc100: add protection for NULL HARQ input
` [PATCH v4 13/30] baseband/acc100: reset pointer after rte_free

[PATCH v2 01/36] net/ionic: fix up endianness for Rx and Tx handling
 2022-10-18 19:41 UTC  (5+ messages)
` [PATCH v2 02/36] net/ionic: fix up endianness for RSS
` [PATCH v2 03/36] net/ionic: fix to set the adapter name for logging
` [PATCH v2 04/36] net/ionic: fix up the Rx filter save API
` [PATCH v2 05/36] net/ionic: fix up reported error stats

[PATCH 5/8] trace: fix race in debug dump
 2022-10-18 13:26 UTC  (38+ messages)
  ` [PATCH v2 1/9] trace: fix mode for new trace point
    ` [EXT] "
  ` [PATCH v2 2/9] trace: fix mode change
    ` [EXT] "
  ` [PATCH v2 3/9] trace: fix leak with regexp
    ` [EXT] "
  ` [PATCH v2 5/9] trace: fix dynamically enabling trace points
    ` [EXT] "
  ` [PATCH v2 6/9] trace: fix race in debug dump
    ` [EXT] "
  ` [PATCH v2 7/9] trace: fix metadata dump
    ` [EXT] "
  ` [PATCH v3 1/9] trace: fix mode for new trace point
  ` [PATCH v3 2/9] trace: fix mode change
  ` [PATCH v3 3/9] trace: fix leak with regexp
  ` [PATCH v3 5/9] trace: fix dynamically enabling trace points
    ` [EXT] "
  ` [PATCH v3 6/9] trace: fix race in debug dump
  ` [PATCH v3 7/9] trace: fix metadata dump
  ` [PATCH v4 01/11] trace: fix mode for new trace point
  ` [PATCH v4 02/11] trace: fix mode change
  ` [PATCH v4 03/11] trace: fix leak with regexp
  ` [PATCH v4 05/11] trace: fix dynamically enabling trace points
  ` [PATCH v4 06/11] trace: fix race in debug dump
  ` [PATCH v4 07/11] trace: fix metadata dump

[PATCH] net/iavf: fix error of virtchnl command
 2022-10-18 13:18 UTC  (7+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH] net/ice/base: fix duplicate flow rules

[PATCH v2] sched: Fix subport profile id not set correctly
 2022-10-18 13:12 UTC  (11+ messages)
` [PATCH 1/3] sched: fix "
  ` [PATCH 2/3] sched: removed unused subport field in hqos profile
  ` [PATCH 3/3] sched: support for 100G+ rates in subport/pipe config

[PATCH] net/mlx5: fix thread workspace memory leak
 2022-10-18 11:48 UTC  (2+ messages)

[PATCH] net/mlx5: fix thread termination check on Windows
 2022-10-18 11:47 UTC  (3+ messages)

[PATCH] net/nfp: set the appropriate initialized value of flbufsz
 2022-10-18 10:42 UTC  (11+ messages)

[PATCH] net/ice: support vxlan gpe tunnel offload
 2022-10-18  9:28 UTC  (2+ messages)

[PATCH v2] gro : check for payload length after the trim
 2022-10-18  8:21 UTC  (2+ messages)

[PATCH v2] doc: fix support table for ETH and VLAN flow items
 2022-10-18  7:18 UTC  (6+ messages)

[PATCH] net/iavf: fix SPI check
 2022-10-18  4:01 UTC  (2+ messages)

[PATCH] net/bonding: fix descriptor limit reporting
 2022-10-17 14:08 UTC  (4+ messages)

[PATCH] net/bonding: fix flow flush order on bonded device close
 2022-10-17 12:34 UTC  (3+ messages)

[PATCH v3 1/5] examples/l3fwd: fix port group mask generation
 2022-10-17 12:05 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [EXT] "

[PATCH] app/testpmd: fix slave port reset action
 2022-10-17  7:50 UTC  (3+ messages)

[PATCH 1/2] event/sw: fix missing flow ID init in selftest
 2022-10-17  7:30 UTC  (4+ messages)
` [PATCH 2/2] event/sw: fix invalid log "

[PATCH v2] app/testpmd: fix incorrect queues state of secondary process
 2022-10-14 10:11 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3 01/30] baseband/acc100: fix ring availability calculation
 2022-10-14 10:03 UTC  (26+ messages)
` [PATCH v3 02/30] baseband/acc100: add function to check AQ availability
` [PATCH v3 03/30] baseband/acc100: memory leak fix
` [PATCH v3 04/30] baseband/acc100: add LDPC encoder padding function
` [PATCH v3 05/30] baseband/acc100: check turbo dec/enc input
` [PATCH v3 06/30] baseband/acc100: check for unlikely operation vals
` [PATCH v3 07/30] baseband/acc100: enforce additional check on FCW
` [PATCH v3 08/30] baseband/acc100: allocate ring/queue mem when NULL
` [PATCH v3 09/30] baseband/acc100: reduce input length for CRC24B
` [PATCH v3 10/30] baseband/acc100: fix clearing PF IR outside handler
` [PATCH v3 11/30] baseband/acc100: set device min alignment to 1
` [PATCH v3 12/30] baseband/acc100: add protection for NULL HARQ input
` [PATCH v3 13/30] baseband/acc100: reset pointer after rte_free

[PATCH 03/13] net/cnxk: fix later skip to include mbuf priv
 2022-10-14  5:43 UTC  (3+ messages)
  ` [PATCH v2 "
  ` [PATCH v3 "

[PATCH] gro: fix gro with tcp push flag
 2022-10-14  2:37 UTC 

[PATCH] doc: fix support table for ETH and VLAN flow items
 2022-10-13 12:18 UTC  (7+ messages)

[PATCH v2 1/2] vhost: fix descs count in async vhost packed ring
 2022-10-13  9:40 UTC  (3+ messages)
  ` [PATCH v2 2/2] vhost: fix slot index calculation in async vhost

[PATCH] test/cryptodev: fix PDCP vectors
 2022-10-13  7:21 UTC  (2+ messages)

[PATCH v2 4/4] event/dlb2: fix port cos override calculation
 2022-10-13  6:44 UTC  (2+ messages)

[PATCH] net/iavf: fix default state for Rx timestamp enabling
 2022-10-13  6:14 UTC  (3+ messages)

[PATCH] net/iavf: fix IPsec flow create error check
 2022-10-13  3:44 UTC  (2+ messages)

(no subject)
 2022-10-13  3:40 UTC 

[PATCH 01/35] net/ionic: fix up endianness for Rx and Tx handling
 2022-10-11  0:50 UTC  (10+ messages)
` [PATCH 02/35] net/ionic: fix up endianness for RSS
` [PATCH 03/35] net/ionic: fix to set the adapter name for logging
` [PATCH 04/35] net/ionic: fix up the Rx filter save API
` [PATCH 05/35] net/ionic: fix up reported error stats
` [PATCH v1 01/35] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH v1 02/35] net/ionic: fix up endianness for RSS
` [PATCH v1 03/35] net/ionic: fix to set the adapter name for logging
` [PATCH v1 04/35] net/ionic: fix up the Rx filter save API
` [PATCH v1 05/35] net/ionic: fix up reported error stats

[PATCH v1] buildtools: ensure the NUMA nodes are counted correct
 2022-10-10 23:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] examples/l3fwd: fix issue with MTU set on event mode
 2022-10-10 21:55 UTC  (3+ messages)

[PATCH v1] examples/l3fwd: fix core dump after packet match
 2022-10-10 21:51 UTC  (3+ messages)

[PATCH v5] examples/fips_validation: add parsing for AES CTR
 2022-10-10 19:49 UTC  (2+ messages)
  ` [EXT] "

[PATCH v1] crypto/qat: reallocate on openssl version check
 2022-10-10 19:39 UTC  (5+ messages)
` [EXT] "
` [PATCH v2] "
  ` [EXT] "

[PATCH] examples/l2fwd-crypto: fix typo in error message
 2022-10-10 19:29 UTC  (2+ messages)
` [EXT] "

[PATCH 1/2] mempool: make event callbacks process-private
 2022-10-10  8:02 UTC  (3+ messages)

[PATCH 0/2] net/ixgbe: fixes related to promiscuous mode in VFs
 2022-10-10  1:44 UTC  (3+ messages)

[PATCH v3] pcapng: fix write more packets than IOV_MAX limit
 2022-10-10  0:40 UTC 

[PATCH] apps/dumpcap: fix interface parameter option
 2022-10-10  0:11 UTC  (2+ messages)

[PATCH] eal: fix data race in multi-process support
 2022-10-09 23:53 UTC  (2+ messages)
  ` [PATCH v2] "

[PATCH] doc: add Rx buffer split capability for mlx5
 2022-10-09 20:19 UTC 

[PATCH 1/2] net/bonding: fix xmit l34 hash calculate for tcp
 2022-10-09 17:41 UTC  (3+ messages)

[PATCH] gro: fix gro with ethernet tail padding bytes
 2022-10-09 17:26 UTC  (4+ messages)

[PATCH v3] net/iavf: fix error of virtchnl command
 2022-10-08  8:11 UTC 

[PATCH] ethdev: fix push new event
 2022-10-08  4:06 UTC  (5+ messages)

[dpdk-dev v1] crypto/qat: fix of qat build request session in mp
 2022-10-07 14:21 UTC  (2+ messages)

[PATCH v2 02/16] net/enetfec: fix restart issue
 2022-10-07  3:27 UTC  (8+ messages)
  ` [PATCH v2 03/16] net/enetfec: fix buffer leak issue
  ` [PATCH v2 04/16] net/dpaa2: fix dpdmux configuration for error behaviour
  ` [PATCH v2 05/16] net/dpaa2: check free enqueue descriptors before Tx
  ` [PATCH v2 08/16] net/dpaa2: fix buffer free on transmit SG packets
  ` [PATCH v2 10/16] net/dpaa: fix Jumbo packet Rx in case of VSP
  ` [PATCH v2 15/16] net/dpaa: fix buffer free on transmit SG packets
  ` [PATCH v2 16/16] net/dpaa: fix buffer free in slow path

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).