dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-26 12:08:15 to 2015-01-29 03:15:51 UTC [more...]

[PATCH 00/17] unified packet type
 2015-01-29  3:15 UTC  (4+ messages)
      ` [PATCH 01/17] mbuf: add definitions of unified packet types
      ` [PATCH 02/17] e1000: support of unified packet type
      ` [PATCH 03/17] ixgbe: "

[PATCH v2 0/4] DPDK memcpy optimization
 2015-01-29  2:38 UTC  (5+ messages)
  ` [PATCH v2 1/4] app/test: Disabled VTA for memcpy test in app/test/Makefile
  ` [PATCH v2 2/4] app/test: Removed unnecessary test cases in app/test/test_memcpy.c
  ` [PATCH v2 3/4] app/test: Extended test coverage in app/test/test_memcpy_perf.c
  ` [PATCH v2 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms

[PATCH v1 0/5] Interrupt mode for PMD
 2015-01-29  2:22 UTC  (9+ messages)
  ` [PATCH v1 1/5] ethdev: add rx interrupt enable/disable functions
  ` [PATCH v1 2/5] ixgbe: enable rx queue interrupts for both PF and VF
  ` [PATCH v1 3/5] igb: enable rx queue interrupts for PF
  ` [PATCH v1 4/5] eal: add per rx queue interrupt handling based on VFIO
  ` [PATCH v1 5/5] L3fwd-power: enable one-shot rx interrupt and polling/interrupt mode switch

[PATCH 0/2] enable SRIOV switch in i40e driver
 2015-01-29  1:56 UTC  (4+ messages)
  ` [PATCH 1/2] i40e: fix the bug when configuring vsi
  ` [PATCH 2/2] i40e: enable internal switch of pf

[PATCH 0/4] DPDK memcpy optimization
 2015-01-29  1:53 UTC  (30+ messages)
` [PATCH 4/4] lib/librte_eal: Optimized memcpy in arch/x86/rte_memcpy.h for both SSE and AVX platforms
` [dpdk-dev] [PATCH 0/4] DPDK memcpy optimization
        `  "

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

[PATCH] eal/linux: allow to map BARs with MSI-X tables, around them
 2015-01-28 22:04 UTC  (5+ messages)
      ` [PATCH v2] "

deadline for 2.0 features proposal
 2015-01-28 21:40 UTC 

Process question: reviewing older patches
 2015-01-28 21:23 UTC  (5+ messages)

Pktgen-DPDK rate and traffic inconsistency problem
 2015-01-28 16:20 UTC  (3+ messages)

[PATCH v3 00/18] ACL: New AVX2 classify method and several other enhancements
 2015-01-28 16:14 UTC  (7+ messages)
` [PATCH v3 05/18] librte_acl: fix a bug at build phase that can cause matches beeing overwirtten

DPDK 1.7.1 error (PANIC in ovdk_vport_phy_port_init(): Cannot init NIC port '0' (Success))
 2015-01-28 16:13 UTC 

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

Regarding UDP checksum offload
 2015-01-28 15:09 UTC  (4+ messages)

[PATCH 0/5] new ntuple filter replaces 2tuple and 5tuple filters
 2015-01-28 14:28 UTC  (3+ messages)
` [PATCH v2 0/6] "

DPDK testpmd forwarding performace degradation
 2015-01-28 12:24 UTC  (8+ messages)
        ` Fwd: "

[PATCH 2/3] PMD ring MAC management, fix initialization, link up/down
 2015-01-28 11:56 UTC  (3+ messages)
` [PATCH v2 0/3] "

ACL trie insertion and search
 2015-01-28 11:11 UTC  (2+ messages)

[PATCH 0/6] Support NVGRE on i40e
 2015-01-28 11:08 UTC  (3+ messages)

[PATCH] mk: allow application to override clean
 2015-01-28 11:00 UTC  (3+ messages)

[PATCH] maintainers: start a Linux-style file
 2015-01-28 10:50 UTC  (2+ messages)
  ` [PATCH v2] "

vhost: virtio-net rx-ring stop work after work many hours, bug?
 2015-01-28  9:51 UTC  (3+ messages)

Any way to control port_id mapping?
 2015-01-28  2:26 UTC 

[PATCH v2] testpmd check return value of rte_eth_dev_vlan_filter()
 2015-01-28  1:38 UTC  (2+ messages)

[PATCH] ixgbe: Fix an unnecessary check in vf rss
 2015-01-28  1:35 UTC  (3+ messages)

[PATCH] testpmd: check return value of rte_eth_dev_vlan_filter()
 2015-01-27 22:22 UTC  (4+ messages)

DPDK - scatter gather send to nic
 2015-01-27 21:19 UTC 

[PATCH v3] test: fix missing NULL pointer checks
 2015-01-27 18:06 UTC  (2+ messages)

vhost user examples
 2015-01-27 17:15 UTC  (5+ messages)

[PATCH] vhost: Add -lfuse into the LDFLAGS list
 2015-01-27 16:02 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 0/3] enhance TX checksum command and csum forwarding engine
 2015-01-27 15:26 UTC  (22+ messages)

[PATCH v2] test: fix missing NULL pointer checks
 2015-01-27 14:42 UTC  (3+ messages)

[PATCH] librte_pmd_ixgbe: Add queue start failure check
 2015-01-27 14:14 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH] Added missing extern 'C' decls in mode4 header files
 2015-01-27 12:45 UTC 

[PATCH] ixgbe: initialize link status on initialization
 2015-01-27 12:10 UTC  (2+ messages)

[PATCH] stats: remove useless memset's
 2015-01-27 12:06 UTC  (3+ messages)

[PATCH] Added missing extern 'C' decls in rte_ip_frag.h
 2015-01-27 11:53 UTC  (2+ messages)

librte_power/rte_power.h causes link error
 2015-01-27 11:48 UTC  (3+ messages)
` [PATCH] power: added missing extern keyword in rte_power.h

[PATCH] pcap: Fix ethernet device's name for pcap port
 2015-01-27 11:46 UTC  (2+ messages)

[PATCH] eal/common: Fix enabled core number with core list argument
 2015-01-27 11:45 UTC  (2+ messages)

[PATCH] ixgbe: do not include CRC in Tx byte count
 2015-01-27 11:38 UTC  (3+ messages)

[PATCH] mk: add support for ICC 15 compiler
 2015-01-27 11:16 UTC  (3+ messages)

[PATCH] lib/librte_ether: change socket_id passed to rte_memzone_reserve
 2015-01-27  9:29 UTC  (2+ messages)

DPDK testpmd forwarding performace degradation
 2015-01-27  8:04 UTC  (2+ messages)

[PATCH v4 00/11] Port Hotplug Framework
 2015-01-27  7:24 UTC  (5+ messages)

[PATCH 0/7] unification of flow types and RSS offload types
 2015-01-27  5:20 UTC  (3+ messages)
` [PATCH 5/7] ethdev: unification of flow types

[PATCH] test: fix missing NULL pointer checks
 2015-01-26 21:26 UTC  (3+ messages)

[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  (2+ messages)


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