DPDK patches and discussions
 help / color / mirror / Atom feed
[dpdk-dev] [PATCH] app/testpmd: Document what the application does
 2021-09-10 21:14 UTC  (2+ messages)

[dpdk-dev] [Bug 97] rte_memcpy() moves data incorrectly on Ubuntu 18.04 on Intel Skylake
 2021-09-10 20:01 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/5] Packet capture framework enhancements
 2021-09-10 18:18 UTC  (18+ messages)
` [dpdk-dev] [PATCH v6 00/10] "
  ` [dpdk-dev] [PATCH v6 03/10] bpf: add function to convert classic BPF to DPDK BPF
  ` [dpdk-dev] [PATCH v6 06/10] lib: pdump is not supported on Windows
` [dpdk-dev] [PATCH v7 00/11] Packet capture framework enhancements
  ` [dpdk-dev] [PATCH v7 01/11] librte_pcapng: add new library for writing pcapng files
  ` [dpdk-dev] [PATCH v7 02/11] lib: pdump is not supported on Windows
  ` [dpdk-dev] [PATCH v7 03/11] bpf: allow self-xor operation
  ` [dpdk-dev] [PATCH v7 04/11] bpf: add function to convert classic BPF to DPDK BPF
  ` [dpdk-dev] [PATCH v7 05/11] bpf: add function to dump eBPF instructions
  ` [dpdk-dev] [PATCH v7 06/11] pdump: support pcapng and filtering
  ` [dpdk-dev] [PATCH v7 07/11] app/dumpcap: add new packet capture application
  ` [dpdk-dev] [PATCH v7 08/11] test: add test for bpf_convert
  ` [dpdk-dev] [PATCH v7 09/11] test: add a test for pcapng library
  ` [dpdk-dev] [PATCH v7 10/11] doc: changes for new pcapng and dumpcap
  ` [dpdk-dev] [PATCH v7 11/11] MAINTAINERS: add entry for new pcapng and dumper

[dpdk-dev] [PATCH] Enable AddressSanitizer feature on DPDK
 2021-09-10 17:58 UTC  (3+ messages)

[dpdk-dev] [PATCH] checkpatches: suppress warning about strlcpy
 2021-09-10 17:54 UTC 

[dpdk-dev] [PATCH 0/6] port ioatfwd app to dmadev
 2021-09-10 17:27 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] examples/ioat: always use same lcore for both DMA requests enqueue and dequeue
` [dpdk-dev] [PATCH 2/6] examples/ioat: add cmd-line option to control DMA batch size
` [dpdk-dev] [PATCH 3/6] examples/ioat: add cmd line option to control max frame size
` [dpdk-dev] [PATCH 4/6] examples/ioat: port application to dmadev APIs
` [dpdk-dev] [PATCH 5/6] examples/ioat: update naming to match change to dmadev
` [dpdk-dev] [PATCH 6/6] examples/ioat: rename application to dmafwd

[dpdk-dev] [PATCH] efd: change data type of parameter
 2021-09-10 16:53 UTC 

[dpdk-dev] [PATCH] crypto/ipsec_mb: support ZUC-256
 2021-09-10 16:45 UTC 

[dpdk-dev] [PATCH v1 1/7] eal: promote IPC API's to stable
 2021-09-10 16:23 UTC  (14+ messages)
` [dpdk-dev] [PATCH v1 2/7] fbarray: promote "
` [dpdk-dev] [PATCH v1 3/7] eal: promote malloc "
` [dpdk-dev] [PATCH v1 4/7] mem: promote memseg "
` [dpdk-dev] [PATCH v1 5/7] mem: promote extmem "
` [dpdk-dev] [PATCH v1 6/7] mem: promote DMA mask "
` [dpdk-dev] [PATCH v1 7/7] eal: promote mcfg "

[dpdk-dev] Minutes of Technical Board Meeting, 2021-08-25
 2021-09-10 14:25 UTC 

[dpdk-dev] [PATCH 0/3] Virtio PMD RSS support & RSS fixes
 2021-09-10 14:16 UTC  (12+ messages)
` [dpdk-dev] [PATCH 1/3] net/virtio: add initial RSS support
` [dpdk-dev] [PATCH 2/3] app/testpmd: fix RSS hash type update
` [dpdk-dev] [PATCH 3/3] net/mlx5: Fix RSS RETA update

[dpdk-dev] [RFC 1/3] ethdev: update modify field flow action
 2021-09-10 14:16 UTC  (3+ messages)
` [dpdk-dev] [RFC 2/3] app/testpmd: update modify field flow action support
` [dpdk-dev] [RFC 3/3] app/testpmd: fix hex string parser in flow commands

[dpdk-dev] [PATCH 01/24] pipeline: move data structures to internal header file
 2021-09-10 14:09 UTC  (49+ messages)
` [dpdk-dev] [PATCH 02/24] pipeline: move thread inline functions to "
` [dpdk-dev] [PATCH 03/24] pipeline: create inline functions for RX instruction
` [dpdk-dev] [PATCH 04/24] pipeline: create inline functions for TX instruction
` [dpdk-dev] [PATCH 05/24] pipeline: create inline functions for extract instruction
` [dpdk-dev] [PATCH 06/24] pipeline: create inline functions for emit instruction
` [dpdk-dev] [PATCH 07/24] pipeline: create inline functions for validate instruction
` [dpdk-dev] [PATCH 08/24] pipeline: create inline functions for learn instruction
` [dpdk-dev] [PATCH 09/24] pipeline: create inline functions for extern instruction
` [dpdk-dev] [PATCH 10/24] pipeline: create inline functions for move instruction
` [dpdk-dev] [PATCH 11/24] pipeline: create inline functions for DMA instruction
` [dpdk-dev] [PATCH 12/24] pipeline: create inline functions for ALU instructions
` [dpdk-dev] [PATCH 13/24] pipeline: create inline functions for register instructions
` [dpdk-dev] [PATCH 14/24] pipeline: create inline functions for meter instructions
` [dpdk-dev] [PATCH 15/24] pipeline: create inline functions for instruction operands
` [dpdk-dev] [PATCH 16/24] pipeline: enable persistent instruction meta-data
` [dpdk-dev] [PATCH 17/24] pipeline: introduce action functions
` [dpdk-dev] [PATCH 18/24] pipeline: introduce custom instructions
` [dpdk-dev] [PATCH 19/24] pipeline: introduce pipeline compilation
` [dpdk-dev] [PATCH 20/24] pipeline: export pipeline instructions to file
` [dpdk-dev] [PATCH 21/24] pipeline: generate action functions
` [dpdk-dev] [PATCH 22/24] pipeline: generate custom instruction functions
` [dpdk-dev] [PATCH 23/24] pipeline: build shared object for pipeline
` [dpdk-dev] [PATCH 24/24] pipeline: enable pipeline compilation
` [dpdk-dev] [PATCH V2 01/24] pipeline: move data structures to internal header file
  ` [dpdk-dev] [PATCH V2 02/24] pipeline: move thread inline functions to "
  ` [dpdk-dev] [PATCH V2 03/24] pipeline: create inline functions for RX instruction
  ` [dpdk-dev] [PATCH V2 04/24] pipeline: create inline functions for TX instruction
  ` [dpdk-dev] [PATCH V2 05/24] pipeline: create inline functions for extract instruction
  ` [dpdk-dev] [PATCH V2 06/24] pipeline: create inline functions for emit instruction
  ` [dpdk-dev] [PATCH V2 07/24] pipeline: create inline functions for validate instruction
  ` [dpdk-dev] [PATCH V2 08/24] pipeline: create inline functions for learn instruction
  ` [dpdk-dev] [PATCH V2 09/24] pipeline: create inline functions for extern instruction
  ` [dpdk-dev] [PATCH V2 10/24] pipeline: create inline functions for move instruction
  ` [dpdk-dev] [PATCH V2 11/24] pipeline: create inline functions for DMA instruction
  ` [dpdk-dev] [PATCH V2 12/24] pipeline: create inline functions for ALU instructions
  ` [dpdk-dev] [PATCH V2 13/24] pipeline: create inline functions for register instructions
  ` [dpdk-dev] [PATCH V2 14/24] pipeline: create inline functions for meter instructions
  ` [dpdk-dev] [PATCH V2 15/24] pipeline: create inline functions for instruction operands
  ` [dpdk-dev] [PATCH V2 16/24] pipeline: enable persistent instruction meta-data
  ` [dpdk-dev] [PATCH V2 17/24] pipeline: introduce action functions
  ` [dpdk-dev] [PATCH V2 18/24] pipeline: introduce custom instructions
  ` [dpdk-dev] [PATCH V2 19/24] pipeline: introduce pipeline compilation
  ` [dpdk-dev] [PATCH V2 20/24] pipeline: export pipeline instructions to file
  ` [dpdk-dev] [PATCH V2 21/24] pipeline: generate action functions
  ` [dpdk-dev] [PATCH V2 22/24] pipeline: generate custom instruction functions
  ` [dpdk-dev] [PATCH V2 23/24] pipeline: build shared object for pipeline
  ` [dpdk-dev] [PATCH V2 24/24] pipeline: enable pipeline compilation

[dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues
 2021-09-10 13:52 UTC  (3+ messages)

[dpdk-dev] [PATCH] port: eventdev port api promoted
 2021-09-10 13:40 UTC  (4+ messages)

[dpdk-dev] [PATCH 0/5] CPU Enabling: Implement rte_power_monitor API in virtio/vhost PMD
 2021-09-10 13:15 UTC  (10+ messages)
` [dpdk-dev] [PATCH 1/5] net/virtio: implement rte_power_monitor API
` [dpdk-dev] [PATCH 2/5] lib/vhost: "
` [dpdk-dev] [PATCH 3/5] net/vhost: "
` [dpdk-dev] [PATCH 4/5] lib/power: modify return of queue_stopped
` [dpdk-dev] [PATCH 5/5] examples/l3fwd-power: support virtio/vhost

[dpdk-dev] [PATCH v1 1/1] vfio: add page-by-page mapping API
 2021-09-10 12:31 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/10] new features for ipsec and security libraries
 2021-09-10 11:32 UTC  (12+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 01/10] security: add support for TSO on IPsec session
  ` [dpdk-dev] [PATCH v5 02/10] security: add UDP params for IPsec NAT-T
  ` [dpdk-dev] [PATCH v5 03/10] security: add ESN field to ipsec_xform
  ` [dpdk-dev] [PATCH v5 04/10] mbuf: add IPsec ESP tunnel type
  ` [dpdk-dev] [PATCH v5 05/10] ipsec: add support for AEAD algorithms
  ` [dpdk-dev] [PATCH v5 06/10] ipsec: add transmit segmentation offload support
  ` [dpdk-dev] [PATCH v5 07/10] ipsec: add support for NAT-T
  ` [dpdk-dev] [PATCH v5 08/10] ipsec: add support for SA telemetry
  ` [dpdk-dev] [PATCH v5 09/10] ipsec: add support for initial SQN value
  ` [dpdk-dev] [PATCH v5 10/10] ipsec: add ol_flags support

[dpdk-dev] [PATCH] telemetry: add support for dicts of dicts
 2021-09-10 11:27 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] [PATCH] hash: fix doxygen comments
 2021-09-10  9:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] vhost: merge repeated loop in vhost Tx
 2021-09-10  9:05 UTC  (4+ messages)

[dpdk-dev] [PATCH v1 0/2] support L4 for QinQ switch filter
 2021-09-10  8:54 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 1/2] net/ice: add L4 support "
` [dpdk-dev] [PATCH v1 2/2] net/ice/base: support L4 "

[dpdk-dev] [PATCH] net/iavf: fix mbuf leak
 2021-09-10  8:31 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[dpdk-dev] build: Increase the default value of RTE_MAX_LCORE
 2021-09-10  8:24 UTC  (7+ messages)
` [dpdk-dev] [PATCH v1 1/6] build: increase default of max lcores to 512

[dpdk-dev] [PATCH 0/8] Removal of PCI bus ABIs
 2021-09-10  8:21 UTC  (12+ messages)
` [dpdk-dev] [PATCH 1/8] bus/pci: add new memory resource access APIs
` [dpdk-dev] [PATCH 2/8] app/testpmd: use PCI "
` [dpdk-dev] [PATCH 3/8] examples/ethtool: use PCI library API to get PCI address
` [dpdk-dev] [PATCH 4/8] examples/kni: remove unused PCI bus header
` [dpdk-dev] [PATCH 5/8] test/kni: remove setting of PCI ID and address
` [dpdk-dev] [PATCH 6/8] examples/ip_pipeline: "
` [dpdk-dev] [PATCH 7/8] kni: replace unused variable definition with reserved bytes
` [dpdk-dev] [PATCH 8/8] bus/pci: remove ABIs in PCI bus

[dpdk-dev] [PATCH 0/3] net/i40e: remove i40evf
 2021-09-10  8:12 UTC  (9+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/3] "
  ` [dpdk-dev] [PATCH v3 2/3] net/iavf: remove i40evf devargs option
  ` [dpdk-dev] [PATCH v3 3/3] doc: remove i40evf related documentation
` [dpdk-dev] [PATCH v4 0/3] net/i40e: remove i40evf
  ` [dpdk-dev] [PATCH v4 1/3] "
  ` [dpdk-dev] [PATCH v4 2/3] net/iavf: remove i40evf devargs option
  ` [dpdk-dev] [PATCH v4 3/3] doc: remove i40evf related documentation

[dpdk-dev] [RFC 0/5] Use correct memory ordering in eal functions
 2021-09-10  8:12 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/6] "
  ` [dpdk-dev] [PATCH v2 1/6] eal: reset lcore function pointer and argument

[dpdk-dev] [PATCH 20.11 0/7] backport feature support to DPDK 20.11
 2021-09-10  8:08 UTC  (8+ messages)
` [dpdk-dev] [PATCH 20.11 1/7] net/ice: add priority check for flow filters
` [dpdk-dev] [PATCH 20.11 2/7] net/ice: refine flow priority usage
` [dpdk-dev] [PATCH 20.11 3/7] net/ice: support 256 queues
` [dpdk-dev] [PATCH 20.11 4/7] net/ice: fix error set of queue number
` [dpdk-dev] [PATCH 20.11 5/7] net/ice: support 6-tuple RSS
` [dpdk-dev] [PATCH 20.11 6/7] net/ice: add L4 support for QinQ switch filter
` [dpdk-dev] [PATCH 20.11 7/7] net/ice/base: support L4 "

[dpdk-dev] [PATCH] ethdev: group constant definitions in Doxygen
 2021-09-10  8:07 UTC  (3+ messages)

[dpdk-dev] [PATCH] net/iavf: fix vf probe resource leak
 2021-09-10  7:48 UTC 

[dpdk-dev] [PATCH 0/4] support async dequeue for split ring
 2021-09-10  7:39 UTC  (10+ messages)
` [dpdk-dev] [PATCH 1/4] vhost: "
` [dpdk-dev] [PATCH 2/4] examples/vhost: refactor vhost enqueue and dequeue datapaths
` [dpdk-dev] [PATCH 3/4] examples/vhost: use a new API to query remaining ring space
` [dpdk-dev] [PATCH 4/4] examples/vhost: support vhost async dequeue data path

[dpdk-dev] [PATCH] common/iavf: fix arq resource leak
 2021-09-10  7:07 UTC  (5+ messages)
` [dpdk-dev] [dpdk-stable] "

[dpdk-dev] [Bug 808] Unexpected error log 'EAL: Cannot find action: mp_malloc_response'
 2021-09-10  6:57 UTC 

[dpdk-dev] [PATCH] net/iavf: fix rx queue irqs resource leak
 2021-09-10  6:54 UTC 

[dpdk-dev] [RFC 0/1] net/mlx5: set txq affinity in round-robin
 2021-09-10  4:23 UTC  (2+ messages)
` [dpdk-dev] [RFC 1/1] "

[dpdk-dev] [PATCH v2 0/5] drivers/net: add NXP ENETFEC driver
 2021-09-10  3:47 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 1/5] net/enetfec: introduce "
    ` [dpdk-dev] [EXT] "

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