patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH] app/testpmd: fix Rx offload search error
 2018-11-07 17:09 UTC  (3+ messages)

[dpdk-stable] [PATCH] devbind: check for lspci
 2018-11-07 16:30 UTC  (3+ messages)

[dpdk-stable] [PATCH] net/ixgbe: fix busy polling while fiber link update
 2018-11-07 15:52 UTC  (7+ messages)
    ` [dpdk-stable] [PATCH v2] "
      ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 1/2] net/ixgbe: fix x550 code to handle unidentified PHY
 2018-11-07 12:55 UTC  (15+ messages)
  ` [dpdk-stable] [PATCH 2/2] net/ixgbe: add LHA ID to x550 code
` [dpdk-stable] [PATCH v3 1/2] net/ixgbe: fix x550 code to handle unidentified PHY
  ` [dpdk-stable] [PATCH v3 2/2] net/ixgbe: add LHA ID to x550 code

[dpdk-stable] [PATCH] net/ixgbe: reduce PF mailbox interrupt rate
 2018-11-07  9:17 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] build: disable compiler AVX512F support
 2018-11-07  9:04 UTC  (13+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2] "
  ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v3] build: disable gcc "
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 2/2] vhost: remove unneeded null pointer check
 2018-11-07  9:01 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] eal: fix build issue
 2018-11-07  6:59 UTC  (5+ messages)
  ` [dpdk-stable] [dpdk-dev] [PATCH v2 2/2] "

[dpdk-stable] [PATCH] net/avf/base: fix shifting 32 bits signed variable 31 times
 2018-11-07  2:42 UTC  (5+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] test: fix build
 2018-11-06 19:54 UTC  (2+ messages)

[dpdk-stable] [PATCH 0/2] ip_frag: two fixes in reassembly code
 2018-11-06 11:41 UTC  (13+ messages)
` [dpdk-stable] [PATCH 1/2] ip_frag: check fragment length of incoming packet
` [dpdk-stable] [PATCH 2/2] ip_frag: use key length for key comparision
` [dpdk-stable] [PATCH v2 0/2] ip_frag: two fixes in reassembly code
` [dpdk-stable] [PATCH v2 1/2] ip_frag: check fragment length of incoming packet
  ` [dpdk-stable] [dpdk-dev] [PATCH v2 0/2] ip_frag: two fixes in reassembly code
` [dpdk-stable] [PATCH v2 2/2] ip_frag: use key length for key comparision
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v3 2/3] ring: synchronize the load and store of the tail
 2018-11-06 11:03 UTC  (7+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH 1/2] "

[dpdk-stable] [PATCH 1/2] vhost: fix IOVA access for packed ring
 2018-11-06 10:54 UTC  (3+ messages)
` [dpdk-stable] [PATCH 2/2] net/virtio-user: fix typo in error message

[dpdk-stable] [PATCH v3] app/testpmd: fix memory alloc for dscp table
 2018-11-06 10:26 UTC 

[dpdk-stable] [PATCH v2] app/testpmd: fix memory leak for tm object
 2018-11-06 10:23 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] net/e1000: fix uninitialized variables
 2018-11-06  7:57 UTC 

[dpdk-stable] [dpdk-dev] [PATCH] net/e1000: fix uninitialized variables
 2018-11-06  7:45 UTC 

[dpdk-stable] [PATCH] net/ixgbe: check jumbo frame enable parameter
 2018-11-06  2:49 UTC  (7+ messages)
` [dpdk-stable] [PATCH v2] "
` [dpdk-stable] [dpdk-dev] [PATCH] "

[dpdk-stable] [PATCH v2] test/hash: solve unit test hash compilation error
 2018-11-06  2:19 UTC  (3+ messages)
` [dpdk-stable] [PATCH v3] "
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 1/3] lib: fix shifting 32 bits signed variable 31 times
 2018-11-06  0:26 UTC  (4+ messages)
` [dpdk-stable] [PATCH 3/3] vhost: fix possible out of bound access
` [dpdk-stable] [dpdk-dev] [PATCH 1/3] lib: fix shifting 32 bits signed variable 31 times

[dpdk-stable] [PATCH] net/bnxt: fix uninitialized variable access
 2018-11-05 17:56 UTC  (3+ messages)

[dpdk-stable] [PATCH 1/4] hash: fix TSX aborts with newer gcc
 2018-11-05 17:39 UTC 

[dpdk-stable] [PATCH v2] net/i40e: fix Rx instability with vector mode
 2018-11-05 15:53 UTC  (7+ messages)
` [dpdk-stable] [PATCH v3] "
  ` [dpdk-stable] [dpdk-dev] "
  ` [dpdk-stable] [PATCH v4] "

[dpdk-stable] [PATCH] net/tap: fix possible uninitialized variable access
 2018-11-05 15:31 UTC 

[dpdk-stable] [PATCH 1/2] ring: synchronize the load and store of the tail
 2018-11-05 13:41 UTC  (29+ messages)
          ` [dpdk-stable] [PATCH v2 "
          ` [dpdk-stable] [PATCH v2 2/2] ring: move the atomic load of head above the loop
      ` [dpdk-stable] [PATCH v3 1/2] ring: synchronize the load and store of the tail
        ` [dpdk-stable] [dpdk-dev] "
      ` [dpdk-stable] [PATCH v3 2/2] ring: move the atomic load of head above the loop
    ` [dpdk-stable] [PATCH v4 1/2] ring: synchronize the load and store of the tail
    ` [dpdk-stable] [PATCH v4 2/2] ring: move the atomic load of head above the loop
  ` [dpdk-stable] [PATCH v5 1/2] ring: synchronize the load and store of the tail
  ` [dpdk-stable] [PATCH v5 2/2] ring: move the atomic load of head above the loop

[dpdk-stable] [PATCH 0/8] Correct XXX_TX_OFFLOAD_NOTSUP_MASK
 2018-11-05 10:24 UTC  (9+ messages)
` [dpdk-stable] [PATCH 6/8] net/qede: correct offload not supported mask
    ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [dpdk-dev] [PATCH 0/8] Correct XXX_TX_OFFLOAD_NOTSUP_MASK

[dpdk-stable] [PATCH 1/2] bus/dpaa: fix build with gcc 9.0
 2018-11-04 21:38 UTC  (10+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH 2/2] eal: "
` [dpdk-stable] [PATCH v2 1/2] bus/dpaa: "
  ` [dpdk-stable] [PATCH v2 2/2] eal: "

[dpdk-stable] [dpdk-dev] [PATCH] crypto/scheduler: fix build with gcc 8.2
 2018-11-04 21:01 UTC  (2+ messages)

[dpdk-stable] [PATCH] examples/vm_power: fix app to respect max cpus
 2018-11-04 20:49 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] crypto/ccp: fix resource leak
 2018-11-04  4:50 UTC  (2+ messages)

[dpdk-stable] [PATCH 16.11 1/3] app/testpmd: fix vdev socket initialization
 2018-11-03 10:53 UTC  (6+ messages)
` [dpdk-stable] [PATCH 16.11 2/3] app/testpmd: fix physic port "
` [dpdk-stable] [PATCH 16.11 3/3] app/testpmd: reserve NUMA node per device port and per ring

[dpdk-stable] [PATCH] vhost/crypto: fix inferred misuse of enum
 2018-11-02 20:37 UTC  (3+ messages)

[dpdk-stable] [PATCH] app/testpmd: fix port status for new bonded devices
 2018-11-02 20:37 UTC  (3+ messages)

[dpdk-stable] [dpdk-dev] [PATCH] doc: clarify TSO Tx offload prerequisite
 2018-11-02 20:37 UTC  (3+ messages)

[dpdk-stable] [PATCH] app/testpmd: fix possible uninitialized variable usage
 2018-11-02 20:35 UTC  (3+ messages)

[dpdk-stable] [PATCH] ethdev: fix redundant function pointer check
 2018-11-02 20:34 UTC  (3+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] eal: fix API to get error string
 2018-11-02 17:19 UTC  (15+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net: fix compilation with GRE header
 2018-11-02 14:56 UTC  (2+ messages)

[dpdk-stable] [PATCH] lib/compressdev: clarify usage of op structure
 2018-11-02 11:43 UTC  (3+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] lib/compressdev: Fix logic error on op allocation
 2018-11-02 11:42 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] "
    ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] compress/isal: fix uncleared compression states
 2018-11-02 11:35 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v3 1/3] net/virtio: register/unregister intr handler on start/stop
 2018-11-02 11:14 UTC  (5+ messages)
  ` [dpdk-stable] [PATCH v3 2/3] net/vmxnet3: fix vmxnet3 dev_uninit() hot-unplug
  ` [dpdk-stable] [PATCH v3 3/3] eal/linux: handle uio read failure in interrupt handler

[dpdk-stable] please help backporting some patches to LTS release 16.11.9
 2018-11-02  7:51 UTC  (5+ messages)

[dpdk-stable] [PATCH] net/mlx5: add missing FDIR flow delete
 2018-11-01  8:44 UTC  (2+ messages)

[dpdk-stable] [PATCH] bus/pci: fix unexpected resource mapping override
 2018-10-31 18:30 UTC  (3+ messages)
` [dpdk-stable] [PATCH v3] "

[dpdk-stable] [PATCH v2] bus/pci: fix unexpected resource mapping override
 2018-10-31 18:24 UTC  (4+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] eal/mp: remove rte_panic and profanity
 2018-10-30 10:31 UTC  (3+ messages)

[dpdk-stable] [PATCH 6/6] net/virtio: fix guest announce support
 2018-10-30 10:30 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).