DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH v2 00/19] vhost ABI/API refactoring
 2016-06-07  3:52 UTC  (12+ messages)
` [dpdk-dev] [PATCH v3 00/20] "
  ` [dpdk-dev] [PATCH v3 01/20] vhost: declare backend with int type
  ` [dpdk-dev] [PATCH v3 02/20] vhost: set/reset dev flags internally
  ` [dpdk-dev] [PATCH v3 03/20] vhost: declare device fh as int
  ` [dpdk-dev] [PATCH v3 04/20] examples/vhost: make a copy of virtio device id
  ` [dpdk-dev] [PATCH v3 05/20] vhost: rename device fh to vid
  ` [dpdk-dev] [PATCH v3 06/20] vhost: get device by vid only
  ` [dpdk-dev] [PATCH v3 07/20] vhost: move vhost device ctx to cuse
  ` [dpdk-dev] [PATCH v3 08/20] vhost: introduce new API to export numa node
  ` [dpdk-dev] [PATCH v3 09/20] vhost: introduce new API to export number of queues
  ` [dpdk-dev] [PATCH v3 10/20] vhost: introduce new API to export ifname

[dpdk-dev] [PATCH] examples/vhost: fix corrupted vdev tailq list
 2016-06-07  3:32 UTC 

[dpdk-dev] [PATCH v1] change log level for check when add port in blacklist
 2016-06-07  1:47 UTC  (2+ messages)

[dpdk-dev] [PATCH v4 01/39] bnxt: new driver for Broadcom NetXtreme-C devices
 2016-06-06 22:08 UTC  (39+ messages)
` [dpdk-dev] [PATCH v4 02/39] bnxt: add HWRM init code
` [dpdk-dev] [PATCH v4 03/39] bnxt: add driver register/unregister support
` [dpdk-dev] [PATCH v4 04/39] bnxt: add dev infos get operation
` [dpdk-dev] [PATCH v4 05/39] bnxt: add dev configure operation
` [dpdk-dev] [PATCH v4 06/39] bnxt: add vnic functions and structs
` [dpdk-dev] [PATCH v4 07/39] bnxt: declare ring structs and free() func
` [dpdk-dev] [PATCH v4 08/39] bnxt: add completion ring support
` [dpdk-dev] [PATCH v4 09/39] bnxt: add L2 filter alloc/init/free
` [dpdk-dev] [PATCH v4 10/39] bnxt: add Tx queue operations (nonfunctional)
` [dpdk-dev] [PATCH v4 11/39] bnxt: add Rx queue create/destroy operations
` [dpdk-dev] [PATCH v4 12/39] bnxt: Add statistics operations
` [dpdk-dev] [PATCH v4 13/39] bnxt: initial Tx code implementation
` [dpdk-dev] [PATCH v4 14/39] bnxt: initial Rx "
` [dpdk-dev] [PATCH v4 15/39] bnxt: Code to alloc/free ring
` [dpdk-dev] [PATCH v4 16/39] bnxt: add HWRM function reset command
` [dpdk-dev] [PATCH v4 17/39] bnxt: add HWRM vnic alloc function
` [dpdk-dev] [PATCH v4 18/39] bnxt: add HWRM vnic free function
` [dpdk-dev] [PATCH v4 19/39] bnxt: add HWRM vnic configure function
` [dpdk-dev] [PATCH v4 20/39] bnxt: add API to allow configuration of vnic
` [dpdk-dev] [PATCH v4 21/39] bnxt: add HWRM API to configure RSS
` [dpdk-dev] [PATCH v4 22/39] bnxt: add API for L2 Rx mask set/clear functions
` [dpdk-dev] [PATCH v4 23/39] bnxt: add HWRM stats context allocation
` [dpdk-dev] [PATCH v4 24/39] bnxt: add HWRM ring alloc/free functions
` [dpdk-dev] [PATCH v4 25/39] bnxt: add ring group "
` [dpdk-dev] [PATCH v4 26/39] bnxt: add HWRM stat context free function
` [dpdk-dev] [PATCH v4 27/39] bnxt: Add HWRM API to set and clear filters
` [dpdk-dev] [PATCH v4 28/39] bnxt: add ring alloc, free and group init
` [dpdk-dev] [PATCH v4 29/39] bnxt: add HWRM port PHY config call and helpers
` [dpdk-dev] [PATCH v4 30/39] bnxt: add start/stop/link update operations
` [dpdk-dev] [PATCH v4 31/39] bnxt: add promiscuous enable/disable operations
` [dpdk-dev] [PATCH v4 32/39] bnxt: add all multicast "
` [dpdk-dev] [PATCH v4 33/39] bnxt: free memory in close operation
` [dpdk-dev] [PATCH v4 34/39] bnxt: add MAC address add/remove dev_ops
` [dpdk-dev] [PATCH v4 35/39] bnxt: add set link up/down operations
` [dpdk-dev] [PATCH v4 36/39] bnxt: add reta update/query operations
` [dpdk-dev] [PATCH v4 37/39] bnxt: add RSS device operations
` [dpdk-dev] [PATCH v4 38/39] bnxt: add flow control operations
` [dpdk-dev] [PATCH v4 39/39] bnxt: Replace bnxt_ring_struct with bnxt_ring

[dpdk-dev] [PATCH v1 0/2] rte_memcmp functions
 2016-06-06 18:31 UTC  (5+ messages)
` [dpdk-dev] [PATCH v1 1/2] rte_memcmp functions using Intel AVX and SSE intrinsics
  ` [dpdk-dev] [PATCH v1 2/2] Test cases for rte_memcmp functions

[dpdk-dev] RFC: DPDK Long Term Support
 2016-06-06 15:07 UTC  (14+ messages)

[dpdk-dev] [PATCH v6 0/5] mempool: add external mempool manager
 2016-06-06 14:38 UTC  (24+ messages)
` [dpdk-dev] [PATCH v7 "
  ` [dpdk-dev] [PATCH v7 1/5] mempool: support external mempool operations
  ` [dpdk-dev] [PATCH v7 2/5] mempool: remove rte_ring from rte_mempool struct
  ` [dpdk-dev] [PATCH v7 5/5] mbuf: allow apps to change default mempool ops
  ` [dpdk-dev] [PATCH v8 0/5] mempool: add external mempool manager
    ` [dpdk-dev] [PATCH v8 1/3] mempool: support external mempool operations
    ` [dpdk-dev] [PATCH v8 2/3] app/test: test external mempool manager
    ` [dpdk-dev] [PATCH v8 3/3] mbuf: make default mempool ops configurable at build

[dpdk-dev] [RFC PATCH v2 0/3] Remove string operations from xstats
 2016-06-06 12:45 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 00/10] "

[dpdk-dev] [PATCH v4 11/12] virtio: Add QTest support for virtio-net PMD
 2016-06-06 10:50 UTC  (16+ messages)
` [dpdk-dev] [PATCH v5 0/6] Virtio-net PMD: QEMU QTest extension for container

[dpdk-dev] [PATCH] fm10k: fix VF cannot receive broadcast traffic
 2016-06-06  9:00 UTC 

[dpdk-dev] [RFC 0/5] virtio support for container
 2016-06-06  8:31 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 0/7] "
  ` [dpdk-dev] [PATCH v6 6/7] virtio-user: add new virtual pci driver for virtio

[dpdk-dev] [PATCH 00/15] i40e base driver update
 2016-06-06  7:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 "

[dpdk-dev] [PATCH] an example for VF link reset
 2016-06-06  5:48 UTC  (2+ messages)
` [dpdk-dev] [PATCH] examples: add a new example for "

[dpdk-dev] [PATCH 0/8] support reset of VF link
 2016-06-06  5:40 UTC  (9+ messages)
` [dpdk-dev] [PATCH 1/8] lib/librte_ether: support device reset
` [dpdk-dev] [PATCH 2/8] lib/librte_ether: defind RX/TX lock mode
` [dpdk-dev] [PATCH 3/8] ixgbe: RX/TX with lock on VF
` [dpdk-dev] [PATCH 4/8] ixgbe: implement device reset "
` [dpdk-dev] [PATCH 5/8] igb: RX/TX with lock "
` [dpdk-dev] [PATCH 6/8] igb: implement device reset "
` [dpdk-dev] [PATCH 7/8] i40e:RX/TX with lock "
` [dpdk-dev] [PATCH 8/8] i40e: implement device reset "

[dpdk-dev] [RFC] eal: add cgroup-aware resource self discovery
 2016-06-06  2:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v5] eal: fix allocating all free hugepages

[dpdk-dev] [PATCH 00/29] ixgbe/base: update base driver
 2016-06-06  1:24 UTC  (2+ messages)

[dpdk-dev] SR-IOV/DPDK/VPP with vfio-pci
 2016-06-05 15:47 UTC  (2+ messages)

[dpdk-dev] dpdk pipeline multi app
 2016-06-05  9:51 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/4] Implement pmd hardware support exports
 2016-06-05  0:20 UTC  (3+ messages)
` [dpdk-dev] [PATCHv6 0/7] "

[dpdk-dev] [RFC] Yet another option for DPDK options
 2016-06-05  0:19 UTC  (40+ messages)

[dpdk-dev] Fw: Using KNI with virtio-net-pci
 2016-06-03 19:12 UTC 

[dpdk-dev] [PATCH] ivshmem: add all memzones of mempool to metada
 2016-06-03 16:38 UTC  (5+ messages)
      ` [dpdk-dev] [PATCH v2] ivshmem: add all memzones of mempool to metadata

[dpdk-dev] [PATCH 1/2] qede: rename config option
 2016-06-03 15:54 UTC  (4+ messages)

[dpdk-dev] Can't build DPDK-16.04 on CentOS 6.8
 2016-06-03 15:17 UTC  (3+ messages)

[dpdk-dev] about rx checksum flags
 2016-06-03 12:43 UTC  (9+ messages)

[dpdk-dev] [PATCH v2] doc: add pep8 as the python code style guidelines
 2016-06-03 10:51 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/2] Add AES Counter mode support for AES-NI MB PMD
 2016-06-03 10:11 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] "
  ` [dpdk-dev] [PATCH v2 1/3] aesni_mb: add counter mode support
  ` [dpdk-dev] [PATCH v2 2/3] app/test: add aes-ni multi-buffer pmd test cases for AES CTR
  ` [dpdk-dev] [PATCH v2 3/3] examples/l2fwd-crypto: enable AES counter mode cipher algorithm

[dpdk-dev] [PATCH 0/6] vhost/virtio performance loopback utility
 2016-06-03  9:22 UTC  (5+ messages)
` [dpdk-dev] [PATCH 4/6] testpmd: handle all rxqs in rss setup

[dpdk-dev] [PATCH] eal/x86: fix clang build with -O0
 2016-06-03  8:46 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/3] [RFC] vhost: micro vhost optimization
 2016-06-03  8:18 UTC  (10+ messages)
` [dpdk-dev] [PATCH 1/3] vhost: pre update used ring for Tx and Rx
` [dpdk-dev] [PATCH 2/3] vhost: optimize dequeue for small packets

[dpdk-dev] [PATCH v2 00/11] enic counter fixes and Tx optimization
 2016-06-03  8:05 UTC  (16+ messages)
` [dpdk-dev] [PATCH v3 00/13] "
  ` [dpdk-dev] [PATCH v3 01/13] enic: fix Rx drop counters
  ` [dpdk-dev] [PATCH v3 02/13] enic: drop bad packets and remove unused Rx error flag
  ` [dpdk-dev] [PATCH v3 03/13] enic: count truncated packets
  ` [dpdk-dev] [PATCH v3 04/13] enic: put Tx and Rx functions into same file
  ` [dpdk-dev] [PATCH v3 05/13] enic: remove some unused functions in Tx path
  ` [dpdk-dev] [PATCH v3 06/13] enic: streamline mbuf handling "
  ` [dpdk-dev] [PATCH v3 07/13] enic: use Tx completion messages instead of descriptors
  ` [dpdk-dev] [PATCH v3 08/13] enic: refactor Tx mbuf recycling
  ` [dpdk-dev] [PATCH v3 09/13] enic: optimize the Tx function
  ` [dpdk-dev] [PATCH v3 10/13] enic: remove unused files and functions and variables
  ` [dpdk-dev] [PATCH v3 11/13] enic: add an enic assert macro
  ` [dpdk-dev] [PATCH v3 12/13] enic: expand local Tx mbuf flags variable to 64-bits
  ` [dpdk-dev] [PATCH v3 13/13] enic: fix Tx IP and UDP/TCP checksum offload

[dpdk-dev] [PATCH v1] i40e: fix olflags for vector RX
 2016-06-03  7:19 UTC  (2+ messages)

[dpdk-dev] [PATCH] mbuf: replace c memcpy code semantics with optimized rte_memcpy
 2016-06-03  7:02 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2] mempool: "

[dpdk-dev] [PATCH] vhost: fix segfault on bad descriptor address
 2016-06-03  6:01 UTC  (5+ messages)

[dpdk-dev] [PATCH] e1000: configure VLAN TPID
 2016-06-03  3:59 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] ixgbe: configure VLAN TPID
 2016-06-03  3:33 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] ethdev: change comments of VLAN type
 2016-06-03  3:13 UTC  (3+ messages)

[dpdk-dev] [PATCH v3] virtio: split virtio rx/tx queue
 2016-06-03  2:53 UTC  (3+ 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).