patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH] eal/linux: fix memory allocations in containers+SELinux
 2020-10-05 23:13 UTC  (8+ messages)
            ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] rcu: avoid literal suffix warning in C++ mode
 2020-10-05 22:47 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] lib/rcu: "
    ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] doc/prog_guide: fix formatting of notes in meson chapter
 2020-10-05 21:57 UTC  (3+ messages)

[dpdk-stable] [PATCH v2 1/4] power: make guest channel headers public
 2020-10-05 21:44 UTC  (2+ messages)

[dpdk-stable] [PATCH v3 01/14] acl: fix x86 build when compiler doesn't support AVX2
 2020-10-05 19:28 UTC  (4+ messages)
  ` [dpdk-stable] [PATCH v3 02/14] doc: fix missing classify methods in ACL guide

[dpdk-stable] [19.11] [PATCH 0/1] Add Graviton2(arm64) build configuration
 2020-10-05 18:50 UTC  (2+ messages)
` [dpdk-stable] [19.11] [PATCH 1/1] config: add Graviton2(arm64) defconfig

[dpdk-stable] [PATCH] examples/vm_power: fix 32-bit build
 2020-10-05 17:02 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] eventdev: fix adapter leak in error path
 2020-10-05 16:16 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/failsafe: check correct error code while handling sub-device add
 2020-10-05  9:42 UTC  (2+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] event/dpaa2: fix dereference before null check
 2020-10-05  9:40 UTC  (4+ messages)

[dpdk-stable] [dpdk-dev] [PATCH v2] vfio: fix mem leak when unmapping resource
 2020-10-05  8:13 UTC  (2+ messages)

[dpdk-stable] [dpdk-dev] [PATCH v2 RESEND] vfio: fix resource leak when mapping fails
 2020-10-05  8:12 UTC  (2+ messages)

[dpdk-stable] [PATCH] eal/windows: use bundled getopt with MinGW
 2020-10-05  7:23 UTC  (4+ messages)
` [dpdk-stable] [EXTERNAL] "

[dpdk-stable] [PATCH] net/mlx5: disable flow dump for Verbs flow
 2020-10-04 16:55 UTC  (2+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] event/octeontx: validate events requested against available
 2020-10-04 10:40 UTC  (2+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] eventdev: fix return value of null not checked
 2020-10-04 10:02 UTC  (3+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] net/octeontx2: remove logically dead code
 2020-10-04  8:52 UTC  (5+ messages)

[dpdk-stable] [PATCH] net/qede: fix get link details
 2020-10-04  8:37 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH 1/2] app/test: uninit vdevs in event eth Rx adapter autotest
 2020-10-03  9:05 UTC  (2+ messages)
` [dpdk-stable] [PATCH 2/2] app/test: add net null dev creation in "

[dpdk-stable] [PATCH] vdpa/ifc: fix build issue with recent kernels
 2020-10-02 16:40 UTC  (3+ messages)

[dpdk-stable] [RFC PATCH v2 1/8] app: fix missing dependencies
 2020-10-02 15:58 UTC  (3+ messages)
  ` [dpdk-stable] [RFC PATCH v2 2/8] examples/l2fwd-crypto: fix missing dependency
  ` [dpdk-stable] [RFC PATCH v2 3/8] build: add defines for compatibility with make build

[dpdk-stable] [dpdk-dev] vhost/crypto: fix initialization
 2020-10-02 15:36 UTC  (6+ messages)
` [dpdk-stable] [dpdk-dev v2 0/2] "
  ` [dpdk-stable] [dpdk-dev v2 1/2] vhost: add backend type in driver start
  ` [dpdk-stable] [dpdk-dev v2 2/2] vhost/crypto: fix feature negotiation

[dpdk-stable] [dpdk-dev] [PATCH] net/netvsc: fix txq leak in error path
 2020-10-02 14:25 UTC  (3+ messages)

[dpdk-stable] [PATCH v1 3/6] app/test: fix freeing mbufs in distributor tests
 2020-10-02 11:25 UTC  (33+ messages)
    ` [dpdk-stable] [dpdk-dev] "
      ` [dpdk-stable] [PATCH v2 1/8] app/test: fix deadlock in distributor test
      ` [dpdk-stable] [PATCH v2 2/8] app/test: synchronize statistics between lcores
        ` [dpdk-stable] [dpdk-dev] "
      ` [dpdk-stable] [PATCH v2 3/8] app/test: fix freeing mbufs in distributor tests
      ` [dpdk-stable] [PATCH v2 4/8] app/test: collect return mbufs in distributor test
      ` [dpdk-stable] [PATCH v2 5/8] distributor: fix missing handshake synchronization
      ` [dpdk-stable] [PATCH v2 6/8] distributor: fix handshake deadlock
      ` [dpdk-stable] [PATCH v2 7/8] distributor: do not use oldpkt when not needed
      ` [dpdk-stable] [PATCH v2 8/8] distributor: align API documentation with code
        ` [dpdk-stable] [PATCH v3 1/8] app/test: fix deadlock in distributor test
        ` [dpdk-stable] [PATCH v3 2/8] app/test: synchronize statistics between lcores
        ` [dpdk-stable] [PATCH v3 3/8] app/test: fix freeing mbufs in distributor tests
        ` [dpdk-stable] [PATCH v3 4/8] app/test: collect return mbufs in distributor test
        ` [dpdk-stable] [PATCH v3 5/8] distributor: fix missing handshake synchronization
        ` [dpdk-stable] [PATCH v3 6/8] distributor: fix handshake deadlock
        ` [dpdk-stable] [PATCH v3 7/8] distributor: do not use oldpkt when not needed
        ` [dpdk-stable] [PATCH v3 8/8] distributor: align API documentation with code
          ` [dpdk-stable] [PATCH v4 1/8] test/distributor: fix deadlock with freezed worker
            ` [dpdk-stable] [dpdk-dev] "
          ` [dpdk-stable] [PATCH v4 2/8] test/distributor: synchronize lcores statistics
            ` [dpdk-stable] [dpdk-dev] "
          ` [dpdk-stable] [PATCH v4 3/8] distributor: do not use oldpkt when not needed
          ` [dpdk-stable] [PATCH v4 4/8] test/distributor: fix freeing mbufs
          ` [dpdk-stable] [PATCH v4 5/8] test/distributor: collect return mbufs
          ` [dpdk-stable] [PATCH v4 6/8] distributor: fix missing handshake synchronization
          ` [dpdk-stable] [PATCH v4 7/8] distributor: fix handshake deadlock
          ` [dpdk-stable] [PATCH v4 8/8] distributor: align API documentation with code

[dpdk-stable] [PATCH 2/2] lib/ethdev: fix memory ordering for call back functions
 2020-10-02  0:07 UTC 

[dpdk-stable] [PATCH] net/ring: fix unchecked return value
 2020-10-01 17:09 UTC  (10+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH v1 01/15] net/mlx5: fix send queue doorbell typo
 2020-10-01 14:09 UTC  (2+ messages)
` [dpdk-stable] [PATCH v1 02/15] net/mlx5: fix unused variable in Txq creation

[dpdk-stable] [PATCH] net/mlx5: fix Rx queue count calculation
 2020-10-01 13:28 UTC  (2+ messages)

[dpdk-stable] [PATCH 1/2] vhost: fix Virtio-net header len with packed ring
 2020-10-01 10:11 UTC 

[dpdk-stable] [PATCH] net/mlx5: fix incorrect meter table define
 2020-10-01 10:03 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/mlx5: fix DevX CQ attributes values
 2020-10-01  8:41 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH] stack: fix possible uninitialized success variable
 2020-09-30 19:15 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/bnxt: fix variable size of port id
 2020-09-30 17:13 UTC  (10+ messages)
` [dpdk-stable] [PATCH v2 1/3] net: fix variable size of ethdev "
  ` [dpdk-stable] [PATCH v2 2/3] app: "
  ` [dpdk-stable] [PATCH v2 3/3] doc: "
  ` [dpdk-stable] [PATCH v3 1/3] net: "
    ` [dpdk-stable] [PATCH v3 2/3] app: "
    ` [dpdk-stable] [PATCH v3 3/3] doc: "

[dpdk-stable] [dpdk-dev] [PATCH] examples/vhost_blk: fix unchecked return value
 2020-09-30 16:18 UTC  (3+ messages)

[dpdk-stable] [PATCH 1/2] net/sfc: fix RSS hash flag when offload is disabled
 2020-09-30 15:42 UTC  (3+ messages)
` [dpdk-stable] [PATCH 2/2] net/sfc: fix RSS hash offload if QUEUE action is used

[dpdk-stable] [PATCH] net/dpaa2: fix build error about timesync functions
 2020-09-30 15:09 UTC  (8+ messages)
      ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] drivers/net/mlx: do not enforce RSS hash offload
 2020-09-29 18:39 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] net/qede: fix dereference before null check
 2020-09-29 18:08 UTC  (3+ messages)

[dpdk-stable] [PATCH v2] kni: fix build with Linux 5.9
 2020-09-29 10:41 UTC  (2+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 1/4] net/memif: do not update local copy of tail in tx function
 2020-09-29  5:24 UTC  (7+ messages)
` [dpdk-stable] [PATCH v2 1/8] "
  ` [dpdk-stable] [PATCH v2 2/8] net/memif: relax the load of ring tail pointer for M2S ring
  ` [dpdk-stable] [PATCH v2 3/8] net/memif: relax the load of ring head "
  ` [dpdk-stable] [PATCH v2 4/8] net/memif: relax the load of ring head pointer for S2M ring
  ` [dpdk-stable] [dpdk-dev] [PATCH v2 1/8] net/memif: do not update local copy of tail in tx function

[dpdk-stable] [dpdk-dev] [PATCH] efd: fix tailq entry leak in error path
 2020-09-29  3:31 UTC 

[dpdk-stable] [PATCH v4 1/4] raw/ifpga/base: fix bug in IRQ functions
 2020-09-29  1:42 UTC  (3+ messages)
  ` [dpdk-stable] [PATCH v2 "

[dpdk-stable] [PATCH v2] doc: remove orphan PMD feature table
 2020-09-29  0:09 UTC  (2+ messages)
` [dpdk-stable] [PATCH -v2] "

[dpdk-stable] [PATCH] doc: remove orphan PMD feature table
 2020-09-29  0:05 UTC 

[dpdk-stable] [PATCH v3 01/25] doc/api: add ioat driver to index
 2020-09-28 16:42 UTC  (5+ messages)
  ` [dpdk-stable] [PATCH v3 02/25] raw/ioat: fix missing close function
    ` [dpdk-stable] [dpdk-dev] "
  ` [dpdk-stable] [PATCH v4 "

[dpdk-stable] [PATCH 1/6] vhost/crypto: fix pool allocation
 2020-09-28 15:19 UTC  (7+ messages)
` [dpdk-stable] [PATCH 2/6] vhost/crypto: fix incorrect descriptor deduction
` [dpdk-stable] [PATCH 3/6] vhost/crypto: fix missed request check for copy mode
` [dpdk-stable] [PATCH 4/6] vhost/crypto: fix incorrect write back source
` [dpdk-stable] [PATCH 5/6] vhost/crypto: fix data length check
` [dpdk-stable] [PATCH 6/6] vhost/crypto: fix possible TOCTOU attack

[dpdk-stable] [dpdk-dev] [PATCH] net/fm10k: fix memory leak when thresh check fails
 2020-09-28 13:32 UTC  (2+ messages)

[dpdk-stable] [PATCH] bus/pci: fix mapping of PCI resources
 2020-09-28  9:55 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 18.11 1/2] kni: fix build error on openSUSE 15.2 - pci clearing
 2020-09-28  9:05 UTC  (6+ messages)
` [dpdk-stable] [PATCH 18.11 2/2] kni: fix build error on openSuse 15.2 - skb_frag_t to bio_vec

[dpdk-stable] [PATCH] net/octeontx2: fix multi seg mode for jumbo packets
 2020-09-28  5:21 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH 1/2] mempool/octeontx: fix aura to pool mapping
 2020-09-27 13:06 UTC  (3+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH 2/2] net/octeontx: fix Tx xmit command preparation

[dpdk-stable] [PATCH v2 4/5] lib/stack: reload head when pop fails
 2020-09-25 17:43 UTC 

[dpdk-stable] [PATCH] eal/windows: fix incorrect free condition in getopt implementation
 2020-09-25 16:59 UTC  (3+ messages)

[dpdk-stable] [PATCH v2 1/3] net: fix variable size of ethdev port id
 2020-09-25  5:27 UTC 

[dpdk-stable] [PATCH] ethdev: fix RSS flow expansion in case of mismatch
 2020-09-24 14:52 UTC  (2+ messages)
  ` [dpdk-stable] [PATCH v2 1/2] "

[dpdk-stable] 18.11.10 (LTS) patches review and test
 2020-09-24 10:10 UTC  (5+ messages)

[dpdk-stable] [PATCH] net/netvsc: fix rndis packet addresses
 2020-09-24 10:03 UTC  (2+ messages)

[dpdk-stable] [PATCH v3 1/6] bus/fslmc: fix atomic queues on nxp lx2 platform
 2020-09-24  4:02 UTC  (2+ messages)
  ` [dpdk-stable] [PATCH v3 3/6] net/dpaa2: fix check for key size

[dpdk-stable] [PATCH 1/2] net/bnxt: fix drop en in rxq get information
 2020-09-24  0:56 UTC  (4+ messages)
` [dpdk-stable] [PATCH 2/2] net/bnxt: fix rxq/txq offload information get op

[dpdk-stable] [PATCH 1/2] net/bnxt: fix drop en in rxq get information
 2020-09-24  0:54 UTC 

[dpdk-stable] [PATCH] maintainers: update Mellanox maintainers mail
 2020-09-23 23:37 UTC  (3+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net/iavf: fix link status
 2020-09-23 23:27 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v2 1/2] devtools: fix ninja install breakage under relative path
 2020-09-23 10:12 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/mlx5: use bond index for netdev operations
 2020-09-23  7:38 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH] net/bnxt: fix to not bring link down during reset recovery
 2020-09-23  4:28 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/bnxt: fix PCI per-function stats
 2020-09-22 23:54 UTC  (2+ messages)

[dpdk-stable] [PATCH] app/test-sad: fix uninitialized variable
 2020-09-22 20:01 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH][V2] net/af_xdp: avoid deadlock due to empty fill queue
 2020-09-22 13:04 UTC  (2+ messages)

[dpdk-stable] [PATCH] net/i40e: fix incorrect byte counters
 2020-09-22 12:59 UTC  (5+ messages)
` [dpdk-stable] [PATCH v4] "
` [dpdk-stable] [PATCH v5] "
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [dpdk-dev] [PATCH 1/1] eal/linux: fix event set error for rte_epoll_event
 2020-09-22 12:05 UTC  (4+ messages)
  ` [dpdk-stable] [EXT] "

[dpdk-stable] [PATCH] metrics: fix resource leak on memory allocation fail
 2020-09-22 10:28 UTC  (4+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v1 0/5] some bugs fix
 2020-09-22  9:26 UTC  (2+ messages)

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