patches for DPDK stable branches
 help / color / mirror / Atom feed
[PATCH v3] net/ice: fix ice dcf control thread crash
 2023-03-22  5:56 UTC  (9+ messages)
` [PATCH v4] "
  ` [PATCH v5] "
    ` [PATCH v6] "

[PATCH 21.11] eal: cleanup alarm and hotplug before memory detach
 2023-03-22  2:21 UTC  (2+ messages)
  ` [External] "

[PATCH v1] raw/ifpga: remove virtual device unplug operation
 2023-03-22  1:26 UTC  (10+ messages)

please help backporting some patches to stable release 20.11.8
 2023-03-22  0:43 UTC 

patch 'examples/qos_sched: fix Tx port config when link down' has been queued to stable release 20.11.8
 2023-03-22  0:41 UTC  (64+ messages)
` patch 'eal/windows: fix pedantic build' "
  ` patch 'doc: fix reference to event timer header' "
  ` patch 'test/bbdev: fix crash for non supported HARQ length' "
  ` patch 'test/bbdev: extend HARQ tolerance' "
  ` patch 'test/bbdev: remove check for invalid opaque data' "
  ` patch 'vhost: fix OOB access for invalid vhost ID' "
  ` patch 'Revert "vhost: fix OOB access for invalid vhost ID"' "
  ` patch 'net/virtio: deduce IP length for TSO checksum' "
  ` patch 'app/testpmd: fix Tx preparation in checksum engine' "
  ` patch 'app/testpmd: fix packet count in IEEE 1588 "
  ` patch 'app/testpmd: fix packet transmission in noisy VNF "
  ` patch 'net/nfp: fix getting RSS configuration' "
  ` patch 'net/ixgbe: fix IPv6 mask in flow director' "
  ` patch 'net/i40e: revert link status check on device start' "
  ` patch 'net/nfp: fix MTU configuration order' "
  ` patch 'kvargs: add API documentation for process callback' "
  ` patch 'compressdev: fix empty devargs parsing' "
  ` patch 'cryptodev: "
  ` patch 'net/virtio: "
  ` patch 'raw/skeleton: "
  ` patch 'kni: fix possible starvation when mbufs are exhausted' "
  ` patch 'cmdline: handle EOF as quit' "
  ` patch 'app/testpmd: cleanup cleanly from signal' "
  ` patch 'net/hns3: fix possible truncation of hash key when config' "
  ` patch 'net/hns3: fix possible truncation of redirection table' "
  ` patch 'net/hns3: use hardware config to report hash key' "
  ` patch 'net/hns3: use hardware config to report hash types' "
  ` patch 'net/hns3: use hardware config to report redirection table' "
  ` patch 'net/hns3: separate setting hash algorithm' "
  ` patch 'net/hns3: separate setting hash key' "
  ` patch 'net/hns3: separate setting redirection table' "
  ` patch 'net/hns3: separate setting RSS types' "
  ` patch 'net/hns3: separate setting and clearing RSS rule' "
  ` patch 'net/hns3: use new RSS rule to configure hardware' "
  ` patch 'net/hns3: save hash algo to RSS filter list node' "
  ` patch 'net/hns3: allow adding queue buffer size hash rule' "
  ` patch 'net/hns3: separate flow RSS config from RSS conf' "
  ` patch 'app/crypto-perf: fix test file memory leak' "
  ` patch 'app/flow-perf: fix division or module by zero' "
    ` patch 'raw/skeleton: fix selftest' "
      ` patch 'ring: silence GCC 12 warnings' "
      ` patch 'reorder: fix sequence number mbuf field register' "
      ` patch 'test: fix segment length in packet generator' "
      ` patch 'test/mbuf: fix test with mbuf debug enabled' "
      ` patch 'app/testpmd: fix interactive mode on Windows' "
      ` patch 'app/compress-perf: fix remaining data for ops' "
      ` patch 'app/bbdev: check statistics failure' "
      ` patch 'net/vhost: add missing newline in logs' "
      ` patch 'net/virtio: remove address width limit for modern devices' "
      ` patch 'net/e1000: fix saving of stripped VLAN TCI' "
      ` patch 'net/i40e: fix MAC loopback on X722' "
      ` patch 'net/iavf: fix device stop during reset' "
      ` patch 'net/mlx5: fix hairpin Tx queue reference count' "
      ` patch 'common/mlx5: use just sufficient barrier for Arm' "
      ` patch 'bus/ifpga: fix devargs handling' "
      ` patch 'net/ipn3ke: fix thread exit' "
      ` patch 'net/ipn3ke: fix representor name' "

[PATCH 1/2] examples/qos_sched: fix config entries in wrong sections
 2023-03-21 17:38 UTC  (2+ messages)

[PATCH 1/2] net/mana: avoid unnecessary assignments in data path
 2023-03-21 16:31 UTC  (4+ messages)
` [PATCH 2/2] net/mana: optimize completion queue polling by processing a batch at a time

[PATCH 21.11 00/17] backport some patches for hns3
 2023-03-21 16:21 UTC  (19+ messages)
` [PATCH 21.11 01/17] net/hns3: separate Tx prepare from getting Tx function
` [PATCH 21.11 02/17] net/hns3: make getting Tx function static
` [PATCH 21.11 03/17] net/hns3: fix RSS key size compatibility
` [PATCH 21.11 04/17] net/hns3: fix burst mode query with dummy function
` [PATCH 21.11 05/17] net/hns3: extract common functions to set Rx/Tx
` [PATCH 21.11 06/17] net/hns3: use hardware config to report hash key
` [PATCH 21.11 07/17] net/hns3: use hardware config to report hash types
` [PATCH 21.11 08/17] net/hns3: separate setting hash algorithm
` [PATCH 21.11 09/17] net/hns3: separate setting hash key
` [PATCH 21.11 10/17] net/hns3: separate setting RSS types
` [PATCH 21.11 11/17] net/hns3: use new RSS rule to configure hardware
` [PATCH 21.11 12/17] net/hns3: save hash algo to RSS filter list node
` [PATCH 21.11 13/17] net/hns3: remove unused structures
` [PATCH 21.11 14/17] net/hns3: allow adding queue buffer size hash rule
` [PATCH 21.11 15/17] net/hns3: separate flow RSS config from RSS conf
` [PATCH 21.11 16/17] net/hns3: reimplement hash flow function
` [PATCH 21.11 17/17] net/hns3: add verification of RSS types

[PATCH 21.11] common/cnxk: fix auth key length
 2023-03-21 16:20 UTC  (2+ messages)

[PATCH] doc: fix cryptodev code block mismatch
 2023-03-21 16:08 UTC  (4+ messages)
  ` [EXT] "

[PATCH] net/idpf: cancel alarm when fail to init adapter
 2023-03-21 10:30 UTC  (3+ messages)
` [PATCH v2] "

please help backporting some patches to stable release 20.11.8
 2023-03-21  9:37 UTC  (2+ messages)

please help backporting some patches to stable release 20.11.8
 2023-03-21  9:29 UTC  (2+ messages)

[PATCH 20.11 0/3] backport some patches for hns3
 2023-03-21  9:17 UTC  (4+ messages)
` [PATCH 20.11 1/3] net/hns3: fix burst mode query with dummy function
` [PATCH 20.11 2/3] net/hns3: reimplement hash flow function
` [PATCH 20.11 3/3] net/hns3: add verification of RSS types

[PATCH v2] eventdev/timer: fix timeout event wait behavior
 2023-03-21  5:20 UTC 

[PATCH 21.11] common/cnxk: fix dual VLAN parsing
 2023-03-20 16:15 UTC  (2+ messages)

[PATCH 21.11] net/sfc: fix resetting mark in tunnel offload switch rules
 2023-03-20 16:14 UTC  (2+ messages)

[PATCH v1] bus/ifpga: add fpga bus cleanup
 2023-03-20 15:59 UTC  (4+ messages)

[PATCH v1] bus/ifpga: fix issue of accessing null address
 2023-03-20 15:56 UTC  (4+ messages)

please help backporting some patches to stable release 21.11.4
 2023-03-20 15:23 UTC  (3+ messages)

[PATCH v1] net/ipn3ke: fix representor name
 2023-03-20 13:02 UTC  (3+ messages)

[PATCH v1] net/ipn3ke: fix thread exit issue
 2023-03-20 13:01 UTC  (3+ messages)

[PATCH] test/crypto: fix errors for test stats testcase
 2023-03-20  9:40 UTC  (2+ messages)

[PATCH] gpudev: export header file for external drivers
 2023-03-19 22:43 UTC  (4+ messages)

[PATCH 0/2] net/mlx5: fix representor matching
 2023-03-19 17:26 UTC  (3+ messages)

[PATCH v2] net/mlx5: use just sufficient barrier for Arm platforms
 2023-03-19 13:32 UTC  (3+ messages)
` [PATCH v3] net/mlx5: use just sufficient barrier for ARM platforms

[PATCH] net/mlx5: fix the hairpin Tx queue reference count
 2023-03-19 13:30 UTC  (2+ messages)

[PATCH 1/2] eal: fix failure race and behavior of thread create
 2023-03-18 18:26 UTC  (11+ messages)
  ` [PATCH v4 2/2] eal: fix failure path race setting new thread affinity
  ` [PATCH v5 "
` [PATCH v6] eal/unix: fix thread creation

[PATCH] net/iavf: fix handle VF reset
 2023-03-17  9:55 UTC 

[PATCH] app: fix mbuf_autotest in case of defined RTE_LIBRTE_MBUF_DEBUG
 2023-03-17  8:09 UTC  (6+ messages)
` [PATCH v2 1/1] test/mbuf: fix mbuf autotest when mbuf debug is enabled

[PATCH] net/idpf: reset queue flag when queue is stopped
 2023-03-17  3:30 UTC  (2+ messages)

[PATCH] app/testpmd: fix wrong encap/decap size calculation
 2023-03-16 18:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] app/compress-perf: fix remaining data for ops
 2023-03-16 18:22 UTC 

[PATCH 1/1] net/sfc: stop misuse of Rx ingress m-port metadata on EF100
 2023-03-16 17:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2] reorder: fix registration of dynamic field in mbuf
 2023-03-16 15:55 UTC  (6+ messages)

[PATCH 21.11] ring: squash gcc 12.2.1 warnings
 2023-03-16 15:52 UTC  (4+ messages)

[PATCH v2] net/virtio: remove address width limit for modern devices
 2023-03-16 14:46 UTC  (2+ messages)

[PATCH 0/5] support setting and querying RSS algorithms
 2023-03-16 14:31 UTC  (7+ messages)
` [PATCH 1/5] ethdev: support setting and querying rss algorithm

[PATCH v1 1/2] test/bbdev: fix possible div by zero issue
 2023-03-16 14:10 UTC  (4+ messages)
` [PATCH v1 2/2] test/bbdev: fix unchecked ret value issue

[PATCH] app/testpmd: display RSS hash key of rte flow rule
 2023-03-16 12:58 UTC 

[PATCH 1/2] raw/skeleton: fix selftest
 2023-03-16 12:51 UTC  (3+ messages)

[PATCH] net/iavf: fix dev stop return value
 2023-03-16 10:29 UTC  (2+ messages)

patch 'eal/windows: fix pedantic build' has been queued to stable release 21.11.4
 2023-03-15 14:36 UTC  (3+ messages)
` patch 'app/flow-perf: fix division or module by zero' "
` patch 'mailmap: add list of contributors' "

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