[dpdk-dev] [PATCH v4 08/11] eal/pci: Cleanup pci driver initialization code
2015-02-01 4:01 UTC (18+ messages)
` [dpdk-dev] [PATCH v5 00/13] Port Hotplug Framework
` [dpdk-dev] [PATCH v5 01/13] eal_pci: Add flag to hold kernel driver type
` [dpdk-dev] [PATCH v5 02/13] eal_pci: pci memory map work with "
` [dpdk-dev] [PATCH v5 03/13] eal/pci, ethdev: Remove assumption that port will not be detached
` [dpdk-dev] [PATCH v5 04/13] eal/pci: Consolidate pci address comparison APIs
` [dpdk-dev] [PATCH v5 05/13] ethdev: Add rte_eth_dev_free to free specified device
` [dpdk-dev] [PATCH v5 06/13] eal, ethdev: Add a function and function pointers to close ether device
` [dpdk-dev] [PATCH v5 07/13] ethdev: Add functions that will be used by port hotplug functions
` [dpdk-dev] [PATCH v5 08/13] eal/linux/pci: Add functions for unmapping igb_uio resources
` [dpdk-dev] [PATCH v5 09/13] eal/pci: Add a function to remove the entry of devargs list
` [dpdk-dev] [PATCH v5 10/13] eal/pci: Cleanup pci driver initialization code
` [dpdk-dev] [PATCH v5 11/13] ethdev: Add one dev_type paramerter to rte_eth_dev_allocate
` [dpdk-dev] [PATCH v5 12/13] eal/pci: Add rte_eal_dev_attach/detach() functions
` [dpdk-dev] [PATCH v5 13/13] eal: Enable port hotplug framework in Linux
` [dpdk-dev] [PATCH v5] librte_pmd_pcap: Add port hotplug support
` [dpdk-dev] [PATCH v5] testpmd: "
` [dpdk-dev] [PATCH v6 00/13] Port Hotplug Framework
[dpdk-dev] [PATCH 00/18] lib/librte_pmd_fm10k : fm10k pmd driver
2015-02-01 0:50 UTC (31+ messages)
` [dpdk-dev] [PATCH 01/18] fm10k: add base driver
` [dpdk-dev] [PATCH 02/18] Change config/ files to add macros for fm10k
` [dpdk-dev] [PATCH 03/18] fm10k: Add empty fm10k files
` [dpdk-dev] [PATCH 04/18] fm10k: add fm10k device id
` [dpdk-dev] [PATCH 05/18] fm10k: Add code to register fm10k pmd PF driver
` [dpdk-dev] [PATCH 06/18] fm10k: add reta update/requery functions
` [dpdk-dev] [PATCH 07/18] fm10k: add rx_queue_setup/release function
` [dpdk-dev] [PATCH 08/18] fm10k: add tx_queue_setup/release function
` [dpdk-dev] [PATCH 09/18] fm10k: add RX/TX single queue start/stop function
` [dpdk-dev] [PATCH 10/18] fm10k: add dev start/stop functions
` [dpdk-dev] [PATCH 11/18] fm10k: add receive and tranmit function
` [dpdk-dev] [PATCH 12/18] fm10k: add PF RSS support
` [dpdk-dev] [PATCH 13/18] fm10k: Add scatter receive function
` [dpdk-dev] [PATCH 14/18] fm10k: add function to set vlan
` [dpdk-dev] [PATCH 15/18] fm10k: Add SRIOV-VF support
` [dpdk-dev] [PATCH 16/18] fm10k: add PF and VF interrupt handling function
` [dpdk-dev] [PATCH 17/18] Change lib/Makefile to add fm10k driver into compile list
` [dpdk-dev] [PATCH 18/18] Change mk/rte.app.mk to add fm10k lib into link
[dpdk-dev] [PATCH] examples: new txburst application
2015-01-31 23:47 UTC (7+ messages)
[dpdk-dev] [RFC PATCH 0/4] welcome doc for new nics and environments
2015-01-31 23:35 UTC (5+ messages)
` [dpdk-dev] [RFC PATCH 1/4] doc: fix file attributes
` [dpdk-dev] [RFC PATCH 2/4] doc: move Xen guide out of programmers guide
` [dpdk-dev] [RFC PATCH 3/4] doc: nics guide
` [dpdk-dev] [RFC PATCH 4/4] doc: remove copyright footer
[dpdk-dev] [PATCH 01/10] i40e: spellin fixes
2015-01-31 21:56 UTC (11+ messages)
` [dpdk-dev] [PATCH 02/10] bond: fix spelling errors
` [dpdk-dev] [PATCH 03/10] eal: fix spelling error
` [dpdk-dev] [PATCH 04/10] ip_frag: fix spelling errors
` [dpdk-dev] [PATCH 05/10] app: "
` [dpdk-dev] [PATCH 06/10] examples: "
` [dpdk-dev] [PATCH 07/10] vhost: "
` [dpdk-dev] [PATCH 08/10] malloc: spelling fix
` [dpdk-dev] [PATCH 09/10] ring: fix spelling error
` [dpdk-dev] [PATCH 10/10] ixgbe: spelling fixes
[dpdk-dev] Making DPDK.org more vendor neutral
2015-01-31 21:55 UTC (3+ messages)
[dpdk-dev] [RFC PATCH v2 00/14] qemu vhost-user support
2015-01-31 15:24 UTC (4+ messages)
` [dpdk-dev] [RFC PATCH v2 01/14] enable VIRTIO_NET_F_CTRL_RX VIRTIO_NET_F_CTRL_RX is dependant on VIRTIO_NET_F_CTRL_VQ. Observed that virtio-net driver in guest would crash with only CTRL_RX enabled
[dpdk-dev] [PATCH 00/12] qemu vhost-user support
2015-01-31 15:16 UTC (18+ messages)
` [dpdk-dev] [PATCH 01/12] lib/librte_vhost: enable VIRTIO_NET_F_CTRL_RX
` [dpdk-dev] [PATCH 02/12] lib/librte_vhost: seperate vhost cuse driver from vhost common logic
` [dpdk-dev] [PATCH 03/12] lib/librte_vhost: rename vhost-net-cdev.h to vhost-net.h
` [dpdk-dev] [PATCH 04/12] lib/librte_vhost: move fd copying(from qemu process into vhost process) to eventfd_copy.c
` [dpdk-dev] [PATCH 05/12] lib/librte_vhost: copy host_memory_map from virtio-net.c to a new file virtio-net-cdev.c
` [dpdk-dev] [PATCH 06/12] lib/librte_vhost: make host_memory_map more generic
` [dpdk-dev] [PATCH 07/12] lib/librte_vhost: split set_memory_table into two parts
` [dpdk-dev] [PATCH 08/12] lib/librte_vhost: add select based event driven processing
` [dpdk-dev] [PATCH 09/12] lib/librte_vhost: free memory when receive new set_memory_table message in vhost-cuse
` [dpdk-dev] [PATCH 10/12] lib/librte_vhost: vhost user support
` [dpdk-dev] [PATCH 11/12] lib/librte_vhost: set dev->ifname in vhost-user
` [dpdk-dev] [PATCH 12/12] lib/librte_vhost: support calling rte_vhost_driver_register after rte_vhost_driver_session_start
[dpdk-dev] [DISCUSSION] : ERROR while running vhost example in dpdk-1.8
2015-01-31 1:06 UTC (5+ messages)
[dpdk-dev] [PATCH] ABI: Add abi checking utility
2015-01-30 21:16 UTC
[dpdk-dev] [PATCH RFC 0/1] Add 'make pdf' target to convert guide docs to pdf
2015-01-30 21:05 UTC (10+ messages)
` [dpdk-dev] [PATCH v2 0/4] doc: "
` [dpdk-dev] [PATCH v2 1/4] mk: Add 'make doc-pdf' "
` [dpdk-dev] [PATCH v2 2/4] doc: Add Sphinx config to build pdf version of guides
` [dpdk-dev] [PATCH v2 3/4] doc: Fix encoding of (r) character
` [dpdk-dev] [PATCH v2 4/4] doc: Refactored split cell formatting in one table
[dpdk-dev] [BUG] ixgbe vector cannot compile without bulk alloc
2015-01-30 19:21 UTC (9+ messages)
` [dpdk-dev] [PATCH] ixgbe: forbid building vpmd without Rx "
[dpdk-dev] [PATCH 0/8] Improve build process
2015-01-30 18:12 UTC (8+ messages)
[dpdk-dev] [PATCH 0/2] new headroom stats library and example application
2015-01-30 18:02 UTC (6+ messages)
[dpdk-dev] Add DSO symbol versioning to supportbackwards compatibility
2015-01-30 17:13 UTC (3+ messages)
` [dpdk-dev] [PATCH v4 1/4] compat: Add infrastructure to support symbol versioning
[dpdk-dev] [PATCH] bond: remove ol flags from transmit policy checks
2015-01-30 17:02 UTC
[dpdk-dev] [PATCH] maintainers: claim mbuf, mempool, ring, mk, kvargs, cmdline
2015-01-30 15:52 UTC
[dpdk-dev] [PATCH 00/17] unified packet type
2015-01-30 13:56 UTC (11+ messages)
` [dpdk-dev] [PATCH 01/17] mbuf: add definitions of unified packet types
` [dpdk-dev] [PATCH 04/17] ixgbe: support of unified packet type
` [dpdk-dev] [PATCH 17/17] mbuf: remove old packet type bit masks for ol_flags
[dpdk-dev] [PATCH] Added missing extern 'C' decls in mode4 header files
2015-01-30 13:35 UTC (8+ messages)
` [dpdk-dev] [PATCH v2] bond: fix 'extern "C"' "
[dpdk-dev] [RFC 00/16] enhance checksum offload API
2015-01-30 13:16 UTC (22+ messages)
` [dpdk-dev] [PATCH 00/20] enhance tx "
` [dpdk-dev] [PATCH 01/20] mbuf: remove PKT_TX_IPV4_CSUM
` [dpdk-dev] [PATCH 02/20] mbuf: enhance the API documentation of offload flags
` [dpdk-dev] [PATCH 03/20] i40e: call i40e_txd_enable_checksum only for offloaded packets
` [dpdk-dev] [PATCH 04/20] i40e: remove the use of PKT_TX_UDP_TUNNEL_PKT flag
` [dpdk-dev] [PATCH 05/20] mbuf: remove "
` [dpdk-dev] [PATCH 06/20] testpmd: replace tx_checksum command by csum
` [dpdk-dev] [PATCH 07/20] testpmd: move csum_show in a function
` [dpdk-dev] [PATCH 08/20] testpmd: add csum parse_tunnel command
` [dpdk-dev] [PATCH 09/20] testpmd: rename vxlan in outer_ip in csum commands
` [dpdk-dev] [PATCH 10/20] testpmd: introduce parse_ipv* in csum fwd engine
` [dpdk-dev] [PATCH 11/20] testpmd: use a structure to store offload info "
` [dpdk-dev] [PATCH 12/20] testpmd: introduce parse_vxlan "
` [dpdk-dev] [PATCH 13/20] testpmd: support gre tunnels "
` [dpdk-dev] [PATCH 14/20] testpmd: support ipip tunnel in csum forward engine
` [dpdk-dev] [PATCH 15/20] ethdev: add outer IP offload capability flag
` [dpdk-dev] [PATCH 16/20] i40e: advertise outer IPv4 checksum capability
` [dpdk-dev] [PATCH 17/20] testpmd: add a warning if outer ip cksum requested but not supported
` [dpdk-dev] [PATCH 18/20] testpmd: fix TSO when using outer checksum offloads
` [dpdk-dev] [PATCH 19/20] i40e: fix offloading of outer checksum for ip in ip tunnels
` [dpdk-dev] [PATCH 20/20] i40e: add debug logs for tx context descriptors
[dpdk-dev] [PATCH 1/3] librte_reorder: New reorder library
2015-01-30 13:14 UTC (10+ messages)
` [dpdk-dev] [PATCH v2 0/4] New Reorder Library
` [dpdk-dev] [PATCH v2 1/4] reorder: new reorder library
` [dpdk-dev] [PATCH v2 2/4] app: New reorder unit test
` [dpdk-dev] [PATCH v2 3/4] examples: new sample app packet_ordering
` [dpdk-dev] [PATCH v2 4/4] doc: new reorder library description
[dpdk-dev] mmap failed: Cannot allocate memory when init dpdk eal
2015-01-30 12:24 UTC (2+ messages)
[dpdk-dev] [PATCH 0/4] Link Bonding mode 6 support (ALB)
2015-01-30 11:27 UTC (7+ messages)
` [dpdk-dev] [PATCH 1/4] net: changed arp_hdr struct declaration
` [dpdk-dev] [PATCH 2/4] bond: added link bonding mode 6 implementation
` [dpdk-dev] [PATCH 3/4] bond: add debug info for mode 6 link bonding
` [dpdk-dev] [PATCH 4/4] bond: added example application for link bonding mode 6
[dpdk-dev] [PATCH] acl: remove standalone header
2015-01-30 11:17 UTC (2+ messages)
[dpdk-dev] [PATCH v4] test: fix missing NULL pointer checks
2015-01-30 11:14 UTC
[dpdk-dev] [PATCH] mk: allow application to override clean
2015-01-30 10:46 UTC (2+ messages)
[dpdk-dev] [PATCH v2 0/4] DPDK memcpy optimization
2015-01-30 10:44 UTC (5+ messages)
` [dpdk-dev] [PATCH v2 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms
[dpdk-dev] [PATCH] vhost: notify guest to fill buffer when there is no buffer
2015-01-30 10:33 UTC (7+ messages)
[dpdk-dev] [PATCH 0/2] rte_ethdev fix/improvement
2015-01-30 10:28 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/2] rte_ethdev: update link status (speed, duplex, link_up) after rte_eth_dev_start
[dpdk-dev] [PATCH v3] test: fix missing NULL pointer checks
2015-01-30 10:18 UTC (3+ messages)
[dpdk-dev] [PATCH] ixgbe: Fix an unnecessary check in vf rss
2015-01-30 10:16 UTC (6+ messages)
[dpdk-dev] [PATCH] MAINTAINERS: claim responsibility for Link Bonding PMD
2015-01-30 10:05 UTC
[dpdk-dev] [PATCH] kni: optimizing the rte_kni_rx_burst
2015-01-30 9:59 UTC (4+ messages)
[dpdk-dev] [PATCH] examples/vhost: fix segfault when link_vmdq fails
2015-01-30 9:43 UTC (3+ messages)
[dpdk-dev] Regarding UDP checksum offload
2015-01-30 9:15 UTC (6+ messages)
[dpdk-dev] [PATCH v6 0/6] enicpmd: Cisco Systems Inc. VIC Ethernet PMD
2015-01-30 8:53 UTC (5+ messages)
` [dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface
[dpdk-dev] [PATCH 0/5] new ntuple filter replaces 2tuple and 5tuple filters
2015-01-30 8:22 UTC (4+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
[dpdk-dev] Increasing MAX_RX_QUEUE_PER_LCORE value
2015-01-30 6:13 UTC
[dpdk-dev] [PATCH] scripts: enable extended tag of PCIe
2015-01-30 4:57 UTC
[dpdk-dev] [PATCH] igb: integrate flex filter to new API
2015-01-30 4:48 UTC
[dpdk-dev] [PATCH v3 00/18] ACL: New AVX2 classify method and several other enhancements
2015-01-30 3:12 UTC (2+ messages)
[dpdk-dev] [PATCH v2 00/24] Single virtio implementation
2015-01-29 23:14 UTC (4+ messages)
` [dpdk-dev] [PATCH v3 00/25] "
` [dpdk-dev] [PATCH v3 17/25] virtio: Use port IO to get PCI resource
[dpdk-dev] [PATCH] maintainers: start a Linux-style file
2015-01-29 21:03 UTC (6+ messages)
` [dpdk-dev] [PATCH] MAINTAINERS: claim responsibility for Linux AF_PACKET PMD
` [dpdk-dev] [PATCH v2] maintainers: start a Linux-style file
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).