[dpdk-dev] [PATCH 00/22] Single virtio implementation
2015-01-27 3:06 UTC (27+ messages)
` [dpdk-dev] [PATCH v2 00/24] "
` [dpdk-dev] [PATCH v2 01/24] virtio: Rearrange resource initialization
` [dpdk-dev] [PATCH v2 02/24] virtio: Use weaker barriers
` [dpdk-dev] [PATCH v2 03/24] virtio: Allow starting with link down
` [dpdk-dev] [PATCH v2 04/24] virtio: Add support for Link State interrupt
` [dpdk-dev] [PATCH v2 05/24] ether: Add soft vlan encap/decap functions
` [dpdk-dev] [PATCH v2 06/24] virtio: Use software vlan stripping
` [dpdk-dev] [PATCH v2 07/24] virtio: Remove unnecessary adapter structure
` [dpdk-dev] [PATCH v2 08/24] virtio: Remove redundant vq_alignment
` [dpdk-dev] [PATCH v2 09/24] virtio: Fix how states are handled during initialization
` [dpdk-dev] [PATCH v2 10/24] virtio: Make vtpci_get_status local
` [dpdk-dev] [PATCH v2 11/24] virtio: Check for packet headroom at compile time
` [dpdk-dev] [PATCH v2 12/24] virtio: Move allocation before initialization
` [dpdk-dev] [PATCH v2 13/24] virtio: Add support for vlan filtering
` [dpdk-dev] [PATCH v2 14/24] virtio: Add suport for multiple mac addresses
` [dpdk-dev] [PATCH v2 15/24] virtio: Add ability to set MAC address
` [dpdk-dev] [PATCH v2 16/24] virtio: Free mbuf's with threshold
` [dpdk-dev] [PATCH v2 17/24] virtio: Use port IO to get PCI resource
` [dpdk-dev] [PATCH v2 18/24] virtio: Fix descriptor index issue
` [dpdk-dev] [PATCH v2 19/24] ether: Fix vlan strip/insert issue
` [dpdk-dev] [PATCH v2 20/24] example/vhost: Avoid inserting vlan twice
` [dpdk-dev] [PATCH v2 21/24] example/vhost: Add vlan-strip cmd line option
` [dpdk-dev] [PATCH v2 22/24] virtio: Use soft vlan strip in mergeable Rx path
` [dpdk-dev] [PATCH v2 23/24] virtio: Fix zero copy break issue
` [dpdk-dev] [PATCH v2 24/24] virtio: Remove hotspots
[dpdk-dev] [PATCH v4 00/11] Port Hotplug Framework
2015-01-27 3:00 UTC (9+ messages)
` [dpdk-dev] [PATCH v4 06/11] eal/linux/pci: Add functions for unmapping igb_uio resources
[dpdk-dev] DPDK testpmd forwarding performace degradation
2015-01-27 2:49 UTC
[dpdk-dev] [PATCH 0/4] DPDK memcpy optimization
2015-01-27 1:42 UTC (31+ messages)
` [dpdk-dev] [PATCH 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms
[dpdk-dev] [PATCH] test: fix missing NULL pointer checks
2015-01-26 21:26 UTC (3+ messages)
[dpdk-dev] [PATCH] vhost: Add -lfuse into the LDFLAGS list
2015-01-26 21:03 UTC (2+ messages)
[dpdk-dev] DPDK testpmd forwarding performace degradation
2015-01-26 17:08 UTC (3+ messages)
[dpdk-dev] [RFC PATCH 0/5] Introduce low-latency one-shot rx interrupt into DPDK with polling/interrupt switch control example
2015-01-26 17:07 UTC (4+ messages)
[dpdk-dev] [PATCH v3 0/3] enhance TX checksum command and csum forwarding engine
2015-01-26 14:15 UTC (23+ messages)
[dpdk-dev] [PATCH v1 00/15] support multi-pthread per core
2015-01-26 13:48 UTC (31+ messages)
` [dpdk-dev] [PATCH v1 01/15] eal: add cpuset into per EAL thread lcore_config
` [dpdk-dev] [PATCH v1 02/15] eal: new eal option '--lcores' for cpu assignment
` [dpdk-dev] [PATCH v1 03/15] eal: add support parsing socket_id from cpuset
` [dpdk-dev] [PATCH v1 04/15] eal: new TLS definition and API declaration
` [dpdk-dev] [PATCH v1 05/15] eal: add eal_common_thread.c for common thread API
` [dpdk-dev] [PATCH v1 06/15] eal: add rte_gettid() to acquire unique system tid
` [dpdk-dev] [PATCH v1 07/15] eal: apply affinity of EAL thread by assigned cpuset
` [dpdk-dev] [PATCH v1 08/15] enic: fix re-define freebsd compile complain
` [dpdk-dev] [PATCH v1 09/15] malloc: fix the issue of SOCKET_ID_ANY
` [dpdk-dev] [PATCH v1 10/15] log: fix the gap to support non-EAL thread
` [dpdk-dev] [PATCH v1 11/15] eal: set _lcore_id and _socket_id to (-1) by default
` [dpdk-dev] [PATCH v1 12/15] eal: fix recursive spinlock in non-EAL thraed
` [dpdk-dev] [PATCH v1 13/15] mempool: add support to non-EAL thread
` [dpdk-dev] [PATCH v1 14/15] ring: "
` [dpdk-dev] [PATCH v1 15/15] timer: "
[dpdk-dev] [PATCH v3 00/18] ACL: New AVX2 classify method and several other enhancements
2015-01-26 12:08 UTC (7+ messages)
` [dpdk-dev] [PATCH v3 05/18] librte_acl: fix a bug at build phase that can cause matches beeing overwirtten
[dpdk-dev] [PATCH RFC v2 00/12] lib/librte_vhost: vhost-user support
2015-01-26 7:24 UTC (10+ messages)
` [dpdk-dev] [PATCH RFC v2 08/12] "
[dpdk-dev] [PATCH 0/6] Support NVGRE on i40e
2015-01-26 3:43 UTC (7+ messages)
` [dpdk-dev] [PATCH 1/6] librte_ether:add NVGRE header
` [dpdk-dev] [PATCH 2/6] i40e:support RX tunnel filter for NVGRE packet
` [dpdk-dev] [PATCH 3/6] app/testpmd:test "
` [dpdk-dev] [PATCH 4/6] mbuf:add a GRE TX tunnel ol_flag
` [dpdk-dev] [PATCH 5/6] i40e:support GRE tunnel TX checksum offload
` [dpdk-dev] [PATCH 6/6] app/testpmd:test NVGRE Tx "
[dpdk-dev] [RFC PATCH v2 00/14] qemu vhost-user support
2015-01-26 3:20 UTC (15+ 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] [RFC PATCH v2 02/14] create vhost_cuse sub-directory create vhost_cuse directory move vhost-net-cdev.c to vhost_cuse directory
` [dpdk-dev] [RFC PATCH v2 03/14] rename vhost-net-cdev.h to vhost-net.h
` [dpdk-dev] [RFC PATCH v2 04/14] consistent print style
` [dpdk-dev] [RFC PATCH v2 05/14] implement eventfd copying(from fd in qemu process to fd in vhost process) in vhost-net-cdev.c
` [dpdk-dev] [RFC PATCH v2 06/14] copy host_memory_map from virtio-net.c to a new file virtio-net-cdev.c
` [dpdk-dev] [RFC PATCH v2 07/14] host_memory_map
` [dpdk-dev] [RFC PATCH v2 08/14] split set_memory_table into two parts
` [dpdk-dev] [RFC PATCH v2 09/14] add select based event driven fd management logic
` [dpdk-dev] [RFC PATCH v2 10/14] vhost user support
` [dpdk-dev] [RFC PATCH v2 11/14] vhost user memory region map
` [dpdk-dev] [RFC PATCH v2 12/14] cleanup when vhost user connection is closed
` [dpdk-dev] [RFC PATCH v2 13/14] multiple socket support
` [dpdk-dev] [RFC PATCH v2 14/14] vhost user ifr_name support
[dpdk-dev] [PATCH v2] vhost: add interface name to virtio-net struct
2015-01-25 8:34 UTC (3+ messages)
[dpdk-dev] which 40G card support DPDK or DPDK 2.0
2015-01-24 11:44 UTC (2+ messages)
[dpdk-dev] dpdk_nic_bind giving error
2015-01-24 2:46 UTC (2+ messages)
[dpdk-dev] [PATCH] maintainers: start a Linux-style file
2015-01-23 18:16 UTC (6+ messages)
` [dpdk-dev] [PATCH] MAINTAINERS: claim responsibility for Linux AF_PACKET PMD
[dpdk-dev] [RFC 00/16] enhance checksum offload API
2015-01-23 17:53 UTC (16+ messages)
` [dpdk-dev] [RFC 04/16] i40e: remove the use of PKT_TX_UDP_TUNNEL_PKT flag
` [dpdk-dev] [RFC 09/16] testpmd: move csum_show in a function
` [dpdk-dev] [RFC 11/16] testpmd: rename vxlan in outer_ip in csum commands
[dpdk-dev] Segmentation fault in ixgbe_rxtx_vec.c:444 with 1.8.0
2015-01-23 14:59 UTC (8+ messages)
[dpdk-dev] DPDK & BPF
2015-01-23 14:34 UTC
[dpdk-dev] [PATCH] mk: add support for ICC 15 compiler
2015-01-23 10:49 UTC (2+ messages)
[dpdk-dev] [PATCH] testpmd: check return value of rte_eth_dev_vlan_filter()
2015-01-23 10:43 UTC
[dpdk-dev] make config on cents 6.6 with 3.5 kernel and 4.7 gcc not finding config target
2015-01-23 9:32 UTC (2+ messages)
[dpdk-dev] [PATCH] ixgbe: do not include CRC in Tx byte count
2015-01-23 6:23 UTC
[dpdk-dev] [PATCH] mk: allow application to override clean
2015-01-23 6:19 UTC
[dpdk-dev] [PATCH 0/3] dpdk/xen:support DPDK running on Xen Dom0 of SUSE Linux
2015-01-23 5:35 UTC (4+ messages)
` [dpdk-dev] [PATCH 1/3] compilation:fix compilation issues of using gcc-4.3.4
` [dpdk-dev] [PATCH 2/3] lib/xen:DPDK dom0 Driver change
` [dpdk-dev] [PATCH 3/3] lib/eal:igb_uio driver change
[dpdk-dev] [PATCH 0/5] Support virtio multicast feature
2015-01-23 3:20 UTC (5+ messages)
` [dpdk-dev] [PATCH v2 3/5] vhost: enable promisc mode and config VMDQ offload register for "
[dpdk-dev] some questions about rte_memcpy
2015-01-23 2:58 UTC (9+ messages)
[dpdk-dev] Add DSO symbol versioning to supportbackwards compatibility
2015-01-22 19:21 UTC (14+ messages)
` [dpdk-dev] [PATCH v6 4/4] docs: Add ABI documentation
` [dpdk-dev] [PATCH v7 1/4] compat: Add infrastructure to support symbol versioning
` [dpdk-dev] [PATCH v7 4/4] docs: Add ABI documentation
` [dpdk-dev] [PATCH v8 1/4] compat: Add infrastructure to support symbol versioning
` [dpdk-dev] [PATCH v8 2/4] Provide initial versioning for all DPDK libraries
` [dpdk-dev] [PATCH v8 3/4] Add library version extenstion
` [dpdk-dev] [PATCH v8 4/4] docs: Add ABI documentation
[dpdk-dev] Packet drops during non-exhaustive flood with OVS and 1.8.0
2015-01-22 17:11 UTC (2+ messages)
[dpdk-dev] [PATCH] lib/librte_ether: change socket_id passed to rte_memzone_reserve
2015-01-22 15:05 UTC
[dpdk-dev] [PATCH v5 0/6] Enable VF RSS for Niantic
2015-01-22 13:19 UTC (8+ messages)
` [dpdk-dev] [PATCH v6 "
` [dpdk-dev] [PATCH v6 5/6] ixgbe: Config VF RSS
[dpdk-dev] [PATCH v2] add one option memory-only for secondary processes
2015-01-22 13:00 UTC (9+ messages)
[dpdk-dev] [PATCH] lib/librte_ether: change socket_id passed to rte_memzone_reserve
2015-01-22 11:26 UTC (8+ messages)
[dpdk-dev] [PATCH] doc: commands changed in testpmd_funcs for ethertype filter
2015-01-22 11:15 UTC (3+ messages)
[dpdk-dev] Purge all entries in a rte_hash
2015-01-22 11:07 UTC
[dpdk-dev] [PATCH RFC 00/13] Update build system
2015-01-22 11:01 UTC (6+ messages)
[dpdk-dev] [PATCH 0/7] vmxnet3: driver enhancements
2015-01-22 9:42 UTC (3+ messages)
[dpdk-dev] [PATCH] eal/linux: allow to map BARs with MSI-X tables, around them
2015-01-22 8:36 UTC
[dpdk-dev] [PATCH 0/7] unification of flow types and RSS offload types
2015-01-22 7:48 UTC (2+ messages)
[dpdk-dev] [PATCH v7 0/4] Support configuring hash functions
2015-01-22 7:44 UTC (5+ messages)
` [dpdk-dev] [PATCH v8 "
` [dpdk-dev] [PATCH v8 3/4] i40e: support of controlling "
[dpdk-dev] [PATCH 0/5] new ntuple filter replaces 2tuple and 5tuple filters
2015-01-22 7:38 UTC (8+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
` [dpdk-dev] [PATCH v2 1/6] ethdev: define ntuple filter type and its structure
` [dpdk-dev] [PATCH v2 2/6] ixgbe: ntuple filter functions replace old ones for 5tuple filter
` [dpdk-dev] [PATCH v2 3/6] e1000: ntuple filter functions replace old ones for 2tuple and "
` [dpdk-dev] [PATCH v2 4/6] testpmd: new commands for ntuple filter
` [dpdk-dev] [PATCH v2 5/6] ethdev: remove old APIs and structures of 5tuple and 2tuple filters
` [dpdk-dev] [PATCH v2 6/6] doc: commands changed in testpmd_funcs for 2tuple amd 5tuple filter
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).