patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault
 2022-02-24 15:50 UTC  (6+ messages)
` [PATCH 2/7] vdpa/mlx5: fix dead loop when process interrupted
  ` [PATCH v1 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault
  ` [PATCH v1 2/7] vdpa/mlx5: fix dead loop when process interrupted
  ` [PATCH v2 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault
  ` [PATCH v2 2/7] vdpa/mlx5: fix dead loop when process interrupted

[PATCH 1/2] test/efd: fix size of constant
 2022-02-24 15:48 UTC  (2+ messages)
` [PATCH 2/2] efd: fix uninitialized structure

[PATCH v3 1/3] net/ixgbe: Fix ixgbe_is_sfp() to return valid result for X550EM_a devs
 2022-02-24 15:23 UTC  (3+ messages)
  ` [PATCH v3 2/3] net/ixgbe: Limit SDP3 check of TX_DISABLE to appropriate devices
  ` [PATCH v3 3/3] net/ixgbe: Fix SFP detection and linking on hotplug

[PATCH] bus/pci: assign driver's pointer before mapping
 2022-02-24 14:17 UTC  (2+ messages)

[PATCH] net/cnxk: update RSS RETA table
 2022-02-24 13:42 UTC  (2+ messages)

[PATCH] examples/vdpa: fix disabled VirtQ statistics query
 2022-02-24 13:24 UTC 

[PATCH v2] net/i40e: fix unintentional integer overflow
 2022-02-24 11:42 UTC  (5+ messages)

[PATCH v1] drivers: fix incorrect E-Switch manager vport ID
 2022-02-24  9:20 UTC  (5+ messages)

[PATCH] app/testpmd: fix raw encap of GENEVE option
 2022-02-24  7:02 UTC 

[PATCH v2] doc: fix vhost multi-queue reconnection
 2022-02-24  6:28 UTC 

[PATCH] net/ice: fix Tx offload path choice
 2022-02-24  2:32 UTC  (2+ messages)

[PATCH 20.11 v2 0/5] mlx5: some fixes
 2022-02-23 17:36 UTC  (7+ messages)
` [PATCH 20.11 v2 1/5] common/mlx5: add minimum WQE size for striding RQ
` [PATCH 20.11 v2 2/5] net/mlx5: improve stride parameter names
` [PATCH 20.11 v2 3/5] net/mlx5: fix MPRQ stride devargs adjustment
` [PATCH 20.11 v2 4/5] net/mlx5: fix memory socket selection in ASO management
` [PATCH 20.11 v2 5/5] common/mlx5: fix error handling in multi-class probe

[PATCH] net/cnxk: fix compilation issue for gcc12
 2022-02-23 17:13 UTC  (4+ messages)

[PATCH 1/3] common/mlx5: add Netlink event helpers
 2022-02-23 16:43 UTC  (3+ messages)
` [PATCH 2/3] net/mlx5: fix link status change detection
` [PATCH 3/3] net/mlx5: fix initial link status detection

[PATCH 20.11 0/5] mlx5: some fixes
 2022-02-23 16:06 UTC  (8+ messages)
` [PATCH 20.11 1/5] common/mlx5: add minimum WQE size for striding RQ
` [PATCH 20.11 2/5] net/mlx5: improve stride parameter names
` [PATCH 20.11 3/5] net/mlx5: fix MPRQ stride devargs adjustment
` [PATCH 20.11 4/5] net/mlx5: fix memory socket selection in ASO management
` [PATCH 20.11 5/5] common/mlx5: fix error handling in multi-class probe

[PATCH 4/4] crypto/ipsec_mb: fix length and offset settings
 2022-02-23 16:01 UTC  (6+ messages)
  ` [EXT] "
  ` [PATCH v2 1/4] crypto/ipsec_mb: check for missing operation types
  ` [PATCH v2 2/4] crypto/ipsec_mb: fix ZUC authentication verify
  ` [PATCH v2 3/4] crypto/ipsec_mb: fix crypto operation overwrite
  ` [PATCH v2 4/4] crypto/ipsec_mb: fix length and offset settings

[PATCH v2 1/2] net/ngbe: fix debug log
 2022-02-23 14:00 UTC  (4+ messages)
` [PATCH v2 2/2] net/txgbe: "

[PATCH 1/5] doc: remove obsolete explanations from mlx5 guide
 2022-02-23 13:48 UTC  (2+ messages)
  ` [PATCH v2 "

[PATCH] app/compress-perf: optimize ops pool allocation
 2022-02-23 13:33 UTC 

[PATCH] app/compress-perf: fix cyclecount enqueue ops allocation
 2022-02-23 13:32 UTC 

[PATCH] compress/mlx5: support out-of-space status
 2022-02-23 13:31 UTC 

[PATCH 07/21] net/ena: skip timer if the reset is triggered
 2022-02-23 12:19 UTC  (15+ messages)
` [PATCH 15/21] net/ena: check if reset was already triggered
` [PATCH 17/21] net/ena: fix meta-desc DF flag setup
` [PATCH 19/21] net/ena: don't initialize LLQ when membar isn't exposed
` [PATCH 20/21] net/ena: don't indicate bad csum for L4 csum error
  ` [PATCH v2 07/21] net/ena: skip timer if the reset is triggered
  ` [PATCH v2 15/21] net/ena: check if reset was already triggered
  ` [PATCH v2 17/21] net/ena: fix meta-desc DF flag setup
  ` [PATCH v2 19/21] net/ena: don't initialize LLQ when membar isn't exposed
  ` [PATCH v2 20/21] net/ena: don't indicate bad csum for L4 csum error
    ` [PATCH v3 07/21] net/ena: skip timer if the reset is triggered
    ` [PATCH v3 15/21] net/ena: check if reset was already triggered
    ` [PATCH v3 17/21] net/ena: fix meta-desc DF flag setup
    ` [PATCH v3 19/21] net/ena: don't initialize LLQ when membar isn't exposed
    ` [PATCH v3 20/21] net/ena: don't indicate bad csum for L4 csum error

[PATCH v2 1/2] lib/ethdev: add reverse macro to quit testpmd
 2022-02-23 12:09 UTC  (3+ messages)
  ` [PATCH v2 2/2] app/testpmd:fix testpmd quit failure

[PATCH v1] eal/linux: fix memory illegal accesses
 2022-02-23 11:26 UTC  (2+ messages)

[PATCH v2] crypto/virtio: fix out of bounds access bug
 2022-02-23 11:12 UTC  (4+ messages)

[EXT] [PATCH v1] baseband/acc100: avoid out-of-bounds access corner cases
 2022-02-23 11:01 UTC 

[PATCH] examples/l2fwd-crypto: fix potential overflow
 2022-02-23 10:52 UTC  (2+ messages)
` [EXT] "

[PATCH] net/mlx5: fix destroying empty matchers list
 2022-02-23 10:39 UTC  (2+ messages)

[PATCH v3 2/3] examples/ipsec-secgw: fix buffer free logic in vector mode
 2022-02-23  9:53 UTC 

[PATCH v2] doc: update FIPS docs
 2022-02-23  9:28 UTC  (2+ messages)
  ` [EXT] "

[PATCH v3 1/2] examples/l3fwd: use single set of variables throughout the code
 2022-02-23  9:22 UTC  (2+ messages)

[PATCH] net/mlx5: fix indexed pool fetch overlap issue
 2022-02-23  6:26 UTC 

[dpdk-stable] [PATCH] net/ice: fix wrong data path selection in secondary process
 2022-02-23  2:32 UTC  (9+ messages)
    ` [dpdk-dev] "

[PATCH] net/mlx5: fix shared RSS destroy failure
 2022-02-23  2:09 UTC 

[PATCH v2 12/21] net/cnxk: fix inline device RQ tag mask
 2022-02-22 19:35 UTC  (3+ messages)
  ` [PATCH v2 13/21] net/cnxk: register callback early to handle initial packets
  ` [PATCH v2 15/21] net/cnxk: fix inline IPsec security error handling

[PATCH v1] net/mlx5: provide correct items to meter sub-policy
 2022-02-22 14:48 UTC  (3+ messages)

[PATCH] net/mlx5: fix error infomation missing
 2022-02-22 14:45 UTC  (2+ messages)

[PATCH] common/mlx5: fix QP ack timeout configuration
 2022-02-22 14:44 UTC  (2+ messages)

[PATCH 20.11] net/nfp: free HW rings memzone on queue release
 2022-02-22 14:27 UTC  (2+ messages)

[PATCH] dmadev: add missing header include
 2022-02-22 13:44 UTC  (4+ messages)

[PATCH v2] app/pdump: check lcore is not the maximum core
 2022-02-22 11:02 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] net/i40e: enable max frame size at port level
 2022-02-22  9:52 UTC  (4+ messages)

[PATCH v2] drivers: fix incorrect E-Switch manager vport ID
 2022-02-22  8:43 UTC 

[PATCH v1] drivers: fix incorrect E-Switch manager vport ID
 2022-02-22  8:40 UTC 

[PATCH 2/2] net/txgbe: fix debug log
 2022-02-22  2:03 UTC  (3+ messages)

[PATCH V3] app/testpmd: fix GENEVE parsing in csum forward mode
 2022-02-21 17:36 UTC  (3+ messages)
` [PATCH V4] "

patch 'ring: fix error code when creating ring' has been queued to stable release 21.11.1
 2022-02-21 15:36 UTC  (75+ messages)
` patch 'ring: fix overflow in memory size calculation' "
` patch 'eal/windows: fix error code for not supported API' "
` patch 'test/mem: fix error check' "
` patch 'net/enic: fix dereference before null "
` patch 'net/dpaa2: fix null pointer dereference' "
` patch 'net/bonding: fix MTU set for slaves' "
` patch 'net/hns3: fix max packet size rollback in PF' "
` patch 'net/hns3: fix RSS key with null' "
` patch 'net/hns3: fix insecure way to query MAC statistics' "
` patch 'net/hns3: fix double decrement of secondary count' "
` patch 'net/hns3: fix operating queue when TCAM table is invalid' "
` patch 'net/hns3: delete duplicated RSS type' "
` patch 'net/ixgbe: check filter init failure' "
` patch 'net/bonding: fix promiscuous and allmulticast state' "
` patch 'net/bonding: fix reference count on mbufs' "
` patch 'app/testpmd: fix bonding mode set' "
` patch 'ethdev: add internal function to device struct from name' "
` patch 'net/tap: fix to populate FDs in secondary process' "
` patch 'app/testpmd: fix stack overflow for EEPROM display' "
` patch 'net/sfc: fix lock releases' "
` patch 'vhost: fix guest to host physical address mapping' "
` patch 'net/virtio: fix slots number when indirect feature on' "
` patch 'regex/mlx5: fix memory allocation check' "
` patch 'stack: fix stubs header export' "
` patch 'config/arm: add values for native armv7' "
` patch 'eal: fix C++ include' "
` patch 'eventdev: "
` patch 'graph: "
` patch 'ipsec: "
` patch 'table: "
` patch 'vhost: "
` patch 'mem: check allocation in dynamic hugepage init' "
` patch 'app/fib: fix division by zero' "
` patch 'test/mbuf: fix mbuf data content check' "
` patch 'ipc: end multiprocess thread during cleanup' "
` patch 'vfio: cleanup the multiprocess sync handle' "
` patch 'config: align mempool elements to 128 bytes on CN10K' "
` patch 'net/memif: remove pointer deference before null check' "
` patch 'net: fix L2TPv2 common header' "
` patch 'ethdev: remove unnecessary null check' "
` patch 'net/sfc: do not push fast free offload to default TxQ config' "
` patch 'net/sfc: demand Tx fast free offload on EF10 simple datapath' "
` patch 'net/iavf: fix null pointer dereference' "
` patch 'net/iavf: count continuous DD bits for Arm' "
` patch 'net/iavf: count continuous DD bits for Arm in flex Rx' "
` patch 'net/ice/base: add profile validation on switch filter' "
` patch 'net/ice: fix pattern check in flow director' "
` patch 'net/ice: fix build with 16-byte Rx descriptor' "
` patch 'vdpa/sfc: fix null dereference during config' "
` patch 'vdpa/sfc: fix null dereference during removal' "
` patch 'net/mlx5: fix metadata endianness in modify field action' "
` patch 'net/mlx5: fix committed bucket size' "
` patch 'net/mlx5: fix meter capabilities reporting' "
` patch 'net/mlx5: fix inline length for multi-segment TSO' "
` patch 'net/bnxt: set HW coalescing parameters' "
` patch 'net/bnxt: fix ring calculation for representors' "
` patch 'net/ngbe: fix Rx by initializing packet buffer early' "
` patch 'net/ngbe: fix missed link interrupt' "
` patch 'net/ngbe: fix Tx hang on queue disable' "
` patch 'net/ngbe: fix packet statistics' "
` patch 'net/txgbe: fix link up and down' "
` patch 'net/txgbe: fix KR auto-negotiation' "
` patch 'examples/ipsec-secgw: fix offload flag used for TSO IPv6' "
` patch 'test/crypto: fix out-of-place SGL in raw datapath' "
` patch 'crypto/ipsec_mb: fix premature dereference' "
` patch 'crypto/ipsec_mb: fix buffer overrun' "
` patch 'crypto/qat: fix GEN4 AEAD job in raw data path' "
` patch 'compress/octeontx: fix null pointer dereference' "
` patch 'crypto/cnxk: fix update of number of descriptors' "
` patch 'crypto/dpaax_sec: fix auth/cipher xform chain checks' "
` patch 'raw/ntb: clear all valid doorbell bits on init' "
` patch 'pipeline: fix annotation checks' "
` patch 'pipeline: fix table state memory allocation' "
` patch 'eventdev/eth_tx: fix queue add error code' "

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