patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH] net/ice: fix scalar Rx and Tx path segment
 2022-11-11 16:12 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3 1/2] net/ice: fix scalar Rx "
    ` [PATCH v3 2/2] net/ice: fix scalar Tx "
      ` [PATCH v4 1/2] net/ice: fix scalar Rx "
        ` [PATCH v4 2/2] net/ice: fix scalar Tx "

patch 'vhost: fix virtqueue use after free on NUMA reallocation' has been queued to stable release 19.11.14
 2022-11-11 11:38 UTC  (10+ messages)
` patch 'net: accept unaligned data in checksum routines' "
` patch 'app/testpmd: restore ixgbe bypass commands' "
` patch 'net/bonding: fix array overflow in Rx burst' "
` patch 'net/bonding: fix double slave link status query' "
` patch 'net/nfp: improve HW info header log readability' "
` patch 'net/mvneta: fix build with GCC 12' "
` patch 'malloc: fix storage size for some allocations' "
` patch 'event/sw: fix device name in dump' "
` patch 'eventdev/eth_tx: add spinlock for adapter start/stop' "

patch 'event/sw: fix flow ID init in self test' has been queued to stable release 21.11.3
 2022-11-11 10:33 UTC  (47+ messages)
` patch 'event/sw: fix log "
` patch 'eventdev/crypto: fix multi-process' "
` patch 'eventdev/eth_tx: fix queue delete' "
` patch 'gro: check payload length after trim' "
` patch 'doc: fix support table for Ethernet/VLAN flow items' "
` patch 'app/testpmd: skip port reset in secondary process' "
` patch 'net/bonding: fix descriptor limit reporting' "
` patch 'net/ionic: fix endianness for Rx and Tx' "
` patch 'net/ionic: fix endianness for RSS' "
` patch 'net/ionic: fix adapter name for logging' "
` patch 'net/ionic: fix Rx filter save' "
` patch 'net/ionic: fix reported error stats' "
` patch 'app/testpmd: remove jumbo offload' "
` patch 'net/nfp: fix internal buffer size and MTU check' "
` patch 'vhost: add non-blocking API for posting interrupt' "
` patch 'net/mlx5: fix thread workspace memory leak' "
` patch 'net/mlx5: fix RSS expansion buffer size' "
` patch 'net/mlx5: fix tunnel header with IPIP offload' "
` patch 'net/mlx5: fix null check in devargs parsing' "
` patch 'sched: fix subport profile configuration' "
` patch 'examples/qos_sched: fix number of subport profiles' "
` patch 'net/ixgbe: fix broadcast Rx on VF after promisc removal' "
` patch 'net/ixgbe: fix unexpected VLAN Rx in promisc mode on VF' "
` patch 'net/ice: fix null function pointer call' "
` patch 'net/iavf: fix IPsec flow create error check' "
` patch 'net/iavf: fix SPI "
` patch 'net/iavf: add thread for event callbacks' "
` patch 'net/iavf: fix queue stop for large VF' "
` patch 'net/ice: support VXLAN-GPE tunnel offload' "
` patch 'net/iavf: fix handling of IPsec events' "
` patch 'net/cnxk: fix later skip to include mbuf private data' "
` patch 'common/cnxk: fix schedule weight update' "
` patch 'net/mlx5: fix thread termination check on Windows' "
` patch 'examples/l2fwd-crypto: fix typo in error message' "
` patch 'test/crypto: fix wireless auth digest segment' "
` patch 'baseband/acc100: fix memory leak' "
` patch 'baseband/acc100: check turbo dec/enc input' "
` patch 'baseband/acc100: add null checks' "
` patch 'baseband/acc100: fix input length for CRC24B' "
` patch 'baseband/acc100: fix clearing PF IR outside handler' "
` patch 'baseband/acc100: fix device minimum alignment' "
` patch 'baseband/acc100: fix close cleanup' "
` patch 'test/crypto: fix PDCP vectors' "
` patch 'examples/ipsec-secgw: fix Tx checksum offload flag' "
` patch 'crypto/qat: fix null hash algorithm digest size' "
` patch 'net/mlx5: fix build with recent compilers' "

[PATCH] kni: fix possible alloc_q starvation when mbufs are exhausted
 2022-11-11  9:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] net/iavf: revert fix VLAN insertion
 2022-11-11  8:18 UTC 

[PATCH 1/6] doc: fix underlines too long in testpmd documentation
 2022-11-11  7:07 UTC  (5+ messages)
` [PATCH 2/6] doc: fix the colon type in listing aged flow rules
` [PATCH 3/6] doc: fix miss blank line in testpmd flow syntax doc

[PATCH] common/mlx5: fix the sysfs port name translation
 2022-11-11  5:41 UTC  (3+ messages)

[PATCH v4 1/2] app/testpmd: fix vlan offload of rxq
 2022-11-11  3:34 UTC  (16+ messages)
` [PATCH v5 1/2] net/ice: fix vlan offload
  ` [PATCH v5 2/2] net/ice: fix vlan offload of rxq

[PATCH] failsafe: fix segfault on hotplug event
 2022-11-10 23:33 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] common/mlx5: fix DevX register read error severity
 2022-11-10 17:17 UTC  (3+ messages)

[PATCH 1/2] test/hash: fix coverity warning
 2022-11-10 15:21 UTC  (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] "

[PATCH] net/mlx5: fix drop action validation
 2022-11-10 12:18 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix missing marks on received packets
 2022-11-10 12:17 UTC  (2+ messages)

[PATCH] net/mlx5: fix port's event cleaning order
 2022-11-10 12:17 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix port initialization with small LRO
 2022-11-10 12:16 UTC  (2+ messages)

[PATCH] net/i40e: fix X722 NIC receives jumbo frame packets
 2022-11-10  9:47 UTC  (3+ messages)

[PATCH v2] vdpa/ifc: fix update_datapath error handling
 2022-11-10  9:45 UTC  (21+ messages)
  ` [PATCH v3] "
          ` [PATCH v4] "
              ` [PATCH v5] "

[PATCH v4] vdpa/ifc/base: wait for queue disable before saving q-state
 2022-11-10  7:02 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2] app/testpmd: fix interactive mode with no ports
 2022-11-09 17:09 UTC 

[PATCH] net/mlx5: fix indexed pool local cache crash
 2022-11-09 16:01 UTC  (3+ messages)

[dpdk-dev] [PATCH] lib: fix doxygen syntax issues
 2022-11-09 15:24 UTC  (3+ messages)

[PATCH v2] bus/auxiliary: prevent device from being probed again
 2022-11-09 14:53 UTC 

[PATCH] bus/auxiliary: prevent device from being probed again
 2022-11-09 14:43 UTC 

[PATCH] net/mlx5: fix assert when creating meter policy
 2022-11-09  9:55 UTC  (2+ messages)

[PATCH] net/mlx5: fix the first segment inline length
 2022-11-09  8:26 UTC  (3+ messages)

[PATCH v1] common/idpf: fix possible null dereference
 2022-11-09  7:44 UTC  (2+ messages)

[PATCH v1] common/idpf: fix tainted scalar
 2022-11-09  7:28 UTC  (2+ messages)

[PATCH] net/i40e: fix PCTYPE configuration for X722
 2022-11-09  2:28 UTC  (3+ messages)

please help backporting some patches to stable release 20.11.7
 2022-11-09  2:23 UTC  (4+ messages)

[PATCH] net/iavf: fix vlan offload issue
 2022-11-09  1:14 UTC  (2+ messages)

[PATCH] net/iavf: fix error of virtchnl command
 2022-11-09  0:40 UTC  (5+ messages)
` [PATCH] net/ice/base: fix duplicate flow rules

[PATCH v1] net/mlx5: fix representor item and meter
 2022-11-08 17:36 UTC  (2+ messages)

[PATCH v5 1/2] net/ice: fix vlan offload
 2022-11-08 12:14 UTC  (2+ messages)
` [PATCH v5 2/2] net/ice: fix vlan offload of rxq

[PATCH v5 1/2] net/ice: fix vlan offload
 2022-11-08 10:12 UTC  (2+ messages)
` [PATCH v5 2/2] net/ice: fix vlan offload of rxq

[PATCH v1 1/2] net/mlx5: fix meter hierarchy with modify header
 2022-11-08 10:04 UTC  (2+ messages)
` [PATCH v1 2/2] net/mlx5: fix meter policy with port ID destination

[PATCH] net/mlx5: fix hairpin split with set VLAN VID action
 2022-11-08  9:02 UTC  (2+ messages)

[PATCH] examples/fips_validation: fix typo
 2022-11-08  5:20 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] event/dlb2: fix meson build
 2022-11-07 14:22 UTC  (5+ messages)

[PATCH v2] mlx5/testpmd: fix crash on quit with avail thresh enabled
 2022-11-06 15:42 UTC  (3+ messages)

[PATCH] net/mlx5: fix shared Rx queue config reuse
 2022-11-06 15:41 UTC  (3+ messages)

[PATCH v1] net/mlx5: fix incorrect match mask for meter flow
 2022-11-06 11:09 UTC  (2+ messages)

[PATCH] common/mlx5: fix shared mempool subscription
 2022-11-06 11:08 UTC  (2+ messages)

[PATCH] net/bonding: set initial value of descriptor count alignment
 2022-11-06  9:40 UTC  (4+ messages)

[PATCH] net/bonding: fix device configure reentrancy
 2022-11-06  9:37 UTC  (5+ messages)

please help backporting some patches to stable release 20.11.7
 2022-11-05 17:26 UTC 

patch 'node: check Rx element allocation' has been queued to stable release 20.11.7
 2022-11-05 17:11 UTC  (13+ messages)
` patch 'trace: fix mode for new trace point' "
  ` patch 'baseband/acc100: add LDPC encoder padding function' "
  ` patch 'baseband/acc100: check turbo dec/enc input' "
  ` patch 'baseband/acc100: add null checks' "
  ` patch 'baseband/acc100: fix ring/queue allocation' "
  ` patch 'baseband/acc100: fix input length for CRC24B' "
  ` patch 'baseband/acc100: fix clearing PF IR outside handler' "
  ` patch 'baseband/acc100: fix device minimum alignment' "
  ` patch 'baseband/acc100: fix close cleanup' "
  ` patch 'test/crypto: fix PDCP vectors' "
  ` patch 'examples/ipsec-secgw: fix Tx checksum offload flag' "
  ` patch 'crypto/qat: fix null hash algorithm digest size' "

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