DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/11] Fix repeated words in comments and messages
 2022-07-26 16:30 UTC  (51+ messages)
` [PATCH 01/11] remove duplicated 'to to' in messages and comments
` [PATCH 02/11] remove duplicate words 'is is'
` [PATCH 03/11] mvnet,mvpp2: remove duplicate word
  ` [EXT] "
` [PATCH 04/11] Remove repeated word 'on on'
` [PATCH 05/11] fix repeated words 'in in'
` [PATCH 06/11] ring: fix repeated word in comment
` [PATCH 07/11] i40e,igc: fix duplicate word than
` [PATCH 08/11] bnx2x, pcap: replace only only
` [PATCH 09/11] distrubutor: fix repeated word in comment
` [PATCH 10/11] ethdev: "
` [PATCH 11/11] cxgbe: replace 'or or' "
` [PATCH v2 00/20] Remove repeated words in comments and messages
  ` [PATCH v2 01/20] ethdev: reword dev_info_get description
  ` [PATCH v2 02/20] remove repeated word 'to'
  ` [PATCH v2 03/20] remove repeated word 'is'
  ` [PATCH v2 04/20] remove repeated word 'same'
  ` [PATCH v2 05/20] remove repeated word 'on'
  ` [PATCH v2 06/20] remove repeated word 'in'
  ` [PATCH v2 07/20] remove repeated word 'this'
  ` [PATCH v2 08/20] remove repeated word 'then'
  ` [PATCH v2 09/20] remove repeated word 'only'
    ` [EXT] "
  ` [PATCH v2 10/20] remove repeated word 'worker'
  ` [PATCH v2 11/20] remove repeated word 'or'
  ` [PATCH v2 12/20] remove repeated word 'table'
  ` [PATCH v2 13/20] remove repeated word 'that'
  ` [PATCH v2 14/20] remove repeated word 'override'
  ` [PATCH v2 15/20] remove repeated word 'groups'
  ` [PATCH v2 16/20] remove repeated word 'page'
  ` [PATCH v2 17/20] remove repeated word 'individual'
  ` [PATCH v2 18/20] remove repeated word 'expected'
  ` [PATCH v2 19/20] remove repeated word 'be'
    ` [EXT] "
  ` [PATCH v2 20/20] remove repeated word 'all'
` [PATCH v3 00/20] Remove repeated words in comments and messages
  ` [PATCH v3 01/20] ethdev: reword dev_info_get description
  ` [PATCH v3 02/20] remove repeated word 'to'
  ` [PATCH v3 03/20] remove repeated word 'is'
  ` [PATCH v3 04/20] remove repeated word 'same'
  ` [PATCH v3 05/20] remove repeated word 'on'
  ` [PATCH v3 06/20] remove repeated word 'in'
  ` [PATCH v3 07/20] remove repeated word 'this'
  ` [PATCH v3 08/20] remove repeated word 'then'
  ` [PATCH v3 09/20] remove repeated word 'only'
  ` [PATCH v3 10/20] remove repeated word 'worker'

[PATCH v2 0/3] add uncore api to be called through l3fwd-power
 2022-07-26 16:21 UTC  (7+ messages)
` [PATCH v2 1/3] power: add uncore API to power library
` [PATCH v2 3/3] l3fwd-power: add option to call uncore API

[RFC] regexdev: add maximum number of mbuf segments field
 2022-07-26 15:16 UTC  (2+ messages)

[RFC PATCH 0/6] add json string escaping to telemetry
 2022-07-26 14:36 UTC  (18+ messages)
` [PATCH v2 00/13] telemetry JSON escaping and other enhancements
  ` [PATCH v2 01/13] test/telemetry_json: print success or failure per subtest
  ` [PATCH v2 02/13] telemetry: fix escaping of invalid json characters
  ` [PATCH v2 03/13] test/telemetry_json: add test for string character escaping
  ` [PATCH v2 04/13] telemetry: add escaping of strings in arrays
  ` [PATCH v2 05/13] test/telemetry-json: add test for escaping "
  ` [PATCH v2 06/13] telemetry: limit characters allowed in dictionary names
  ` [PATCH v2 07/13] telemetry: add escaping of strings in dicts
  ` [PATCH v2 08/13] test/telemetry_json: add test for string escaping in objects
  ` [PATCH v2 09/13] telemetry: limit command characters
  ` [PATCH v2 10/13] test/telemetry_data: refactor for maintainability
  ` [PATCH v2 11/13] test/telemetry_data: add test cases for character escaping
  ` [PATCH v2 12/13] telemetry: eliminate duplicate code for json output
  ` [PATCH v2 13/13] telemetry: make help command more helpful

[PATCH v10] sched: enable CMAN at runtime
 2022-07-26 13:49 UTC  (3+ messages)
` [PATCH v11] "

[PATCH] net: rename octeon ep PMD
 2022-07-26 13:28 UTC 

[PATCH dpdk-latest v2] system-dpdk: Update vhost tests to be compatible with DPDK 22.07
 2022-07-26 12:57 UTC  (2+ messages)

[dpdk-dev v1] crypto/qat: add in libcrypto version check
 2022-07-26 11:57 UTC  (5+ messages)
` [dpdk-dev v2] "
  ` [dpdk-dev v2] Crypto/qat: fix build with OpenSSL 1.1
` [EXT] [dpdk-dev v1] crypto/qat: add in libcrypto version check

[PATCH] ethtool: added list command to list all available commands
 2022-07-26 11:09 UTC  (5+ messages)
` [PATCH v2] ethtool: added help command to list all available

[PATCH] memif: memif driver does not crashes when there's different N of TX and RX queues
 2022-07-26 10:16 UTC 

[PATCH] test/crypto: add AES-CCM test vectors
 2022-07-26 10:16 UTC 

[PATCH 1/2] vhost: keep a reference to virtqueue index
 2022-07-26 10:00 UTC  (16+ messages)
` [PATCH 2/2] vhost: stop using mempool for IOTLB
` [PATCH v2 1/2] vhost: keep a reference to virtqueue index
  ` [PATCH v2 2/2] vhost: stop using mempool for IOTLB cache
` [PATCH v3 0/4] vHost IOTLB cache rework
  ` [PATCH v3 1/4] vhost: fix vq use after free on NUMA reallocation
  ` [PATCH v3 2/4] vhost: make NUMA reallocation code more robust
  ` [PATCH v3 3/4] vhost: keep a reference to virtqueue index
  ` [PATCH v3 4/4] vhost: stop using mempool for IOTLB cache

[PATCH v2] examples/dma: support DMA dequeue when no packet received
 2022-07-26  8:49 UTC  (3+ messages)

[PATCH] gro: fix gro with tcp push flag
 2022-07-26  7:08 UTC  (4+ messages)
  ` 答复: "

[PATCH 1/2] net/bonding: fix xmit l34 hash calculate for tcp
 2022-07-26  6:19 UTC 

Contents of dev digest
 2022-07-26  4:22 UTC 

[PATCH 1/2] eventdev/eth_tx: add spinlock for adapter start/stop
 2022-07-26  4:22 UTC  (2+ messages)
` [PATCH 2/2] eventdev/eth_tx: fix adapter stop

[PATCH] eventdev/eth_tx: update service runstate in queue delete
 2022-07-26  3:53 UTC 

[PATCH] test/crypto: fix the bug of wrong debug messages
 2022-07-26  3:38 UTC 

[PATCH] net/bonding: fix xmit l34 hash calculate for tcp
 2022-07-26  2:02 UTC 

[PATCH v2] ip_frag: add IPv4 fragment copy packet API
 2022-07-26  1:22 UTC  (16+ messages)
` [PATCH v3] "
      `  "
        `  "
  ` [PATCH v4] "
    ` [PATCH v5] "
      ` [PATCH v6] "
          `  "

Issue seen in DPDK behavior for virtio driver
 2022-07-26  1:08 UTC  (2+ messages)

[PATCH] pcapng: fix write more packets than IOV_MAX limit
 2022-07-25 16:10 UTC  (3+ messages)

[Bug 1060] GCC 12 build errors with -Dcpu_instruction_set=nehalem
 2022-07-25 14:49 UTC 

[PATCH] app/crypto-perf: remove redundant function return
 2022-07-25 12:51 UTC  (2+ messages)

[PATCH] net/bonding: fix xmit l34 hash calculate for tcp
 2022-07-25 12:42 UTC 

[PATCH] examples/dma: support DMA dequeue when no packet received
 2022-07-25 12:31 UTC  (3+ messages)

[PATCH 0/6] app/procinfo: add some extended features
 2022-07-25 11:03 UTC  (9+ messages)
` [PATCH 1/6] app/procinfo: add version dump
` [PATCH 2/6] app/procinfo: add RSS RETA dump
` [PATCH 3/6] app/procinfo: add module info dump
` [PATCH 4/6] app/proc-info: add dump of Rx/Tx burst mode
` [PATCH 5/6] app/procinfo: fix some wrong doxygen syntax
` [PATCH 6/6] doc: add some extended features in procinfo guide

Corigine roadmap for 22.11
 2022-07-25 10:13 UTC 

[Bug 1059] proc-info -- 0x10 --xstats do not show the correct statistics
 2022-07-25 10:03 UTC 

DPDK 19.11.3 with multi processes and external physical memory: unable to receive traffic in the secondary processes
 2022-07-25  9:31 UTC  (8+ messages)

[PATCH] event/cnxk: fix stale data in workslots
 2022-07-25  8:35 UTC 

[PATCH 0/5] some bugfixes and clean code for hns3
 2022-07-25  8:11 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] net/bonding: support Tx prepare for bonding
 2022-07-25  7:04 UTC  (6+ messages)
` [PATCH v2 0/3] add Tx prepare support for bonding driver
  ` [PATCH v2 1/3] net/bonding: support Tx prepare
  ` [PATCH v2 2/3] net/bonding: support Tx prepare fail stats
  ` [PATCH v2 3/3] net/bonding: add testpmd cmd for Tx prepare

[PATCH] net/ice: support represented port flow action
 2022-07-25  5:35 UTC 

[PATCH] net/ice: support disabling ACL engine in DCF via devargs
 2022-07-25  3:15 UTC 

[PATCH] net/iavf: eth pattern support smac and dmac match
 2022-07-25  3:11 UTC  (3+ messages)
  ` 答复: "

[Bug 1058] Mellanox mlx5_pmd is reporting incorrect number of maximum rx and tx queues supported from rte_eth_dev_info_get
 2022-07-25  1:54 UTC 

[RFC v2] non-temporal memcpy
 2022-07-25  1:17 UTC  (6+ messages)

Test non-scattered jumbo frames
 2022-07-23 10:35 UTC 

[PATCH v1 00/10] baseband/acc200
 2022-07-22 20:19 UTC  (6+ messages)

RTE_ETH_TX_OFFLOAD_MBUF_FAST_FREE requirements
 2022-07-22 15:24 UTC  (2+ messages)

[Bug 1057] Unable to use flow rules on VF
 2022-07-22 14:57 UTC 

rte_eth_fdir_conf deprecation to be processed in 22.11
 2022-07-22  9:53 UTC  (2+ messages)

[PATCH] net/iavf: fix processing vlan tci in vector path
 2022-07-22  9:29 UTC 

[Bug 1056] [dpdk-19.11.13-rc1] unit_tests_eal/link_bonding_rssconf: link_bonding_rssconf_autotest test failed
 2022-07-22  8:53 UTC 

[PATCH] net/iavf: fix processing vlan tci in vector path
 2022-07-22  8:52 UTC 

[PATCH v2] net/af_xdp: improve documentation
 2022-07-22  8:50 UTC 

GRO Enhancement Proposal
 2022-07-22  8:35 UTC 

REMINDER: DPDK Userspace submissions due July 22
 2022-07-21 17:15 UTC 

[PATCH 1/2] examples/ipsec-secgw: use Tx cksum offload conditionally
 2022-07-21 15:31 UTC  (2+ messages)
` [PATCH 2/2] examples/ipsec-secgw: fix issue with IP hdr manipulation

[RFC] memarea: introduce memory area library
 2022-07-21 15:22 UTC  (2+ messages)

[PATCH] net/tap: fix the overflow of the network interface index
 2022-07-21 15:19 UTC  (3+ messages)

[PATCH v4 00/24] Support LoongArch architecture
 2022-07-21 12:51 UTC  (14+ messages)
` [PATCH v4 10/24] eal/loongarch: add pause operations for LoongArch
` [PATCH v4 12/24] eal/loongarch: add rwlock "
` [PATCH v4 14/24] eal/loongarch: add power "
` [PATCH v4 15/24] eal/loongarch: add hypervisor "
` [PATCH v4 16/24] mem: add huge page size definition "
` [PATCH v4 17/24] eal/linux: set eal base address "
` [PATCH v4 18/24] meson: introduce LoongArch architecture
` [PATCH v4 19/24] test/xmmt_ops: add dummy vector implementation for LoongArch
` [PATCH v4 20/24] ixgbe: "
` [PATCH v4 21/24] i40e: "
` [PATCH v4 22/24] tap: add system call number "
` [PATCH v4 23/24] memif: "
` [PATCH v4 24/24] maintainers: claim responsibility "

High Level DPDK Governing Board Meeting Minutes - 7/12/22
 2022-07-21  1:05 UTC 

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