dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-04 10:40:55 to 2015-02-09 06:40:39 UTC [more...]

[PATCH 00/17] unified packet type
 2015-02-09  6:40 UTC  (7+ messages)
  ` [PATCH v2 00/15] "
      ` [PATCH v2 01/15] mbuf: add definitions of unified packet types
      ` [PATCH v2 02/15] e1000: support of unified packet type
      ` [PATCH v2 03/15] ixgbe: "
      ` [PATCH v2 04/15] ixgbe: support of unified packet type for vector
      ` [PATCH v2 05/15] i40e: support of unified packet type

[PATCH 0/2] support TSO on i40e
 2015-02-09  6:32 UTC  (3+ messages)
  ` [PATCH 1/2] i40e:advertise TSO capability
  ` [PATCH 2/2] i40e:enable TSO support

[PATCH] x32 ABI support, first iteration
 2015-02-09  5:29 UTC  (2+ messages)

[PATCH] vhost: notify guest to fill buffer when there is no buffer
 2015-02-09  4:11 UTC  (14+ messages)

the host of MemTotal 132160052 kB reboots with 60000 (2M)hugepages
 2015-02-09  2:55 UTC 

[PATCH v2 00/24] Single virtio implementation
 2015-02-09  1:14 UTC  (32+ messages)
` [PATCH v3 00/25] "
  ` [PATCH v3 19/25] ether: Fix vlan strip/insert issue
    ` [PATCH v4 00/26] Single virtio implementation
        ` [PATCH v4 01/26] virtio: Rearrange resource initialization
        ` [PATCH v4 02/26] virtio: Use weaker barriers
        ` [PATCH v4 03/26] virtio: Allow starting with link down
        ` [PATCH v4 04/26] virtio: Add support for Link State interrupt
        ` [PATCH v4 05/26] ether: Add soft vlan encap/decap functions
        ` [PATCH v4 06/26] virtio: Use software vlan stripping
        ` [PATCH v4 07/26] virtio: Remove unnecessary adapter structure
        ` [PATCH v4 08/26] virtio: Remove redundant vq_alignment
        ` [PATCH v4 09/26] virtio: Fix how states are handled during initialization
        ` [PATCH v4 10/26] virtio: Make vtpci_get_status local
        ` [PATCH v4 11/26] virtio: Check for packet headroom at compile time
        ` [PATCH v4 12/26] virtio: Move allocation before initialization
        ` [PATCH v4 13/26] virtio: Add support for vlan filtering
        ` [PATCH v4 14/26] virtio: Add suport for multiple mac addresses
        ` [PATCH v4 15/26] virtio: Add ability to set MAC address
        ` [PATCH v4 16/26] virtio: Free mbuf's with threshold
        ` [PATCH v4 17/26] virtio: Use port IO to get PCI resource
        ` [PATCH v4 18/26] virtio: Fix descriptor index issue
        ` [PATCH v4 19/26] ether: Fix vlan strip/insert issue
        ` [PATCH v4 20/26] example/vhost: Avoid inserting vlan twice
        ` [PATCH v4 21/26] example/vhost: Add vlan-strip cmd line option
        ` [PATCH v4 22/26] virtio: Use soft vlan strip in mergeable Rx path
        ` [PATCH v4 23/26] virtio: Fix zero copy break issue
        ` [PATCH v4 24/26] virtio: Remove hotspots
        ` [PATCH v4 25/26] virtio: Fix wmb issue
        ` [PATCH v4 26/26] virtio: Fix updating vring descriptor index issue

[PATCH 00/20] enhance tx checksum offload API
 2015-02-09  1:10 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] MAINTAINERS: claim responsibility for Link Bonding PMD
 2015-02-09  0:44 UTC  (2+ messages)

[PATCH] MAINTAINERS: claim metering, sched and pkt framework
 2015-02-09  0:42 UTC  (2+ messages)

[PATCH] maintainer: claim review for Xen Dom0 support
 2015-02-09  0:41 UTC  (4+ messages)

[PATCH] maintainers: claim hash, lpm and cfgfile libraries
 2015-02-09  0:40 UTC  (6+ messages)
  ` [PATCH v2] maintainers: claim hash and lpm libraries
  ` [PATCH v3] "

[PATCH] MAINTAINERS: claim i40e and KNI
 2015-02-09  0:37 UTC 

[PATCH v3 00/16] support multi-pthread per core
 2015-02-08 20:01 UTC  (33+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 01/17] eal: add cpuset into per EAL thread lcore_config
  ` [PATCH v4 02/17] eal: new eal option '--lcores' for cpu assignment
  ` [PATCH v4 03/17] eal: fix wrong strnlen() return value in 32bit icc
  ` [PATCH v4 04/17] eal: add support parsing socket_id from cpuset
  ` [PATCH v4 05/17] eal: new TLS definition and API declaration
  ` [PATCH v4 06/17] eal: add eal_common_thread.c for common thread API
  ` [PATCH v4 07/17] eal: add rte_gettid() to acquire unique system tid
  ` [PATCH v4 08/17] eal: apply affinity of EAL thread by assigned cpuset
  ` [PATCH v4 09/17] enic: fix re-define freebsd compile complain
  ` [PATCH v4 10/17] malloc: fix the issue of SOCKET_ID_ANY
  ` [PATCH v4 11/17] log: fix the gap to support non-EAL thread
  ` [PATCH v4 12/17] eal: set _lcore_id and _socket_id to (-1) by default
  ` [PATCH v4 14/17] mempool: add support to non-EAL thread
  ` [PATCH v4 16/17] ring: add sched_yield to avoid spin forever

[PATCH] enic: silence log message
 2015-02-08 17:36 UTC  (2+ messages)

[PATCH] enic: silence log message
 2015-02-08 17:35 UTC 

[PATCH v2 0/4] New Reorder Library
 2015-02-08 13:58 UTC  (8+ messages)
  ` [PATCH v3 0/5] "
      ` [PATCH v3 1/5] reorder: new reorder library
      ` [PATCH v3 2/5] app: New reorder unit test
      ` [PATCH v3 3/5] examples: new sample app packet_ordering
      ` [PATCH v3 4/5] doc: new reorder library description
      ` [PATCH v3 5/5] doc: new packet ordering app description

"virtual" C++ keyword used in rte_devargs.h and causes compilation error in C++
 2015-02-08 13:53 UTC  (5+ messages)

[RFC PATCH] rte_timer: Fix rte_timer_reset return value
 2015-02-08 10:53 UTC  (4+ messages)

[PATCH 0/4] Broadcom 10G NIC Poll Mode Driver
 2015-02-07 22:23 UTC  (9+ messages)
  ` [PATCH 1/4] pci: allow access to PCI config space
  ` [PATCH 2/4] bcm: add BCM pci device ids
  ` [PATCH 3/4] bcm: new poll mode driver
  ` [PATCH 4/4] bcm: enable BCM poll mode driver in config

[discuss]emulated e1000 device with qemu is not showing nic stats correctly
 2015-02-06 15:18 UTC 

Packet drops during non-exhaustive flood with OVS and 1.8.0
 2015-02-06 14:43 UTC  (6+ messages)

[PATCH] maintainers: claim FreeBSD EAL and distributor
 2015-02-06 14:25 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] testpmd: remove incorrect parameter limits in help command line
 2015-02-06 14:22 UTC 

[PATCH] testpmd: remove duplicated parameter parsing
 2015-02-06 14:15 UTC 

Segmentation fault in ixgbe_rxtx_vec.c:444 with 1.8.0
 2015-02-06 13:41 UTC  (2+ messages)
  ` [PATCH] ixgbe: fix vector PMD chained mbuf receive

[PATCH] MAINTAINERS: claim IP fragmentation and ACL
 2015-02-06 13:15 UTC  (2+ messages)

[PATCH] maintainer: claim review for virtio/vhost
 2015-02-06 13:14 UTC  (2+ messages)

[PATCH] MAINTAINERS: claim metering, sched and pkt framework
 2015-02-06 13:13 UTC 

[PATCH] maintainers: claim responsability for testpmd and user guide
 2015-02-06 13:12 UTC 

ACL Issue with single field rule and rest with wild card entry
 2015-02-06 11:44 UTC  (2+ messages)

[PATCH v4 2/2] librte_pmd_null: Support port hotplug function
 2015-02-06 11:37 UTC  (5+ messages)
  ` [PATCH v6 1/2] librte_pmd_null: Add null PMD
      ` [PATCH v6 2/2] librte_pmd_null: Support port hotplug function

upper limit on the size of allocation through rte_malloc in dpdk-1.8.0?
 2015-02-06 11:25 UTC  (3+ messages)

XL710 what is correct SFP+ connector vendor?
 2015-02-06 11:19 UTC 

mmap fails with more than 40000 hugepages
 2015-02-06 10:31 UTC  (13+ messages)

Bond feature can't running well on 40G i40e NICs
 2015-02-06 10:17 UTC  (2+ messages)
` [dts] "

[PATCH 0/3] update maintainers areas
 2015-02-06  8:55 UTC  (6+ messages)
  ` [PATCH 1/3] maintainers: dispatch more doc
  ` [PATCH 2/3] maintainers: add ABI versioning
  ` [PATCH 3/3] scripts: check wrong patterns in maintainers file

[PATCH v2] testpmd: fix port parsing in show port info command
 2015-02-06  8:30 UTC  (2+ messages)

ixgbe:about latency
 2015-02-06  5:37 UTC 

[PATCH] fix testpmd show port info error
 2015-02-06  2:00 UTC  (4+ messages)

[PATCH net-next v2] hyper-v: allow access to vmbus from userspace driver
 2015-02-05 16:50 UTC  (3+ messages)

DPDK testpmd forwarding performace degradation
 2015-02-05 14:39 UTC  (8+ messages)
    ` Fwd: "

[PATCH v2 4/7] rte_sched: don't clear statistics when read
 2015-02-05 12:43 UTC  (5+ messages)
  ` [PATCH v2 5/7] rte_sched: don't put tabs in log messages
  ` [PATCH v2 6/7] rte_sched: eliminate floating point in calculating byte clock
  ` [PATCH v2 7/7] rte_sched: rearrange data structures

[PATCH 0/7] Hyper-v driver and infrastructure
 2015-02-05 12:39 UTC  (12+ messages)
  ` [PATCH 1/7] ether: add function to query for link state interrupt
  ` [PATCH 2/7] pmd: change drivers initialization for pci
  ` [PATCH 3/7] hv: add basic vmbus support
  ` [PATCH 4/7] hv: uio driver
  ` [PATCH 5/7] hv: poll mode driver
  ` [PATCH 6/7] hv: enable driver in common config
  ` [PATCH 7/7] hv: add kernel patch

[PATCH v2 1/7] rte_sched: make RED optional at runtime
 2015-02-05  9:57 UTC  (4+ messages)
  ` [PATCH v2 2/7] rte_sched: expand scheduler hierarchy for more VLAN's
  ` [PATCH v2 3/7] rte_sched: keep track of RED drops

mmap failed: Cannot allocate memory when init dpdk eal
 2015-02-05  9:31 UTC  (3+ messages)
    ` 答复: "

[PATCH v1] ixgbe: fix link issue in loopback mode
 2015-02-05  8:45 UTC 

[PATCH] maintainer: claim review for Xen Dom0 support
 2015-02-05  2:24 UTC 

[PATCH v4 08/11] eal/pci: Cleanup pci driver initialization code
 2015-02-05  1:37 UTC  (12+ messages)
` [PATCH v6 00/13] Port Hotplug Framework
  ` [PATCH v6] testpmd: Add port hotplug support

[PATCH] cmdline: add cmdline_token_portlist_ops to version map
 2015-02-04 22:35 UTC  (3+ messages)

[PATCH] mk: Add DT_SONAME to shared libraries
 2015-02-04 22:33 UTC  (3+ messages)

deadline for 2.0 features proposal
 2015-02-04 13:55 UTC  (6+ messages)

hyper-v: allow access to vmbus from userspace driver
 2015-02-04 13:42 UTC 

[PATCH 01/18] fm10k: add base driver
 2015-02-04 10:41 UTC  (8+ messages)
` [PATCH v2 00/15] lib/librte_pmd_fm10k : fm10k pmd driver
    ` [PATCH v2 10/15] fm10k: add receive and tranmit function
    ` [PATCH v2 11/15] fm10k: add PF RSS support
    ` [PATCH v2 12/15] fm10k: Add scatter receive function
    ` [PATCH v2 13/15] fm10k: add function to set vlan
    ` [PATCH v2 14/15] fm10k: Add SRIOV-VF support
    ` [PATCH v2 15/15] fm10k: add PF and VF interrupt handling function


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