dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-27 09:41:13 to 2015-01-29 07:24:02 UTC [more...]

[PATCH 00/22] Single virtio implementation
 2015-01-29  7:24 UTC  (36+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 02/24] virtio: Use weaker barriers
  ` [PATCH v2 04/24] virtio: Add support for Link State interrupt
    ` [PATCH v3 00/25] Single virtio implementation
        ` [PATCH v3 01/25] virtio: Rearrange resource initialization
        ` [PATCH v3 02/25] virtio: Use weaker barriers
        ` [PATCH v3 03/25] virtio: Allow starting with link down
        ` [PATCH v3 04/25] virtio: Add support for Link State interrupt
        ` [PATCH v3 05/25] ether: Add soft vlan encap/decap functions
        ` [PATCH v3 06/25] virtio: Use software vlan stripping
        ` [PATCH v3 07/25] virtio: Remove unnecessary adapter structure
        ` [PATCH v3 08/25] virtio: Remove redundant vq_alignment
        ` [PATCH v3 09/25] virtio: Fix how states are handled during initialization
        ` [PATCH v3 10/25] virtio: Make vtpci_get_status local
        ` [PATCH v3 11/25] virtio: Check for packet headroom at compile time
        ` [PATCH v3 12/25] virtio: Move allocation before initialization
        ` [PATCH v3 13/25] virtio: Add support for vlan filtering
        ` [PATCH v3 14/25] virtio: Add suport for multiple mac addresses
        ` [PATCH v3 15/25] virtio: Add ability to set MAC address
        ` [PATCH v3 16/25] virtio: Free mbuf's with threshold
        ` [PATCH v3 17/25] virtio: Use port IO to get PCI resource
        ` [PATCH v3 18/25] virtio: Fix descriptor index issue

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

[PATCH v2 0/4] DPDK memcpy optimization
 2015-01-29  6:16 UTC  (6+ 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  5:39 UTC  (15+ 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 00/15] migrate flow director in ixgbe driver to new API
 2015-01-29  5:29 UTC  (16+ messages)
  ` [PATCH 01/15] ixgbe: migrate flow director filter operations (add/delete/update) "
  ` [PATCH 02/15] ethdev: extend flow type and flexible payload type definition for flow director
  ` [PATCH 03/15] ixgbe: implement the flexpayload configuration of flow director filter
  ` [PATCH 04/15] app/test: remove the flexbytes_offset setting in test_link_bonding
  ` [PATCH 05/15] testpmd: remove the flexbytes_offset setting
  ` [PATCH 06/15] ethdev: remove flexbytes_offset from rte_fdir_conf
  ` [PATCH 07/15] ethdev: structures definition for flow director masks
  ` [PATCH 08/15] ixgbe: implement the mask configuration of flow director filter
  ` [PATCH 09/15] ixgbe: implement the get info and statistic operations of flow director
  ` [PATCH 10/15] ixgbe: implement the flush operation "
  ` [PATCH 11/15] testpmd: add and update commands for "
  ` [PATCH 12/15] testpmd: update function to show flow director information
  ` [PATCH 13/15] testpmd: set the default value of flow director's mask
  ` [PATCH 14/15] testpmd: remove old commands for flow director
  ` [PATCH 15/15] doc: commands changed in testpmd_funcs.rst "

[PATCH 0/4] DPDK memcpy optimization
 2015-01-29  3:42 UTC  (28+ messages)
` [dpdk-dev] "
        `  "

[PATCH 00/17] unified packet type
 2015-01-29  3:16 UTC  (18+ 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 04/17] "
      ` [PATCH 05/17] i40e: "
      ` [PATCH 06/17] bond: "
      ` [PATCH 07/17] enic: "
      ` [PATCH 08/17] vmxnet3: "
      ` [PATCH 09/17] app/test-pipeline: "
      ` [PATCH 10/17] app/test-pmd: "
      ` [PATCH 11/17] app/test: "
      ` [PATCH 12/17] examples/ip_fragmentation: "
      ` [PATCH 13/17] examples/ip_reassembly: "
      ` [PATCH 14/17] examples/l3fwd-acl: "
      ` [PATCH 15/17] examples/l3fwd-power: "
      ` [PATCH 16/17] examples/l3fwd: "
      ` [PATCH 17/17] mbuf: remove old packet type bit masks for ol_flags

[PATCH v1 00/15] support multi-pthread per core
 2015-01-29  0:24 UTC  (34+ messages)
  ` [PATCH v2 "
      ` [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  (3+ messages)

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

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  (6+ 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  (2+ 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  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/3] enhance TX checksum command and csum forwarding engine
 2015-01-27 15:26 UTC  (20+ 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)


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