DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [RFC PATCH 0/6] remove pci driver from vdevs
 2015-09-01 12:43 UTC  (27+ messages)
  ` [dpdk-dev] [RFC PATCH 1/6] librte_ether: add fields from rte_pci_driver to rte_eth_dev and rte_eth_dev_data
  ` [dpdk-dev] [RFC PATCH 2/6] librte_ether: handle RTE_ETH_DEV_INTR_LSC for vdevs
  ` [dpdk-dev] [RFC PATCH 3/6] null: remove pci device driver
  ` [dpdk-dev] [RFC PATCH 4/6] ring: "
  ` [dpdk-dev] [RFC PATCH 5/6] bonding: "
  ` [dpdk-dev] [RFC PATCH 6/6] pcap: "

[dpdk-dev] [PATCH] e1000: implemented igb xstats
 2015-09-01 10:04 UTC 

[dpdk-dev] [PATCH] ixgbe: fix LSC callback
 2015-09-01  8:38 UTC  (4+ messages)

[dpdk-dev] [PATCH v1] net: i40e: add VLAN tag size to RXMAX
 2015-09-01  5:34 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/8] Add vhost TSO capability
 2015-09-01  3:40 UTC  (11+ messages)
` [dpdk-dev] [RFC PATCH 1/8] driver/virtio:add vhost TSO support capability
` [dpdk-dev] [RFC PATCH 2/8] driver/virtio: add virtual addr for virtio net header
` [dpdk-dev] [RFC PATCH 3/8] driver/virtio: record virtual address of "
` [dpdk-dev] [RFC PATCH 4/8] driver/virtio:enqueue TSO offload
` [dpdk-dev] [RFC PATCH 5/8] lib/librte_vhost:dequeue vhost "
` [dpdk-dev] [RFC PATCH 6/8] lib/librte_vhost:extend supported vhost features
` [dpdk-dev] [RFC PATCH 7/8] examples/vhost:support tso in vhost sample
` [dpdk-dev] [RFC PATCH 8/8] app/testpmd: modify the mac of csum forwarding

[dpdk-dev] [PATCH 0/5] fixup ip pipeline examples
 2015-09-01  1:59 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] examples_ip_pipeline: fix typo's
` [dpdk-dev] [PATCH 2/5] example_ip_pipeline: avoid strncpy issue
` [dpdk-dev] [PATCH 3/5] example_ip_pipeline: fix sizeof() on memcpy
` [dpdk-dev] [PATCH 4/5] examples_ip_pipeline: remove useless code
` [dpdk-dev] [PATCH 5/5] examples_ip_pipeline: fix possible string overrun

[dpdk-dev] [PATCH 0/3] virtio: patches for 2.1+
 2015-08-31 16:44 UTC  (8+ messages)
` [dpdk-dev] [PATCH 1/3] virtio: don't report link state feature unless available
` [dpdk-dev] [PATCH 2/3] virtio: fix Coverity unsigned warnings
` [dpdk-dev] [PATCH 3/3] virtio: fix possible NULL dereference

[dpdk-dev] [PATCH] hash: fix wrong size memory calculation
 2015-08-31 13:30 UTC 

[dpdk-dev] Removal of IP version from packet offload feature flags
 2015-08-31 12:47 UTC  (4+ messages)

[dpdk-dev] [PATCH RFC] mbuf/ip_frag: Move mbuf chaining to common code
 2015-08-31 12:41 UTC 

[dpdk-dev] Broken RSS hash computation on Intel 82574L
 2015-08-31 12:15 UTC 

[dpdk-dev] flow_director_filter error!!
 2015-08-31 11:07 UTC  (11+ messages)

[dpdk-dev] i40e: XL710 Rx filters out frames above 1510 bytes
 2015-08-31  6:29 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH] Add VHOST PMD
 2015-08-31  6:29 UTC  (6+ messages)
` [dpdk-dev] [RFC PATCH] vhost: "

[dpdk-dev] [RFC PATCH v2] Add VHOST PMD
 2015-08-31  3:55 UTC  (2+ messages)
` [dpdk-dev] [RFC PATCH v2] vhost: "

[dpdk-dev] [PATCH v2 0/3] fix build issues with librte_sched, test_red on non x86 platform
 2015-08-30  8:55 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] sched: remove unused inclusion of tmmintrin.h
  ` [dpdk-dev] [PATCH 2/3] app/test: test_sched: fix needless build dependency on CONFIG_RTE_ARCH_X86_64
    ` [dpdk-dev] [PATCH 3/3] app/test: use memory barrier version of rte_rdtsc() eal api for multi arch support

[dpdk-dev] rte_eth_rx_burst only returns up to 32 packets
 2015-08-29 18:25 UTC  (4+ messages)

[dpdk-dev] [PATCH v2 0/2] ethdev: add port speed capability bitmap
 2015-08-29  0:16 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] Added ETH_SPEED_ bitmap in rte_eth_dev_info
  ` [dpdk-dev] [PATCH v3 2/2] Filling speed capability bitmaps in the PMDs
  ` [dpdk-dev] [PATCH v4 0/2] ethdev: add port speed capability bitmap
    ` [dpdk-dev] [PATCH v4 1/2] Added ETH_SPEED_ bitmap in rte_eth_dev_info
    ` [dpdk-dev] [PATCH v4 2/2] Filling speed capability bitmaps in the PMDs

[dpdk-dev] Build instructions
 2015-08-28 19:52 UTC 

[dpdk-dev] Build instructions
 2015-08-28 19:52 UTC  (2+ messages)

[dpdk-dev] [PATCH v5 1/5] vhost: eventfd_link: moving ioctl to a function
 2015-08-28 18:51 UTC  (5+ messages)
` [dpdk-dev] [PATCH v5 1/4] vhost: eventfd_link: refactoring EVENTFD_COPY handler
` [dpdk-dev] [PATCH v5 2/4] vhost: add EVENTFD_COPY2 ioctl
` [dpdk-dev] [PATCH v5 3/4] vhost: using EVENTFD_COPY2
` [dpdk-dev] [PATCH v5 4/4] DO NOT MERGE: Tests for new eventfd_link module

[dpdk-dev] [PATCH 0/2] rte_sched: cleanups
 2015-08-28 16:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] rte_sched: whitespace cleanup
` [dpdk-dev] [PATCH 2/2] rte_sched: remove useless bitmap_free

[dpdk-dev] BUG - KNI broken in 4.2 kernel
 2015-08-28 15:48 UTC  (10+ messages)

[dpdk-dev] [PATCH] kni: set kni mac on ioctl_create
 2015-08-28 13:08 UTC  (2+ messages)

[dpdk-dev] Hugetlbfs mounted with size option leads to mmap failure
 2015-08-28 12:39 UTC 

[dpdk-dev] about new timesync feature in 2.1.0
 2015-08-28 11:23 UTC 

[dpdk-dev] [PATCH] rte_eth_af_packet: refactor error handling to avoid NULL pointer dereference
 2015-08-28 10:27 UTC  (2+ messages)

[dpdk-dev] "cannot use T= with gcov target" when doing "makefile clean" with DPDK-2.1.0
 2015-08-28  9:06 UTC 

[dpdk-dev] [PATCH] rte_eth_af_packet: check return value from sendto call
 2015-08-27 17:50 UTC 

[dpdk-dev] Bug tracker for DPDK
 2015-08-27 17:46 UTC  (2+ messages)

[dpdk-dev] Coverity static code analysis of DPDK
 2015-08-27 13:08 UTC 

[dpdk-dev] [PATCH] kni: fix igb build with kernel 4.2
 2015-08-27 11:11 UTC 

[dpdk-dev] [PATCH 0/3] fix build issues with librte_sched, test_red on non x86 platform
 2015-08-27  9:04 UTC  (6+ messages)
` [dpdk-dev] [PATCH 2/3] app/test: test_sched: fix needless build dependency on CONFIG_RTE_ARCH_X86_64
  ` [dpdk-dev] [PATCH 3/3] app/test: enable test_red to build on non x86 platform

[dpdk-dev] [PATCH] acl: Improve acl_bld.c sort_rules()
 2015-08-26 19:25 UTC 

[dpdk-dev] OVS-DPDK performance problem on ixgbe vector PMD
 2015-08-26 18:49 UTC  (4+ messages)
` [dpdk-dev] [ovs-dev] "

[dpdk-dev] vhost compliant virtio based networking interface in container
 2015-08-26  9:23 UTC  (4+ messages)

[dpdk-dev] [PATCH] doc: add missing field in ethertype_filter example in testpmd doc
 2015-08-26  7:43 UTC 

[dpdk-dev] [PATCH] ixgbe: fix a x550 DCB issue
 2015-08-26  7:11 UTC 

[dpdk-dev] [PATCH] testpmd: modify the mac of csum forwarding
 2015-08-26  6:12 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] ixgbe_pmd: forbid tx_rs_thresh above 1 for all NICs but 82598
 2015-08-25 20:13 UTC  (23+ messages)

[dpdk-dev] [PATCH v2] Send updated port_id in vdev_init functions
 2015-08-25 17:59 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] Change rte_eal_vdev_init to update port_id

[dpdk-dev] Industry's Tiny and Powerful Wireless LAN Controller - Running On Intel NUC D34010WYKH - Built on DPDK
 2015-08-25 15:58 UTC  (4+ messages)

[dpdk-dev] working example commands for ethertype/flow_director_filter ?
 2015-08-25 13:45 UTC  (3+ messages)

[dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD
 2015-08-25 13:42 UTC  (4+ messages)

[dpdk-dev] Why the offloads of the guest's virtio-net network adapter are disabled when vhost-user is used?
 2015-08-25  5:10 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/6] Support multiple queues in vhost
 2015-08-25  0:38 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/6] ixgbe: Support VMDq RSS in non-SRIOV environment

[dpdk-dev] i40e and RSS woes
 2015-08-24 18:58 UTC  (10+ messages)

[dpdk-dev] vSwitch Performance Comparison for NFV Use Case
 2015-08-24 16:50 UTC  (2+ messages)

[dpdk-dev] [PATCH] librte_eal: Fix wrong header file for old gcc version
 2015-08-24  9:22 UTC 

[dpdk-dev] [PATCH v4] ixgbe_pmd: enforce RS bit on every EOP descriptor for devices newer than 82598
 2015-08-24  8:11 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/4] vhost: remove redundant ;
 2015-08-24  3:54 UTC  (4+ messages)
` [dpdk-dev] [PATCH 2/4] vhost: fix typo
` [dpdk-dev] [PATCH 3/4] vhost: get rid of duplicate code
` [dpdk-dev] [PATCH 4/4] vhost: define callfd and kickfd as int type

[dpdk-dev] Building dpdk 1.7.0 and 2.0.0 with shared library and combine library options fail in test module and building example application
 2015-08-23 23:10 UTC 

[dpdk-dev] DPDK 2.1.0 build error: inlining failed in call to always_inline
 2015-08-21 15:13 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/4] A proposed DPDK Crypto API and device framework
 2015-08-21 14:02 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/4] cryptodev: Initial DPDK Crypto APIs and device framework release
` [dpdk-dev] [PATCH 3/4] aesni_mb_pmd: Initial implementation of multi buffer based crypto device
` [dpdk-dev] [PATCH 4/4] app/test: add cryptodev unit and performance tests

[dpdk-dev] [PATCH] app/test-pmd: Detect NUMA socket count
 2015-08-21  2:25 UTC 

[dpdk-dev] [PATCH] eal/linux: fix rte_epoll_wait
 2015-08-21  1:23 UTC  (2+ messages)

[dpdk-dev] Issue observed with execution of Reorder test app
 2015-08-20 17:36 UTC  (3+ messages)

[dpdk-dev] ISSUE IN rte_bitmap
 2015-08-20 16:39 UTC 

[dpdk-dev] [PATCH v3] ixgbe_pmd: enforce RS bit on every EOP descriptor for devices newer than 82598
 2015-08-20 15:26 UTC 

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