patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH 1/2] doc/linux_gsg: clarify instructions on running as non-root
 2020-08-25 13:57 UTC  (13+ messages)
` [dpdk-stable] [PATCH 2/2] doc/linux_gsg: update information on using hugepages
` [dpdk-stable] [PATCH v2 1/2] doc/linux_gsg: clarify instructions on running as non-root
  ` [dpdk-stable] [PATCH v3 "
  ` [dpdk-stable] [PATCH v3 2/2] doc/linux_gsg: update information on using hugepages
` [dpdk-stable] [PATCH v2 "

[dpdk-stable] [PATCH] lib/telemetry: fix passing full params string to command
 2020-08-25 13:14 UTC  (2+ messages)

[dpdk-stable] 19.11.4 patches review and test
 2020-08-25 10:08 UTC  (5+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v1 05/13] net/mlx5: fix removal of unused inclusion files
 2020-08-25  9:31 UTC  (4+ messages)
` [dpdk-stable] [PATCH v1 07/13] net/mlx5: fix unused utility macros
  ` [dpdk-stable] [PATCH v2 05/13] net/mlx5: fix removal of unused inclusion files
  ` [dpdk-stable] [PATCH v2 07/13] net/mlx5: fix unused utility macros

[dpdk-stable] [PATCH 0/1] vhost: fix iotlb mempool single-consumer flag
 2020-08-25  9:17 UTC  (4+ messages)
` [dpdk-stable] [PATCH 1/1] "
  ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [dpdk-dev] [PATCH 0/1] "

[dpdk-stable] [dpdk-dev] [PATCH] net/hinic: fix negative array index read
 2020-08-25  9:15 UTC  (3+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] bus/dpaa: remove logically dead code
 2020-08-24 13:02 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] net/qede: fix dereference before null check
 2020-08-24 12:41 UTC  (2+ messages)

[dpdk-stable] [PATCH 6/7] ethdev: remove invalid symbols from map file
 2020-08-24  9:40 UTC 

[dpdk-stable] [PATCH] bus/pci: fix hardware ids parsing on Windows
 2020-08-23 13:06 UTC 

[dpdk-stable] [PATCH 1/4] power: make guest channel headers public
 2020-08-21 17:10 UTC  (10+ messages)
` [dpdk-stable] [PATCH 2/4] examples/vm_power_manager: fix string truncation warning
` [dpdk-stable] [PATCH 3/4] examples/mp_server: fix snprintf overflow
  ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH 4/4] examples/mp_server: clear string truncation warning
  ` [dpdk-stable] [PATCH v2 1/4] power: make guest channel headers public
  ` [dpdk-stable] [PATCH v2 2/4] examples/vm_power_manager: fix string truncation warning
  ` [dpdk-stable] [PATCH v2 3/4] examples/mp_server: fix snprintf overflow
  ` [dpdk-stable] [PATCH v2 4/4] examples/mp_server: clear string truncation warning

[dpdk-stable] patch 'test: fix rpath for drivers with meson' has been queued to LTS release 18.11.10
 2020-08-20 15:33 UTC  (36+ messages)
` [dpdk-stable] patch 'rawdev: allow getting info for unknown device' "
` [dpdk-stable] patch 'rawdev: fill NUMA socket ID in info' "
` [dpdk-stable] patch 'rawdev: export dump function in map file' "
` [dpdk-stable] patch 'cfgfile: fix stack buffer underflow' "
` [dpdk-stable] patch 'drivers/crypto: add missing OOP feature flag' "
` [dpdk-stable] patch 'test/crypto: fix asymmetric session mempool creation' "
` [dpdk-stable] patch 'common/cpt: fix encryption offset' "
` [dpdk-stable] patch 'crypto/dpaax_sec: fix inline query for descriptors' "
` [dpdk-stable] patch 'service: fix core mapping reset' "
` [dpdk-stable] patch 'net/ixgbe: report 10Mbps link speed for x553' "
` [dpdk-stable] patch 'net/iavf: fix uninitialized variable' "
` [dpdk-stable] patch 'net/ixgbe/base: remove dead code' "
` [dpdk-stable] patch 'net/i40e: fix getting EEPROM information' "
` [dpdk-stable] patch 'app/testpmd: use clock time in throughput calculation' "
` [dpdk-stable] patch 'app/testpmd: fix burst percentage "
` [dpdk-stable] patch 'ethdev: fix log type for some error messages' "
` [dpdk-stable] patch 'service: fix C++ linkage' "
` [dpdk-stable] patch 'net: fix unneeded replacement of TCP checksum 0' "
` [dpdk-stable] patch 'net: fix checksum on big endian CPUs' "
` [dpdk-stable] patch 'eal: fix parentheses in alignment macros' "
` [dpdk-stable] patch 'vhost: fix virtio ready flag check' "
` [dpdk-stable] patch 'bus/fslmc: fix getting FD error' "
` [dpdk-stable] patch 'net/dpaa: fix FD offset data type' "
` [dpdk-stable] patch 'net/bonding: fix socket ID check' "
` [dpdk-stable] patch 'net/netvsc: fix underflow when Rx external mbuf' "
` [dpdk-stable] patch 'net/ixgbe/base: fix host interface shadow RAM read' "
` [dpdk-stable] patch 'net/ixgbe/base: fix x550em 10G NIC link status' "
` [dpdk-stable] patch 'net/ixgbe/base: fix infinite recursion on PCIe link down' "
` [dpdk-stable] patch 'ethdev: fix data room size verification in Rx queue setup' "
` [dpdk-stable] patch 'net/nfp: fix RSS hash configuration reporting' "
` [dpdk-stable] patch 'drivers/net: fix exposing internal headers' "
` [dpdk-stable] patch 'net/bonding: fix LACP negotiation' "
` [dpdk-stable] patch 'net/bnxt: remove unused enum declaration' "
` [dpdk-stable] patch 'examples/fips_validation: fix parsing of TDES vectors' "
` [dpdk-stable] patch 'examples/fips_validation: fix count overwrite for TDES' "

[dpdk-stable] [PATCH 1/4] net/netvsc: move rxbuf_info from per-device to per-queue
 2020-08-19 15:36 UTC  (5+ messages)
` [dpdk-stable] [PATCH 4/4] net/netvsc: check for overflow on packet info from host
` [dpdk-stable] [dpdk-dev] [PATCH 1/4] net/netvsc: move rxbuf_info from per-device to per-queue

[dpdk-stable] [dpdk-dev] [PATCH] examples/vm_power: fix resource leak on error path
 2020-08-19 12:54 UTC 

[dpdk-stable] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro
 2020-08-19  1:25 UTC  (2+ messages)

[dpdk-stable] [PATCH v3] net/virtio: fix wrong variable assignment in helper macro
 2020-08-18 18:45 UTC  (2+ messages)
      ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 00/24] backport for 19.11.4
 2020-08-18 18:00 UTC  (49+ messages)
` [dpdk-stable] [PATCH 01/24] net/hns3: get link status change through mailbox
` [dpdk-stable] [PATCH 02/24] net/hns3: optimize default RSS algorithm
` [dpdk-stable] [PATCH 03/24] net/hns3: support setting VF MAC address by PF driver
` [dpdk-stable] [PATCH 04/24] net/hns3: remove unnecessary branch
` [dpdk-stable] [PATCH 05/24] net/hns3: support TSO
` [dpdk-stable] [PATCH 06/24] net/hns3: remove restriction on setting VF MTU
` [dpdk-stable] [PATCH 07/24] net/hns3: support promiscuous and allmulticast mode for VF
` [dpdk-stable] [PATCH 08/24] net/hns3: fix adding multicast MAC address
` [dpdk-stable] [PATCH 09/24] net/hns3: get Rx/Tx queue fbd in xstats
` [dpdk-stable] [PATCH 10/24] net/hns3: get Tx abnormal errors "
` [dpdk-stable] [PATCH 11/24] net/hns3: get PCI revision ID
` [dpdk-stable] [PATCH 12/24] net/hns3: check TSO segment size during Tx
` [dpdk-stable] [PATCH 13/24] net/hns3: support symmetric RSS
` [dpdk-stable] [PATCH 14/24] net/hns3: support LRO
` [dpdk-stable] [PATCH 15/24] net/hns3: decrease non-nearby memory access in Rx
` [dpdk-stable] [PATCH 16/24] net/hns3: support setting VF PVID by PF driver
` [dpdk-stable] [PATCH 17/24] net/hns3: get device capability in primary process
` [dpdk-stable] [PATCH 18/24] net/hns3: report Tx descriptor segment limitations
` [dpdk-stable] [PATCH 19/24] net/hns3: cleanup duplicated code on processing TSO in Tx
` [dpdk-stable] [PATCH 20/24] net/hns3: support copper media type
` [dpdk-stable] [PATCH 21/24] net/hns3: fix reassembling multiple segment packets in Tx
` [dpdk-stable] [PATCH 22/24] net/hns3: fix inserted VLAN tag position "
` [dpdk-stable] [PATCH 23/24] app/testpmd: remove hardcoded descriptors limit
` [dpdk-stable] [PATCH 24/24] net/bonding: change state machine to defaulted
` [dpdk-stable] [PATCH v2 00/10] backport for 19.11.4
  ` [dpdk-stable] [PATCH v2 01/10] net/hns3: get link status change through mailbox
  ` [dpdk-stable] [PATCH v2 02/10] net/hns3: optimize default RSS algorithm
  ` [dpdk-stable] [PATCH v2 03/10] net/hns3: remove unnecessary branch
  ` [dpdk-stable] [PATCH v2 04/10] net/hns3: remove restriction on setting VF MTU
  ` [dpdk-stable] [PATCH v2 05/10] net/hns3: fix adding multicast MAC address
  ` [dpdk-stable] [PATCH v2 06/10] net/hns3: get device capability in primary process
  ` [dpdk-stable] [PATCH v2 07/10] net/hns3: report Tx descriptor segment limitations
  ` [dpdk-stable] [PATCH v2 08/10] net/hns3: fix reassembling multiple segment packets in Tx
  ` [dpdk-stable] [PATCH v2 09/10] app/testpmd: remove hardcoded descriptors limit
  ` [dpdk-stable] [PATCH v2 10/10] net/bonding: change state machine to defaulted
` [dpdk-stable] [PATCH v3 0/7] backport for 19.11.4
  ` [dpdk-stable] [PATCH v3 1/7] net/hns3: get link status change through mailbox
  ` [dpdk-stable] [PATCH v3 2/7] net/hns3: optimize default RSS algorithm
  ` [dpdk-stable] [PATCH v3 3/7] net/hns3: remove unnecessary branch
  ` [dpdk-stable] [PATCH v3 4/7] net/hns3: remove restriction on setting VF MTU
  ` [dpdk-stable] [PATCH v3 5/7] net/hns3: fix adding multicast MAC address
  ` [dpdk-stable] [PATCH v3 6/7] app/testpmd: remove hardcoded descriptors limit
  ` [dpdk-stable] [PATCH v3 7/7] net/bonding: change state machine to defaulted

[dpdk-stable] [PATCH] net/ena/base: fix doorbell evaluation for the LLQ case
 2020-08-18 15:26 UTC  (3+ messages)

[dpdk-stable] [PATCH v2] kni: fix build with Linux 5.9
 2020-08-17 10:32 UTC 

[dpdk-stable] [PATCH 19.11] net/cxgbe: fix L2T leak in filter error and free path
 2020-08-17  9:42 UTC  (2+ messages)

[dpdk-stable] [PATCH 19.11 1/2] net/mlx5: fix hairpin Tx queue creation error flow
 2020-08-17  9:42 UTC  (3+ messages)
` [dpdk-stable] [PATCH 19.11 2/2] net/mlx5: fix hairpin Rx "

[dpdk-stable] [PATCH] ethdev: fix RSS flow expansion in case of mismatch
 2020-08-17  8:16 UTC  (5+ messages)

[dpdk-stable] [PATCH 19.11 1/2] net/bnxt: support speed capabilities query
 2020-08-13  8:47 UTC  (5+ messages)
` [dpdk-stable] [PATCH 19.11 2/2] net/bnxt: fix setting link speed

[dpdk-stable] please help backporting some patches to stable release 19.11.4
 2020-08-13  6:10 UTC  (4+ messages)

[dpdk-stable] [PATCH] net/ice: fix VF index check for DCF
 2020-08-13  2:14 UTC  (5+ messages)
` [dpdk-stable] [PATCH v2] "
  ` [dpdk-stable] [PATCH v3] "
    ` [dpdk-stable] [PATCH v4] "

[dpdk-stable] [PATCH] maintainers: update Mellanox maintainers mail
 2020-08-12 18:59 UTC  (2+ messages)

[dpdk-stable] [PATCH 19.11] net/mlx5: fix counter query
 2020-08-12 12:42 UTC  (2+ messages)

[dpdk-stable] [PATCH 19.11] net/mlx5: fix tunnel flow priority
 2020-08-11 17:57 UTC  (2+ messages)

[dpdk-stable] [PATCH 19.11] net/mlx5: fix tunnel flow priority
 2020-08-11 11:48 UTC 

[dpdk-stable] [PATCH] app/testpmd: fix flow rules list after port stop
 2020-08-11  6:14 UTC 

[dpdk-stable] please help backporting some patches to stable release 19.11.4
 2020-08-10 11:18 UTC 

[dpdk-stable] patch 'vhost: remove zero-copy and client mode restriction' has been queued to stable release 19.11.4
 2020-08-10 11:05 UTC  (6+ messages)
` [dpdk-stable] patch 'hash: fix out-of-memory handling in hash creation' "
  ` [dpdk-stable] patch 'net/mlx5: fix flow items size calculation' "

[dpdk-stable] patch 'net/ice: revert fake TSO fixes' has been queued to stable release 19.11.4
 2020-08-10 11:04 UTC  (4+ messages)
` [dpdk-stable] patch 'net/i40e: support aarch32' "
  ` [dpdk-stable] patch 'kni: fix reference to master/slave process' "
    ` [dpdk-stable] patch 'doc: fix reference to master "

[dpdk-stable] [PATCH] net/octeontx2: fix multi seg mode for jumbo packets
 2020-08-10 10:55 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] net/tap: free mempool when closing
 2020-08-08  9:58 UTC  (9+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH v2] "

[dpdk-stable] [PATCH 20.11 1/7] acl: fix x86 build when compiler doesn't support AVX2
 2020-08-07 16:28 UTC 

[dpdk-stable] [19.11 1/4] common/qat: remove tail write coalescing
 2020-08-07 15:24 UTC  (6+ messages)
` [dpdk-stable] [19.11 2/4] common/qat: move max inflights param into qp
` [dpdk-stable] [19.11 3/4] common/qat: support dual threads for enqueue/dequeue
` [dpdk-stable] [19.11 4/4] crypto/qat: add minimum enq threshold

[dpdk-stable] [PATCH] net/af_xdp: change return value from Rx to unsigned
 2020-08-07 10:07 UTC  (2+ messages)

[dpdk-stable] [19.11 v3 1/3] drivers/qat: improve multi process on qat
 2020-08-07  4:35 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/i40e: fix link status
 2020-08-07  2:09 UTC  (4+ messages)
` [dpdk-stable] [PATCH v3] "

[dpdk-stable] [PATCH] net/ice: fix incorrect firmware version
 2020-08-07  1:45 UTC  (3+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [dpdk-dev] [PATCH] eventdev: fix return value of null not checked
 2020-08-06 15:40 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/sfc/base: fix tunnel configuration failure
 2020-08-06 13:43 UTC 

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