DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] app/testpmd: fix display types failure when query RSS rule
 2022-07-08  5:32 UTC  (7+ messages)
` [PATCH V2] "

ice QinQ Offload not working on DPDK 21.11.1
 2022-07-08  2:46 UTC 

[PATCH] net/i40e: restore disable double VLAN by default
 2022-07-08  0:41 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH v1 00/10] baseband/acc200
 2022-07-08  0:01 UTC  (11+ messages)
` [PATCH v1 01/10] baseband/acc200: introduce PMD for ACC200
` [PATCH v1 02/10] baseband/acc200: add HW register definitions
` [PATCH v1 03/10] baseband/acc200: add info get function
` [PATCH v1 04/10] baseband/acc200: add queue configuration
` [PATCH v1 05/10] baseband/acc200: add LDPC processing functions
` [PATCH v1 06/10] baseband/acc200: add LTE "
` [PATCH v1 07/10] baseband/acc200: add support for FFT operations
` [PATCH v1 08/10] baseband/acc200: support interrupt
` [PATCH v1 09/10] baseband/acc200: add device status and vf2pf comms
` [PATCH v1 10/10] baseband/acc200: add PF configure companion function

[Patch v3 00/17] Introduce Microsoft Azure Network Adatper (MANA) PMD
 2022-07-07 22:12 UTC  (23+ messages)
` [Patch v3 01/17] net/mana: add basic driver, build environment and doc
` [Patch v3 02/17] net/mana: add device configuration and stop
` [Patch v3 03/17] net/mana: add function to report support ptypes
` [Patch v3 04/17] net/mana: add link update
` [Patch v3 05/17] net/mana: add function for device removal interrupts
` [Patch v3 06/17] net/mana: add device info
` [Patch v3 07/17] net/mana: add function to configure RSS
` [Patch v3 08/17] net/mana: add function to configure RX queues
` [Patch v3 09/17] net/mana: add function to configure TX queues
` [Patch v3 10/17] net/mana: implement memory registration
` [Patch v3 11/17] net/mana: implement the hardware layer operations
` [Patch v3 12/17] net/mana: add function to start/stop TX queues
` [Patch v3 13/17] net/mana: add function to start/stop RX queues
` [Patch v3 14/17] net/mana: add function to receive packets
` [Patch v3 15/17] net/mana: add function to send packets
` [Patch v3 16/17] net/mana: add function to start/stop device
` [Patch v3 17/17] net/mana: add function to report queue stats

[PATCH] doc: add deprecation for restrictions in telemetry naming
 2022-07-07 22:06 UTC  (3+ messages)

[Bug 1035] __rte_raw_cksum() crash with misaligned pointer
 2022-07-07 21:44 UTC  (15+ messages)
` [PATCH v4] net: fix checksum with unaligned buffer
                ` [PATCH 1/2] app/test: add cksum performance test
                  ` [PATCH 2/2] net: have checksum routines accept unaligned data

[PATCH v7] sched: enable CMAN at runtime
 2022-07-07 21:22 UTC  (6+ messages)
` [PATCH v8] "

[RFC] rwlock: prevent readers from starving writers
 2022-07-07 20:12 UTC 

[PATCH 1/2] common: add safe version of foreach-list to Linux
 2022-07-07 19:09 UTC  (6+ messages)
` [PATCH v2] examples/vm_power_manager: use safe version of list iterator

Port traffic shaping
 2022-07-07 18:43 UTC 

Service core statistics MT safety
 2022-07-07 17:26 UTC  (17+ messages)

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-07-07 17:19 UTC  (41+ messages)
` [PATCH v4 0/7] bbdev changes for 22.11
  ` [PATCH v4 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v4 2/7] bbdev: add device status info
  ` [PATCH v4 3/7] bbdev: add device info on queue topology
  ` [PATCH v4 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v4 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v4 6/7] bbdev: add queue related warning and status information
  ` [PATCH v4 7/7] bbdev: add a lock option for enqueue/dequeue operation
` [PATCH v5 0/7] bbdev changes for 22.11
  ` [PATCH v5 1/7] bbdev: allow operation type enum for growth
  ` [PATCH v5 2/7] bbdev: add device status info
  ` [PATCH v5 3/7] bbdev: add device info on queue topology
  ` [PATCH v5 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v5 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v5 6/7] bbdev: add queue related warning and status information
  ` [PATCH v5 7/7] bbdev: remove unnecessary if-check

[PATCH 1/2] doc/howto: rework section on virtio-user as exception path
 2022-07-07 15:52 UTC  (8+ messages)
` [PATCH v3 0/4] Enhance docs on virtio-user as KNI replacement
  ` [PATCH v3 2/4] doc/howto: rename files to match new content name
  ` [PATCH v3 3/4] doc/howto: add code example to virtio-user exception path doc
  ` [PATCH v3 4/4] doc/prog_guide: add reference to virtio-user from KNI doc

[PATCH] doc: update doc for NVIDIA devices
 2022-07-07 14:26 UTC 

[RFC PATCH 00/29] cover letter for net/qdma PMD
 2022-07-07 14:19 UTC  (18+ messages)
` [RFC PATCH 04/29] net/qdma: add logging support
` [RFC PATCH 05/29] net/qdma: add device init and uninit functions
` [RFC PATCH 06/29] net/qdma: add qdma access library
` [RFC PATCH 24/29] net/qdma: add Rx/Tx queue setup routine for VF devices
` [RFC PATCH 25/29] net/qdma: add basic PMD ops for VF
` [RFC PATCH 26/29] net/qdma: add datapath burst API "
` [RFC PATCH 27/29] net/qdma: add device specific APIs for export
` [RFC PATCH 28/29] net/qdma: add additional debug APIs
` [RFC PATCH 29/29] net/qdma: add stats PMD ops for PF and VF

[PATCH] doc: add tested platforms with NVIDIA NICs
 2022-07-07 13:46 UTC 

[PATCH] doc: announce changes to rte_eth_set_queue_rate_limit api
 2022-07-07 13:38 UTC  (3+ messages)
  ` [EXT] "

release candidate 22.07-rc3
 2022-07-07 13:38 UTC  (3+ messages)

[Bug 1049] Adding OpenSSL vdev also enables IPSEC tests
 2022-07-07 13:17 UTC 

[PATCH] app/testpmd: fix memory leak for dscp table
 2022-07-07 12:39 UTC  (4+ messages)

[PATCH 1/2] doc: announce region based device mapping support
 2022-07-07 12:39 UTC  (3+ messages)

[PATCH] vdpa/sfc: resolve race between libvhost and dev_conf
 2022-07-07 12:38 UTC  (3+ messages)

[PATCH] app/testpmd: fix GTP PSC raw processing
 2022-07-07 12:35 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] doc: add release notes for async vhost dequeue data-path
 2022-07-07 12:23 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] vhost: fix unnecessary dirty page logging
 2022-07-07 12:04 UTC  (5+ messages)

[PATCH] event/dsw: fix migration bug
 2022-07-07 11:43 UTC 

[PATCH] config: set pkgconfig for ppc64le
 2022-07-07 11:41 UTC 

[PATCH] net/af_xdp: limit libbpf version to <= v0.7.0
 2022-07-07 11:19 UTC  (6+ messages)

[Patch v2] net/mlx4: fix verbs fd leak in the secondary process
 2022-07-07  9:44 UTC  (4+ messages)
` [Patch v2] net/mlx5: "

[PATCH] doc: announce some raw/ifpga API removal
 2022-07-07  9:34 UTC  (13+ messages)

[PATCH] lib: Check for the NULL pointer after calling malloc
 2022-07-07  9:23 UTC 

[RFC] ethdev: introduce protocol type based header split
 2022-07-07  9:10 UTC  (8+ messages)
` [PATCH v9 0/4] add an api to support proto based buffer split
  ` [PATCH v9 1/4] ethdev: introduce protocol header API
  ` [PATCH v9 2/4] ethdev: introduce protocol hdr based buffer split

[PATCH] examples/link_status_interrupt: fix stats refresh rate
 2022-07-07  8:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 1/4] mbuf: clarify meta data needed for Outbound Inline
 2022-07-07  7:29 UTC  (4+ messages)
` [PATCH 2/4] security: clarify L2 header requirement for outbound inline
` [PATCH 3/4] net/cnxk: remove l2 header update for outbound inline pkts
` [PATCH 4/4] app/test: update l2 header based on tunnel ip version

[PATCH] net/iavf: fix gtpu extension flow error
 2022-07-07  7:13 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] ethdev: add protocol param to color table update
 2022-07-07  6:57 UTC 

[PATCH v6] net/ice: add retry mechanism for DCF after failure
 2022-07-07  6:55 UTC  (2+ messages)

[Bug 1048] [dpdk-22.07rc3] i40e_rss_input/flow_query: RSS types is not displayed tests failed
 2022-07-07  6:15 UTC 

Question about pattern types for rte_flow RSS rule
 2022-07-07  3:50 UTC 

[PATCH 0/3] some bugfixes for PTP
 2022-07-07  2:05 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] ethdev: add the check for the valitity of timestamp offload

i40e QinQ Offload w/ NVM 8.40 not working
 2022-07-07  1:48 UTC  (4+ messages)

[PATCH] iavf: do tx done cleanup starting from tx_tail
 2022-07-07  0:14 UTC 

[PATCH 0/2] DLB2: cq_weight fixes
 2022-07-06 21:46 UTC  (6+ messages)
` [PATCH 1/2] event/dlb2: fix cq_weight array overflow
  ` [PATCH v2 0/2] DLB2: cq_weight fixes
    ` [PATCH v2 1/2] event/dlb2: fix cq_weight array overflow
    ` [PATCH v2 2/2] event/dlb2: improve cq_weight error messages
` [PATCH "

[PATCH] net/mlx4: fix verbs cmd fd leak in the secondary process
 2022-07-06 17:22 UTC  (2+ messages)
` [PATCH] net/mlx5: fix verbs "

[Patch v2 00/17] Introduce Microsoft Azure Network Adatper (MANA) PMD
 2022-07-06 16:25 UTC  (6+ messages)
` [Patch v2 01/17] net/mana: add basic driver, build environment and doc

clarification on RTE_HASH_EXTRA_FLAGS_RW_CONCURRENCY_LF flag
 2022-07-06 15:22 UTC  (4+ messages)

[PATCH] common/mlx5: update DevX error logging
 2022-07-06 14:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] app/testpmd: fix secondary process cannot dump packet
 2022-07-06 13:40 UTC  (8+ messages)

DTS WG discussions
 2022-07-06 11:38 UTC 

[RFC PATCH v1] net/i40e: put mempool cache out of API
 2022-07-06 11:35 UTC  (4+ messages)
  ` 回复: "

[PATCH v4] net/i40e: fix error disable double VLAN
 2022-07-06 10:59 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] ethtool: remove a redundant call to rte_eth_dev_stop()
 2022-07-06  9:49 UTC  (3+ messages)

[PATCH 1/1] doc: notice to add new ipsec event subtypes
 2022-07-06  9:49 UTC  (3+ messages)
` [PATCH v2 1/1] doc: announce addition of "

[PATCH] doc: announce change to cryptodev cb function prototype
 2022-07-06  9:11 UTC  (2+ messages)

[PATCH V2] raw/ioat: Check for the NULL pointer after calling malloc
 2022-07-06  9:07 UTC  (2+ messages)

[PATCH] raw/ioat: Check for the NULL pointer after calling malloc
 2022-07-06  9:05 UTC  (3+ messages)

[PATCH v2] config/arm: add PHYTIUM ft2000plus
 2022-07-06  1:02 UTC  (4+ messages)
` [PATCH v3] config/arm: add Phytium FT-2000+

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