messages from 2019-01-02 02:47:48 to 2019-01-06 13:20:16 UTC [more...]
[PATCH 1/3] mk: introduce helper to check valid compiler argument
2019-01-06 13:20 UTC (2+ messages)
` [PATCH 2/3] config: add thunderx2 machine config
Default cacheline size for ARM
2019-01-06 7:56 UTC (4+ messages)
` [EXT] "
[PATCH v2 3/3] net/mlx5: support flow counters using devx
2019-01-06 7:43 UTC (11+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 2/3] net/mlx5: add devx functions to glue
` [PATCH v3 1/3] net/mlx5: fix shared counter allocation logic
` [PATCH v3 3/3] net/mlx5: support flow counters using devx
` [PATCH v4 0/3] "
` [PATCH v4 1/3] net/mlx5: fix shared counter allocation logic
` [PATCH v4 2/3] net/mlx5: add devx functions to glue
` [PATCH v4 3/3] net/mlx5: support flow counters using devx
[RFC] kni: remove ethtool support
2019-01-05 16:55 UTC (4+ messages)
[PATCH] kni: use kni_ethtool_ops only with unknown drivers
2019-01-05 16:53 UTC (7+ messages)
` [PATCH v2] "
[PATCH v4 0/2] lib/librte_meter: add RFC4115 trTCM meter support
2019-01-04 19:42 UTC (4+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] test/test_meter: update meter test to include RFC4115 meters
[PATCH] doc: add GRO API requirement in prog_guide
2019-01-04 19:35 UTC (2+ messages)
[RFC v3] /net: memory interface (memif)
2019-01-04 19:32 UTC (5+ messages)
[PATCH 0/2] Some fixes for virtio-user/packed-ring
2019-01-04 18:00 UTC (6+ messages)
` [PATCH 1/2] net/virtio-user: fix packed vq option parsing
` [PATCH 2/2] net/virtio-user: fix supported features list
[PATCH 0/6] Some fixes for vhost
2019-01-04 18:00 UTC (14+ messages)
` [PATCH 1/6] vhost: fix desc access in relay helpers
` [PATCH 2/6] vhost: fix possible out of bound "
` [PATCH 3/6] vhost: fix possible dead loop "
` [PATCH 4/6] vhost: fix possible out of bound access in vector filling
` [PATCH 5/6] vhost: fix possible dead loop "
` [PATCH 6/6] vhost: ensure event idx is mapped when negotiated
[PATCH 0/2] vhost/crypto: some fixes
2019-01-04 18:00 UTC (6+ messages)
` [PATCH 1/2] vhost/crypto: fix possible dead loop
` [PATCH 2/2] vhost/crypto: fix possible out of bound access
[PATCH v4 1/9] examples/ipsec-secgw: avoid to request unused TX offloads
2019-01-04 17:38 UTC (32+ messages)
` [PATCH v5 00/10] examples/ipsec-secgw: make app to use ipsec library
` [PATCH v5 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
` [PATCH v6 00/10] examples/ipsec-secgw: make app to use ipsec library
` [PATCH v6 01/10] examples/ipsec-secgw: allow user to disable some RX/TX offloads
` [PATCH v6 02/10] examples/ipsec-secgw: allow to specify neighbour mac address
` [PATCH v6 03/10] examples/ipsec-secgw: fix crypto-op might never get dequeued
` [PATCH v6 04/10] examples/ipsec-secgw: fix outbound codepath for single SA
` [PATCH v6 05/10] examples/ipsec-secgw: make local variables static
` [PATCH v6 06/10] examples/ipsec-secgw: fix inbound SA checking
` [PATCH v6 07/10] examples/ipsec-secgw: make app to use ipsec library
` [PATCH v6 08/10] examples/ipsec-secgw: make data-path "
` [PATCH v6 09/10] examples/ipsec-secgw: add scripts for functional test
` [PATCH v6 10/10] doc: update ipsec-secgw guide and relelase notes
` [PATCH v5 03/10] examples/ipsec-secgw: fix crypto-op might never get dequeued
[PATCH] net/fm10k: initialize sm_down variable
2019-01-04 17:34 UTC (4+ messages)
` [dpdk-stable] "
[PATCH v3 0/2] lib/librte_meter: add RFC4115 trTCM meter support
2019-01-04 14:03 UTC (4+ messages)
` [PATCH v3 1/2] "
[PATCH v2] app/testpmd: fix quit to stop all ports before close
2019-01-04 13:47 UTC (2+ messages)
[PATCH] examples/ip_fragmentation: support big packets
2019-01-04 12:25 UTC (2+ messages)
[PATCH 0/4] NXP DPAA fixes and enhancements
2019-01-04 12:25 UTC (2+ messages)
[PATCH] net/ixgbe: fix MAT enable for VF in multicast
2019-01-04 12:20 UTC (6+ messages)
` [PATCH v2] net/ixgbe: fix multicast table enable error for VF
[PATCH] app/test-pmd: stop all ports before any close
2019-01-04 11:17 UTC (3+ messages)
[Bug 179] mp_socket is not well handled when secondary process is exited
2019-01-04 11:02 UTC
[PATCH v2] mk: fix scope of disabling AVX512F support
2019-01-04 10:28 UTC (6+ messages)
` [PATCH v3] "
[PATCH v2] doc: fix a parameter name in testpmd guide
2019-01-04 9:57 UTC (2+ messages)
[PATCH v5 01/10] cryptodev: add opaque userdata pointer into crypto sym session
2019-01-04 9:29 UTC (14+ messages)
` [PATCH v6 00/10] ipsec: new library for IPsec data-path processing
` [PATCH v6 01/10] cryptodev: add opaque userdata pointer into crypto sym session
` [PATCH v6 02/10] security: add opaque userdata pointer into security session
` [PATCH v6 03/10] net: add ESP trailer structure definition
` [PATCH v6 04/10] lib: introduce ipsec library
` [PATCH v6 05/10] ipsec: add SA data-path API
` [PATCH v6 06/10] ipsec: implement "
` [PATCH v6 07/10] ipsec: rework SA replay window/SQN for MT environment
` [PATCH v6 08/10] ipsec: helper functions to group completed crypto-ops
` [PATCH v6 09/10] test/ipsec: introduce functional test
` [PATCH v6 10/10] doc: add IPsec library guide
[PATCH v2] doc: fix a parameter name in testpmd guide
2019-01-04 9:10 UTC
[PATCH v2] doc: add GRO API limitations in prog_guide
2019-01-04 7:16 UTC (2+ messages)
` [PATCH v3] "
[PATCH v3 0/6] spinlock optimization and test case enhancements
2019-01-04 7:06 UTC (17+ messages)
` [PATCH v3 3/6] test/spinlock: get timestamp more precisely
` [EXT] "
` [PATCH v3 5/6] spinlock: reimplement with atomic one-way barrier builtins
` [EXT] "
` [PATCH v3 6/6] spinlock: ticket based to improve fairness
` [EXT] "
[PATCH v3 1/2] doc: add svg for debug and troubleshoot guide
2019-01-04 7:01 UTC (4+ messages)
` [PATCH v3 2/2] doc: add guide for debug and troubleshoot
[Bug 178] l2fwd application does not work with option '-q'
2019-01-04 5:43 UTC
[Bug 177] binding i40e with uio_pci_generic fails for DPDK 19.02.0-rc1
2019-01-04 3:22 UTC
[PATCH] gro: fix overflow of TCP Options length calculation
2019-01-04 1:57 UTC
Compiler for Windows
2019-01-03 22:46 UTC (5+ messages)
[PATCH 1/2] build: use static deps of libs for pkg-config libs.private
2019-01-03 17:57 UTC (2+ messages)
` [PATCH 2/2] build: use dependency() instead of find_library()
VF of a X520 card does not process VLAN packets
2019-01-03 16:42 UTC (2+ messages)
[PATCH v2] net/mlx5: add ConnectX-6 device IDs
2019-01-03 16:37 UTC (4+ messages)
[PATCH] doc: fix a typo in testpmd user guide
2019-01-03 16:35 UTC (3+ messages)
` [dpdk-stable] "
[PATCH] net/softnic: add support for service cores
2019-01-03 16:04 UTC
[PATCH] doc: fix MAC address rewrite actions documentation
2019-01-03 14:20 UTC (2+ messages)
[PATCH] doc: fix a parameter name in testpmd guide
2019-01-03 13:49 UTC (2+ messages)
[PATCH v2] eal: fix core number validation
2019-01-03 13:03 UTC (2+ messages)
[PATCH] net/ice: fix build with debug enabled
2019-01-03 12:41 UTC (2+ messages)
Only one Rx/Tx queue pair is assigned by DPDK PMD "net_bnxt" for BCM57414 VF
2019-01-03 12:03 UTC
[PATCH] examples/l3fwd: support separate buffer pool per port
2019-01-03 11:30 UTC
[PATCH v1] examples/l3fwd: enable hash multi lookup for ARM
2019-01-03 10:12 UTC (6+ messages)
` [EXT] "
[PATCH] packet_ordering: replace sync builtins with atomic builtins
2019-01-03 9:49 UTC
[PATCH] eal/atomic: reimplement rte atomic APIs with atomic builtins
2019-01-03 9:42 UTC
[PATCH] net/nfp: add CPP bridge as service
2019-01-03 8:56 UTC
[PATCH v4 0/3] add rte ring reset api and use it to flush a ring by hash
2019-01-03 8:22 UTC (13+ messages)
` [PATCH v4 1/3] test/ring: ring perf test case enhancement
` [PATCH v5 0/3] ring test enhancement and new ring reset api and use it by hash
` [PATCH v5 1/3] test/ring: ring perf test case enhancement
` [PATCH v5 2/3] ring: add reset API to flush the ring when not in use
` [PATCH v5 3/3] hash: flush the rings instead of dequeuing one by one
[PATCH] examples/flow_filtering: fix example documentation
2019-01-03 7:40 UTC (5+ messages)
[PATCH] net/enic: fix possible uninitialized variable
2019-01-02 18:02 UTC (2+ messages)
[PATCH 1/3] rte_ethdev: Add API function to read dev clock
2019-01-02 17:44 UTC (3+ messages)
[PATCH] net/ixgbe: add support of loopback for X540/X550
2019-01-02 16:00 UTC
[PATCH] test/pmd_perf: change the way to drain the port
2019-01-02 15:55 UTC
DPDK 17.11.4 (Madvise)Transparent Huge pages
2019-01-02 15:31 UTC
[PATCH] net/nfp: fix device start/stop for VFs
2019-01-02 15:21 UTC
[PATCH v5 00/10] examples/ipsec-secgw: make app to use ipsec library
2019-01-02 15:11 UTC (3+ messages)
vmovdqa64 instruction: how to be disabled in skylake CPU
2019-01-02 15:05 UTC (2+ messages)
[PATCH 0/3] use a common eal device event for hot-unplug
2019-01-02 14:46 UTC (5+ messages)
` [PATCH 1/3] eal: add --dev-hotplug option
[PATCH] eal: fix core number validation
2019-01-02 14:23 UTC (6+ messages)
[PATCH] app/testbbdev: fix checking for return value
2019-01-02 14:09 UTC
rte_eal_hotplug_remove() generates error message
2019-01-02 9:19 UTC (4+ messages)
[PATCH 1/2] net/i40e: add support for VXLAN-GPE
2019-01-02 14:38 UTC (2+ messages)
` [PATCH 2/2] net/i40e: support VXLAN-GPE classification
[PATCH] net/ixgbe: enable x550 flexible byte filter
2019-01-02 7:02 UTC (2+ messages)
[PATCH v1 3/3] net/mlx5: support flow counters using devx
2019-01-02 6:58 UTC (4+ messages)
` [PATCH v2 1/3] net/mlx5: fix shared counter allocation logic
[PATCH v2]/driver/raw/ifpga_rawdev: fix a memory leak bug in ifpga
2019-01-02 6:52 UTC (4+ messages)
` [PATCH v3]/driver/raw/ifpga_rawdev: "
[PATCH] app/test-pmd: add IFPGA AFU register read/write access for testpmd
2019-01-02 6:20 UTC (8+ messages)
` [PATCH v5] app/testpmd: add IFPGA AFU register access function
` [PATCH v6] "
[PATCH] net/ice: fixed CRC strip issue
2019-01-02 3:24 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).