[dpdk-stable] [dpdk-dev] [PATCH 1/2] doc: clarify L3 Tx checksum prerequisite
2018-10-05 6:44 UTC (3+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH 2/2] doc: clarify L4 "
[dpdk-stable] [PATCH v2] ring: fix c11 memory ordering issue
2018-10-05 0:47 UTC (13+ messages)
` [dpdk-stable] [PATCH v3 1/3] ring: read tail using atomic load
` [dpdk-stable] [PATCH v3 2/3] ring: synchronize the load and store of the tail
` [dpdk-stable] [PATCH v3 3/3] ring: move the atomic load of head above the loop
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/3] net/enic: fix flow API memory leak
2018-10-04 23:45 UTC (5+ messages)
[dpdk-stable] [PATCH] vhost: fix crash on unregistering in client mode
2018-10-04 21:23 UTC (2+ messages)
[dpdk-stable] [PATCH] app/testpmd: fix displaying RSS hash functions
2018-10-04 19:24 UTC
[dpdk-stable] [PATCH v2 0/5] use IOVAs check based on DMA mask
2018-10-04 17:58 UTC (12+ messages)
` [dpdk-stable] [PATCH v2 1/5] mem: add function for checking memsegs IOVAs addresses
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2 2/5] mem: use address hint for mapping hugepages
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [PATCH v2 3/5] bus/pci: use IOVAs check when setting IOVA mode
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] eal/linuxapp: improve segment list preallocation
2018-10-04 16:13 UTC
[dpdk-stable] [dpdk-dev] [PATCH 2/4] mbuf: fix Tx offload mask
2018-10-04 16:05 UTC (7+ messages)
` [dpdk-stable] [dpdk-dev] [PATCH v2 2/2] "
[dpdk-stable] [PATCH] eal/vfio: share the default container in multi process
2018-10-04 15:52 UTC (2+ messages)
[dpdk-stable] [PATCH v3 00/19] vhost: add postcopy live-migration support
2018-10-04 15:11 UTC (28+ messages)
` [dpdk-stable] [PATCH v3 01/19] vhost: fix messages error checks
` [dpdk-stable] [PATCH v3 02/19] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v3 03/19] vhost: clarify reply-ack in case a reply was already sent
` [dpdk-stable] [PATCH v3 04/19] vhost: fix payload size of reply
` [dpdk-stable] [PATCH v3 05/19] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v3 06/19] vhost: define postcopy protocol flag
` [dpdk-stable] [PATCH v3 07/19] vhost: add number of fds to vhost-user messages and use it
` [dpdk-stable] [PATCH v3 08/19] vhost: pass socket fd to message handling callbacks
` [dpdk-stable] [PATCH v3 09/19] vhost: enable fds passing when sending vhost-user messages
` [dpdk-stable] [PATCH v3 10/19] vhost: add config flag for postcopy feature
` [dpdk-stable] [PATCH v3 11/19] vhost: introduce postcopy's advise message
` [dpdk-stable] [PATCH v3 12/19] vhost: add support for postcopy's listen message
` [dpdk-stable] [PATCH v3 13/19] vhost: register new regions with userfaultfd
` [dpdk-stable] [PATCH v3 14/19] vhost: avoid useless VhostUserMemory copy
` [dpdk-stable] [PATCH v3 15/19] vhost: send userfault range addresses back to qemu
` [dpdk-stable] [PATCH v3 16/19] vhost: add support to postcopy's end request
` [dpdk-stable] [PATCH v3 17/19] vhost: enable postcopy protocol feature
` [dpdk-stable] [PATCH v3 18/19] vhost: add flag to enable postcopy live-migration
` [dpdk-stable] [PATCH v3 19/19] net/vhost: add parameter to enable postcopy support
[dpdk-stable] [PATCH 0/3] add AES-CMAC support
2018-10-04 11:47 UTC (9+ messages)
` [dpdk-stable] [PATCH 1/3] crypto/qat: add support AES-CMAC
` [dpdk-stable] [PATCH 2/3] test/qat: test for AES-CMAC
` [dpdk-stable] [PATCH 3/3] doc/qat: add AES-CMAC to the QAT feature list
` [dpdk-stable] [PATCH v2 0/3] add AES-CMAC support
` [dpdk-stable] [PATCH v2 1/3] crypto/qat: add support AES-CMAC
` [dpdk-stable] [PATCH v2 2/3] test/qat: test for AES-CMAC
` [dpdk-stable] [PATCH v2 3/3] doc/qat: add AES-CMAC to the QAT feature list
[dpdk-stable] [PATCH v2 00/17] vhost: add postcopy live-migration support
2018-10-04 5:49 UTC (32+ messages)
` [dpdk-stable] [PATCH v2 01/17] vhost: fix messages error checks
` [dpdk-stable] [PATCH v2 02/17] vhost: fix return code of messages requiring replies
` [dpdk-stable] [PATCH v2 03/17] vhost: fix error handling when mem table gets updated
` [dpdk-stable] [PATCH v2 04/17] vhost: define postcopy protocol flag
` [dpdk-stable] [PATCH v2 05/17] vhost: add number of fds to vhost-user messages and use it
` [dpdk-stable] [PATCH v2 06/17] vhost: pass socket fd to message handling callbacks
` [dpdk-stable] [PATCH v2 07/17] vhost: enable fds passing when sending vhost-user messages
` [dpdk-stable] [PATCH v2 08/17] vhost: add config flag for postcopy feature
` [dpdk-stable] [PATCH v2 09/17] vhost: introduce postcopy's advise message
` [dpdk-stable] [PATCH v2 10/17] vhost: add support for postcopy's listen message
` [dpdk-stable] [PATCH v2 11/17] vhost: register new regions with userfaultfd
` [dpdk-stable] [PATCH v2 12/17] vhost: avoid useless VhostUserMemory copy
` [dpdk-stable] [PATCH v2 13/17] vhost: send userfault range addresses back to qemu
` [dpdk-stable] [PATCH v2 14/17] vhost: add support to postcopy's end request
` [dpdk-stable] [PATCH v2 15/17] vhost: enable postcopy protocol feature
` [dpdk-stable] [PATCH v2 16/17] vhost: add flag to enable postcopy live-migration
` [dpdk-stable] [PATCH v2 17/17] net/vhost: add parameter to enable postcopy support
[dpdk-stable] [PATCH v2] mem: fix undefined behavior in NUMA code
2018-10-03 22:36 UTC (4+ messages)
` [dpdk-stable] [PATCH v3] "
[dpdk-stable] please help backporting some patches to LTS release 16.11.9
2018-10-03 16:57 UTC (2+ messages)
[dpdk-stable] patch 'net/bonding: support matching QinQ ethertype' has been queued to LTS release 16.11.9
2018-10-03 16:52 UTC (15+ messages)
` [dpdk-stable] patch 'net/nfp: fix live MAC changes not supported' "
` [dpdk-stable] patch 'doc: fix wrong usage of bind command' "
` [dpdk-stable] patch 'examples/vhost: remove unnecessary constant' "
` [dpdk-stable] patch 'vhost-user: drop connection on message handling failures' "
` [dpdk-stable] patch 'net/bonding: use evenly distributed default RSS RETA' "
` [dpdk-stable] patch 'net/bonding: do not ignore RSS key on device config' "
` [dpdk-stable] patch 'app/testpmd: optimize mbuf pool allocation' "
` [dpdk-stable] patch 'acl: forbid rule with priority zero' "
` [dpdk-stable] patch 'net/nfp: fix mbuf flags with checksum good' "
` [dpdk-stable] patch 'ethdev: fix doxygen comment to be with structure' "
` [dpdk-stable] patch 'net/virtio: add missing supported features' "
` [dpdk-stable] patch 'vhost: fix corner case for enqueue operation' "
` [dpdk-stable] patch 'net/bonding: stop and deactivate slaves on stop' "
` [dpdk-stable] patch 'test/crypto: fix number of queue pairs' "
[dpdk-stable] [PATCH] doc: fix typos in the flow API guide
2018-10-03 15:22 UTC (2+ messages)
[dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix csum parse-tunnel command invocation
2018-10-03 14:26 UTC (3+ messages)
[dpdk-stable] [PATCH] eventdev: prefix global variable
2018-10-03 13:48 UTC
[dpdk-stable] [PATCH] bus/pci: fix unexpected resource mapping override
2018-10-03 13:03 UTC (5+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/9] net/sfc: receive prepared packets even in Rx exception case
2018-10-03 9:03 UTC
[dpdk-stable] [PATCH] net/ixgbe: fix busy polling while fiber link update
2018-10-03 7:43 UTC (8+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/3] net/enic: fix flow API memory leak
2018-10-02 14:49 UTC (3+ messages)
` [dpdk-stable] [PATCH v2 "
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/5] net/bnx2x: fix logging to include dev name
2018-10-02 12:40 UTC (6+ messages)
` [dpdk-stable] [PATCH v2 "
` [dpdk-stable] [PATCH v2 3/5] net/bnx2x: fix to disable further interrupts
` [dpdk-stable] [PATCH v2 4/5] net/bnx2x: fix call to link handling periodic function
` [dpdk-stable] [PATCH v2 5/5] net/bnx2x: fix to add phy lock
[dpdk-stable] [PATCH] common/qat: add support for GEN3 devices
2018-10-01 21:17 UTC
[dpdk-stable] [PATCH] drivers/qat: fix failure to create PMD
2018-10-01 21:11 UTC (2+ messages)
` [dpdk-stable] [PATCH v2] "
[dpdk-stable] [PATCH v2] test/hash: solve unit test hash compilation error
2018-10-01 20:04 UTC (2+ messages)
[dpdk-stable] [PATCH] net/nfp: fix RSS
2018-10-01 14:57 UTC (2+ messages)
[dpdk-stable] [PATCH] net/failsafe: limit device capabilities to really supported
2018-10-01 14:38 UTC (4+ messages)
` [dpdk-stable] [PATCH v2] net/failsafe: report actual device capabilities
[dpdk-stable] [PATCH] compressdev: fix compression api description
2018-10-01 13:47 UTC (4+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [dpdk-dev] [PATCH] doc: fix eventdev shared library version
2018-10-01 11:04 UTC (2+ messages)
[dpdk-stable] [PATCH] test/event: fix eth Rx adapter autotest for skeleton PMD
2018-10-01 10:09 UTC (4+ messages)
` [dpdk-stable] [PATCH v3 1/2] "
[dpdk-stable] [PATCH] ixgbe: wait longer for link after fiber MAC setup
2018-09-30 2:15 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/i40e: fix send admin queue command before init
2018-09-29 2:08 UTC (3+ messages)
[dpdk-stable] [PATCH v3 01/15] net/bnxt: get rid of ff pools and use VNIC info array
2018-09-29 2:00 UTC (9+ messages)
` [dpdk-stable] [PATCH v3 02/15] net/bnxt: fix uninitialized ptr access in transmit handler
` [dpdk-stable] [PATCH v3 03/15] net/bnxt: fix MTU setting
` [dpdk-stable] [PATCH v3 10/15] net/bnxt: fix registration of VF async event completion ring
` [dpdk-stable] [PATCH v3 11/15] net/bnxt: set MAC filtering as outer for non tunnel frames
` [dpdk-stable] [PATCH v3 12/15] net/bnxt: set a VNIC as default only once
` [dpdk-stable] [PATCH v3 13/15] net/bnxt: set VLAN strip mode before default VNIC cfg
` [dpdk-stable] [PATCH v3 14/15] net/bnxt: remove excess log messages
` [dpdk-stable] [PATCH v3 15/15] net/bnxt: reduce the polling interval for valid bit
[dpdk-stable] [PATCH 1/2] eventdev: fix port id argument in Rx adapter caps API
2018-09-28 14:54 UTC (3+ messages)
` [dpdk-stable] [PATCH v3] "
[dpdk-stable] [PATCH v2] test/event: fix RSS config in eth Rx adapter test
2018-09-28 13:02 UTC (4+ messages)
` [dpdk-stable] [PATCH v3] "
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/bonding: stop and deactivate slaves when bonding port is stopped
2018-09-28 11:04 UTC (11+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH v2 1/2] test: fix event timer compiler warning
2018-09-28 10:36 UTC (3+ messages)
[dpdk-stable] [dpdk-dev] [PATCH v2] vhost: fix corner case for enqueue operation
2018-09-27 18:34 UTC (2+ messages)
[dpdk-stable] [PATCH] vhost: fix crash on unregistering in client mode
2018-09-27 15:54 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH 1/3] net/virtio-user: fix multiple queue for vhost-kernel
2018-09-27 11:49 UTC (4+ messages)
` [dpdk-stable] [PATCH 2/3] net/virtio: add the missing supported features
[dpdk-stable] [PATCH 1/2] compress/qat: fix for zero checksum on decompression
2018-09-27 11:48 UTC (6+ messages)
` [dpdk-stable] [PATCH 2/2] compress/qat: remove unnecessary assignment
` [dpdk-stable] [dpdk-dev] "
` [dpdk-stable] [dpdk-dev] [PATCH 1/2] compress/qat: fix for zero checksum on decompression
[dpdk-stable] [PATCH] test/crypto: fix number of queue pairs
2018-09-27 11:46 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [PATCH] net/i40e: fix 25G AOC and ACC cable detection on XXV710
2018-09-27 6:57 UTC (2+ messages)
[dpdk-stable] [PATCH v2 01/15] net/dpaa2: fix IOVA conversion for congestion memory
2018-09-26 18:04 UTC (2+ messages)
` [dpdk-stable] [PATCH v2 02/15] net/dpaa2: fix VLAN filter enablement
[dpdk-stable] [PATCH 1/2] eal/vfio: check if we already have the group fd open
2018-09-26 12:35 UTC (4+ messages)
` [dpdk-stable] [PATCH 2/2] eal/vfio: cleanup getting group fd
[dpdk-stable] [PATCH] crypto/aesni_mb: fix possible array overrun
2018-09-26 12:27 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [dpdk-dev] [PATCH v1] app/test-crypto-perf: fix double allocation of memory
2018-09-26 12:26 UTC
[dpdk-stable] [dpdk-dev] [PATCH 0/3] fix test vector checks
2018-09-26 12:26 UTC
[dpdk-stable] [dpdk-dev] [PATCH] examples/ipsec-secgw: fix wrong session size
2018-09-26 12:26 UTC
[dpdk-stable] [PATCH v2] doc/crypto: fix missing CCM to QAT feature list
2018-09-26 12:26 UTC (2+ messages)
` [dpdk-stable] [dpdk-dev] "
[dpdk-stable] [dpdk-dev] [PATCH] doc: cryptodev: fix typo
2018-09-26 12:25 UTC
[dpdk-stable] [PATCH] net/e1000: do not error out if rx_drop_en is set
2018-09-26 10:22 UTC (2+ messages)
[dpdk-stable] [PATCH 1/2] net/ixgbe: fix x550 code to handle unidentified PHY
2018-09-26 10:22 UTC (2+ messages)
[dpdk-stable] [PATCH] net/ixgbe: reduce PF mailbox interrupt rate
2018-09-26 10:21 UTC (2+ messages)
page: next (older) | prev (newer) | 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).