patches for DPDK stable branches
 help / color / mirror / Atom feed
[dpdk-stable] [PATCH] lib/cryptodev: fix library version
 2018-10-15 13:18 UTC  (2+ messages)

[dpdk-stable] patch 'acl: forbid rule with priority zero' has been queued to LTS release 16.11.9
 2018-10-15 11:51 UTC  (25+ messages)
` [dpdk-stable] patch 'net/i40e: fix send admin queue command before init' "
  ` [dpdk-stable] patch 'net/i40e/base: fix partition id calculation for X722' "
  ` [dpdk-stable] patch 'net/i40e/base: properly clean resources' "
  ` [dpdk-stable] patch 'net/i40e/base: gracefully clean the "
  ` [dpdk-stable] patch 'net/i40e/base: correct global reset timeout calculation' "
  ` [dpdk-stable] patch 'net/ixgbe: wait longer for link after fiber MAC setup' "
  ` [dpdk-stable] patch 'net/enic: do not use non-standard integer types' "
  ` [dpdk-stable] patch 'net/enic: set Rx VLAN offload flag for non-stripped packets' "
  ` [dpdk-stable] patch 'net/nfp: fix RSS' "
  ` [dpdk-stable] patch 'net/bnx2x: fix logging to include device name' "
  ` [dpdk-stable] patch 'net/bnx2x: fix to disable further interrupts' "
  ` [dpdk-stable] patch 'net/bnx2x: fix call to link handling periodic function' "
  ` [dpdk-stable] patch 'net/bnx2x: fix to add PHY lock' "
  ` [dpdk-stable] patch 'net/bnxt: fix uninitialized pointer access in Tx' "
  ` [dpdk-stable] patch 'net/bnxt: set MAC filtering as outer for non tunnel frames' "
  ` [dpdk-stable] patch 'net/bnxt: set a VNIC as default only once' "
  ` [dpdk-stable] patch 'net/bnxt: remove excess log messages' "
  ` [dpdk-stable] patch 'net/bnxt: reduce polling interval for valid bit' "
  ` [dpdk-stable] patch 'app/testpmd: fix csum parse-tunnel command invocation' "
  ` [dpdk-stable] patch 'app/testpmd: fix displaying RSS hash functions' "
  ` [dpdk-stable] patch 'doc: add VFIO in ENA guide' "
  ` [dpdk-stable] patch 'app/testpmd: fix duplicate exit' "
  ` [dpdk-stable] patch 'net/e1000: do not error out if Rx drop enable is set' "
  ` [dpdk-stable] patch 'eal: use correct data type for bitmap slab operations' "

[dpdk-stable] [PATCH] net/ixgbe: fix busy polling while fiber link update
 2018-10-15 10:43 UTC  (18+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v1] net/avf: fix DEBUG_DUMP_DESC causing build issue
 2018-10-15  9:47 UTC  (2+ messages)

[dpdk-stable] [DPDK] net/avf: fix DEBUG_DUMP_DESC causing build issue
 2018-10-14  2:27 UTC 

[dpdk-stable] [PATCH v7 00/19] vhost: add postcopy live-migration support
 2018-10-12 12:40 UTC  (20+ messages)
` [dpdk-stable] [PATCH v7 01/19] vhost: fix messages results handling
` [dpdk-stable] [PATCH v7 02/19] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v7 03/19] vhost: clarify reply-ack in case a reply was already sent
` [dpdk-stable] [PATCH v7 04/19] vhost: fix payload size of reply
` [dpdk-stable] [PATCH v7 05/19] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v7 06/19] vhost: define postcopy protocol flag
` [dpdk-stable] [PATCH v7 07/19] vhost: add number of fds to vhost-user messages and use it
` [dpdk-stable] [PATCH v7 08/19] vhost: pass socket fd to message handling callbacks
` [dpdk-stable] [PATCH v7 09/19] vhost: enable fds passing when sending vhost-user messages
` [dpdk-stable] [PATCH v7 10/19] vhost: add config flag for postcopy feature
` [dpdk-stable] [PATCH v7 11/19] vhost: introduce postcopy's advise message
` [dpdk-stable] [PATCH v7 12/19] vhost: add support for postcopy's listen message
` [dpdk-stable] [PATCH v7 13/19] vhost: register new regions with userfaultfd
` [dpdk-stable] [PATCH v7 14/19] vhost: avoid useless VhostUserMemory copy
` [dpdk-stable] [PATCH v7 15/19] vhost: send userfault range addresses back to qemu
` [dpdk-stable] [PATCH v7 16/19] vhost: add support to postcopy's end request
` [dpdk-stable] [PATCH v7 17/19] vhost: restrict postcopy live-migration enablement
` [dpdk-stable] [PATCH v7 18/19] net/vhost: add parameter to enable postcopy support
` [dpdk-stable] [PATCH v7 19/19] vhost: enable postcopy protocol feature

[dpdk-stable] [dpdk-dev] [PATCH 1/2] mbuf: fix missing Tx offload flag name and list update
 2018-10-12 11:25 UTC  (2+ messages)

[dpdk-stable] [PATCH v3 01/15] net/dpaa2: fix IOVA conversion for congestion memory
 2018-10-12 10:04 UTC  (2+ messages)
  ` [dpdk-stable] [PATCH v3 02/15] net/dpaa2: fix VLAN filter enablement

[dpdk-stable] [PATCH v6 00/19] vhost: add postcopy live-migration support
 2018-10-12 10:04 UTC  (30+ messages)
` [dpdk-stable] [PATCH v6 01/19] vhost: fix messages results handling
      ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v6 02/19] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v6 03/19] vhost: clarify reply-ack in case a reply was already sent
` [dpdk-stable] [PATCH v6 04/19] vhost: fix payload size of reply
` [dpdk-stable] [PATCH v6 05/19] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v6 06/19] vhost: define postcopy protocol flag
` [dpdk-stable] [PATCH v6 07/19] vhost: add number of fds to vhost-user messages and use it
      ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v6 08/19] vhost: pass socket fd to message handling callbacks
` [dpdk-stable] [PATCH v6 09/19] vhost: enable fds passing when sending vhost-user messages
` [dpdk-stable] [PATCH v6 10/19] vhost: add config flag for postcopy feature
` [dpdk-stable] [PATCH v6 11/19] vhost: introduce postcopy's advise message
` [dpdk-stable] [PATCH v6 12/19] vhost: add support for postcopy's listen message
` [dpdk-stable] [PATCH v6 13/19] vhost: register new regions with userfaultfd
` [dpdk-stable] [PATCH v6 14/19] vhost: avoid useless VhostUserMemory copy
` [dpdk-stable] [PATCH v6 15/19] vhost: send userfault range addresses back to qemu
` [dpdk-stable] [PATCH v6 16/19] vhost: add support to postcopy's end request
` [dpdk-stable] [PATCH v6 17/19] vhost: restrict postcopy live-migration enablement
` [dpdk-stable] [PATCH v6 18/19] net/vhost: add parameter to enable postcopy support
` [dpdk-stable] [PATCH v6 19/19] vhost: enable postcopy protocol feature

[dpdk-stable] [PATCH] vhost: fix notification for packed ring
 2018-10-11 23:47 UTC  (8+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH 1/2] net/sfc: allow to query RSS key and HF in isolated mode
 2018-10-11 17:57 UTC  (3+ messages)
` [dpdk-stable] [PATCH 2/2] net/sfc: allow to query RSS key and HF when RSS is disabled

[dpdk-stable] [PATCH] net/sfc: don't skip RSS configuration step on reconfigure
 2018-10-11 17:32 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v2] drivers/qat: fix failure to create PMD
 2018-10-11 17:27 UTC  (3+ messages)
` [dpdk-stable] [PATCH v3] "

[dpdk-stable] [PATCH] app/testpmd: fix duplicate exit
 2018-10-11 11:41 UTC  (3+ messages)

[dpdk-stable] [PATCH] app/testpmd: fix printf format specifiers
 2018-10-11 11:20 UTC  (4+ messages)
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] update latest stable build to 18.05.1
 2018-10-11 10:57 UTC  (2+ messages)

[dpdk-stable] [PATCH] drivers/net: fix log type string
 2018-10-11 10:48 UTC  (5+ messages)
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2] "

[dpdk-stable] [PATCH] doc: update for ENA supported drivers
 2018-10-11 10:37 UTC  (5+ messages)
    ` [dpdk-stable] [PATCH v2] "
      ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v2] app/testpmd: optimize membuf pool allocation
 2018-10-11 10:37 UTC  (5+ messages)
  ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v5 00/19] vhost: add postcopy live-migration support
 2018-10-11  9:36 UTC  (30+ messages)
` [dpdk-stable] [PATCH v5 01/19] vhost: fix messages results handling
` [dpdk-stable] [PATCH v5 02/19] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v5 03/19] vhost: clarify reply-ack in case a reply was already sent
` [dpdk-stable] [PATCH v5 04/19] vhost: fix payload size of reply
` [dpdk-stable] [PATCH v5 05/19] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v5 06/19] vhost: define postcopy protocol flag
` [dpdk-stable] [PATCH v5 07/19] vhost: add number of fds to vhost-user messages and use it
` [dpdk-stable] [PATCH v5 08/19] vhost: pass socket fd to message handling callbacks
` [dpdk-stable] [PATCH v5 09/19] vhost: enable fds passing when sending vhost-user messages
` [dpdk-stable] [PATCH v5 10/19] vhost: add config flag for postcopy feature
` [dpdk-stable] [PATCH v5 11/19] vhost: introduce postcopy's advise message
` [dpdk-stable] [PATCH v5 12/19] vhost: add support for postcopy's listen message
` [dpdk-stable] [PATCH v5 13/19] vhost: register new regions with userfaultfd
` [dpdk-stable] [PATCH v5 14/19] vhost: avoid useless VhostUserMemory copy
` [dpdk-stable] [PATCH v5 15/19] vhost: send userfault range addresses back to qemu
` [dpdk-stable] [PATCH v5 16/19] vhost: add support to postcopy's end request
` [dpdk-stable] [PATCH v5 17/19] vhost: restrict postcopy live-migration enablement
` [dpdk-stable] [PATCH v5 18/19] net/vhost: add parameter to enable postcopy support
` [dpdk-stable] [PATCH v5 19/19] vhost: enable postcopy protocol feature

[dpdk-stable] [PATCH v1] eventdev: fix build error
 2018-10-10 19:43 UTC  (2+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v3 1/3] ring: read tail using atomic load
 2018-10-10 19:26 UTC  (25+ messages)
                                ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net/e1000: do not error out if rx_drop_en is set
 2018-10-10 17:57 UTC  (5+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH] net/tap: fix reported number of Tx packets
 2018-10-10 12:39 UTC  (2+ messages)

[dpdk-stable] [PATCH] common/qat: add support for GEN3 devices
 2018-10-10 11:39 UTC  (3+ messages)
    ` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH 0/3] add AES-CMAC support
 2018-10-10 10:59 UTC  (12+ messages)
` [dpdk-stable] [PATCH v3 "
  ` [dpdk-stable] [PATCH v3 1/3] crypto/qat: add support AES-CMAC
  ` [dpdk-stable] [PATCH v3 2/3] test/qat: test for AES-CMAC
  ` [dpdk-stable] [PATCH v3 3/3] doc/qat: update AES-CMAC documentation
` [dpdk-stable] [PATCH v4 0/3] add AES-CMAC support
  ` [dpdk-stable] [PATCH v4 1/3] crypto/qat: add support AES-CMAC
  ` [dpdk-stable] [PATCH v4 2/3] test/qat: test for AES-CMAC
  ` [dpdk-stable] [PATCH v4 3/3] doc/qat: update AES-CMAC documentation
    ` [dpdk-stable] [dpdk-dev] [PATCH v4 0/3] add AES-CMAC support

[dpdk-stable] [PATCH v2] crypto: fix element size for undefined crypto op
 2018-10-10  5:26 UTC  (3+ messages)
` [dpdk-stable] [dpdk-dev] "

[dpdk-stable] [PATCH v4 00/19] vhost: add postcopy live-migration support
 2018-10-09 17:53 UTC  (24+ messages)
` [dpdk-stable] [PATCH v4 01/19] vhost: fix messages error checks
` [dpdk-stable] [PATCH v4 02/19] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v4 03/19] vhost: clarify reply-ack in case a reply was already sent
` [dpdk-stable] [PATCH v4 04/19] vhost: fix payload size of reply
      ` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v4 05/19] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v4 06/19] vhost: define postcopy protocol flag
  ` [dpdk-stable] [PATCH v4 11/19] vhost: introduce postcopy's advise message

[dpdk-stable] [dpdk-dev] [PATCH 1/2] doc: clarify L3 Tx checksum prerequisite
 2018-10-09 10:19 UTC  (3+ messages)

[dpdk-stable] [PATCH] app/testpmd: fix displaying RSS hash functions
 2018-10-09 10:00 UTC  (3+ messages)

[dpdk-stable] [PATCH v3 00/19] vhost: add postcopy live-migration support
 2018-10-08 16:54 UTC  (5+ messages)
  ` [dpdk-stable] [PATCH v3 18/19] vhost: add flag to enable postcopy live-migration

[dpdk-stable] [PATCH v1] eal: use correct data type for slab operations
 2018-10-08 15:57 UTC  (4+ 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).