DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/4] support protocol based buffer split
 2022-10-09 20:25 UTC  (10+ messages)
` [PATCH v8 "
  ` [PATCH v8 2/4] ethdev: introduce protocol hdr "
` [PATCH v9 0/4] support protocol "
  ` [PATCH v9 1/4] ethdev: introduce protocol header API
  ` [PATCH v9 2/4] ethdev: introduce protocol hdr based buffer split
  ` [PATCH v9 3/4] app/testpmd: add rxhdrs commands and parameters
  ` [PATCH v9 4/4] net/ice: support buffer split in Rx path

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-10-09 14:44 UTC  (17+ messages)
` [PATCH v4] mempool: fix mempool cache flushing algorithm
  ` [PATCH 1/2] mempool: check driver enqueue result in one place
    ` [PATCH 2/2] mempool: avoid usage of term ring on put
` [PATCH v4] mempool: fix get objects from mempool with cache
` [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm
  ` [PATCH v6 1/4] mempool: check driver enqueue result in one place
  ` [PATCH v6 2/4] mempool: avoid usage of term ring on put
  ` [PATCH v6 3/4] mempool: fix cache flushing algorithm
  ` [PATCH v6 4/4] mempool: flush cache completely on overflow

[PATCH] regex/mlx5: add check for nb max matches
 2022-10-09 14:35 UTC  (2+ messages)

[PATCH] regex/mlx5: add support for combined rof file
 2022-10-09 14:30 UTC  (2+ messages)

[PATCH] net/mana: fix dependencies
 2022-10-09 14:18 UTC  (4+ messages)

[PATCH v5 0/4] mempool: fix mempool cache flushing algorithm
 2022-10-09 13:29 UTC  (6+ messages)
` [PATCH v5 1/4] mempool: check driver enqueue result in one place
` [PATCH v5 2/4] mempool: avoid usage of term ring on put
` [PATCH v5 3/4] mempool: fix cache flushing algorithm
` [PATCH v5 4/4] mempool: flush cache completely on overflow

[PATCH] regexdev: add match mode command line parameter
 2022-10-09 13:18 UTC  (2+ messages)

[PATCH] regexdev: display response flags value
 2022-10-09 13:01 UTC  (2+ messages)

[PATCH] regexdev: add maximum number of mbuf segments field
 2022-10-09 12:56 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v10 0/5] support error handling mode
 2022-10-09 11:05 UTC  (13+ messages)
  ` [PATCH v10 1/5] ethdev: support get port "
  ` [PATCH v10 2/5] ethdev: support proactive "
  ` [PATCH v10 3/5] app/testpmd: support error handling mode event
  ` [PATCH v10 4/5] net/hns3: support proactive error handling mode
  ` [PATCH v10 5/5] net/bnxt: "
` [PATCH v11 0/5] support "
  ` [PATCH v11 1/5] ethdev: support get port "
  ` [PATCH v11 2/5] ethdev: support proactive "
  ` [PATCH v11 3/5] app/testpmd: support error handling mode event
  ` [PATCH v11 4/5] net/hns3: support proactive error handling mode
  ` [PATCH v11 5/5] net/bnxt: "

[PATCH v2 0/5] mbuf dynamic field expansion
 2022-10-09  9:34 UTC  (31+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] drivers: mark Marvell cnxk PMDs work with IOVA as VA
      ` [EXT] "
    ` [EXT] Re: [PATCH v3 0/5] mbuf dynamic field expansion
  ` [PATCH v4 0/7] "
    ` [PATCH v4 1/7] mbuf: add API to get and set mbuf physical address
        ` [EXT] "
    ` [PATCH v4 2/7] test/dma: use API to get mbuf data "
    ` [PATCH v4 3/7] build: add meson option to configure IOVA mode as PA
    ` [PATCH v4 4/7] mbuf: add second dynamic field member
    ` [PATCH v4 5/7] lib: move mbuf next pointer to first cache line
    ` [PATCH v4 6/7] drivers: mark cnxk PMDs work with IOVA as PA disabled
    ` [PATCH v4 7/7] drivers: mark software "
    ` [PATCH v5 0/7] mbuf dynamic field expansion
      ` [PATCH v5 1/7] mbuf: add API to get and set mbuf physical address
      ` [PATCH v5 2/7] test/dma: use API to get mbuf data "
      ` [PATCH v5 3/7] build: add meson option to configure IOVA mode as PA
      ` [PATCH v5 4/7] mbuf: add second dynamic field member
      ` [PATCH v5 5/7] lib: move mbuf next pointer to first cache line
          ` [EXT] "
      ` [PATCH v5 6/7] drivers: mark cnxk PMDs work with IOVA as PA disabled
      ` [PATCH v5 7/7] drivers: mark software "

[PATCH v3 1/9] net/gve: introduce GVE PMD base code
 2022-10-09  9:15 UTC  (23+ messages)
` [PATCH v4 0/9] introduce GVE PMD
  ` [PATCH v4 1/9] net/gve/base: introduce GVE PMD base code
  ` [PATCH v4 2/9] net/gve/base: add logs and OS specific implementation
  ` [PATCH v4 3/9] net/gve: add support for device initialization
  ` [PATCH v4 4/9] net/gve: add support for link update
  ` [PATCH v4 7/9] net/gve: add support for Rx/Tx
  ` [PATCH v4 8/9] net/gve: add support for dev info get and dev configure
  ` [PATCH v4 9/9] net/gve: add support for stats

[PATCH] net/iavf: support raw packet for flow subscription
 2022-10-09  9:00 UTC 

[PATCH] net/iavf: fix error of virtchnl command
 2022-10-09  6:03 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/iavf: fix memory leak in flow subscription
 2022-10-09  5:32 UTC  (2+ messages)

[dpdk-dev] [PATCH 1/2] net/bonding: support Tx prepare for bonding
 2022-10-09  3:36 UTC  (2+ messages)
` [PATCH v4] net/bonding: call Tx prepare before Tx burst

[PATCH v5 1/3] ethdev: support mulitiple mbuf pools per Rx queue
 2022-10-08 20:38 UTC  (9+ messages)
` [PATCH v8 0/4] "
  ` [PATCH v8 2/4] ethdev: support multiple "
  ` [PATCH v8 4/4] app/testpmd: support mulitiple "
      ` [EXT] "

[PATCH v2 0/8] ethdev: introduce hairpin memory capabilities
 2022-10-08 16:31 UTC  (2+ messages)

Any way to promote secondary process to primary process
 2022-10-08 14:48 UTC 

[PATCH] net/ice: fix DDP package init
 2022-10-08 14:06 UTC  (6+ messages)
` [PATCH v2] "

[RFC] memarea: introduce memory area library
 2022-10-08 12:14 UTC  (33+ messages)
  ` [PATCH v5 01/10] memarea: introduce memarea library
  ` [PATCH v5 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v5 07/10] memarea: support backup memory mechanism
` [PATCH v6 00/10] introduce memarea library
  ` [PATCH v6 01/10] memarea: "
  ` [PATCH v6 02/10] test/memarea: support memarea test
  ` [PATCH v6 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v6 04/10] test/memarea: support alloc/free/update-refcnt test
  ` [PATCH v6 05/10] memarea: support dump API
  ` [PATCH v6 06/10] test/memarea: support dump test
  ` [PATCH v6 07/10] memarea: support backup memory mechanism
  ` [PATCH v6 08/10] test/memarea: support backup memory test
  ` [PATCH v6 09/10] memarea: detect memory corruption based on magic
  ` [PATCH v6 10/10] test/memarea: support no MT-safe test
` [PATCH v7 00/10] introduce memarea library
  ` [PATCH v7 01/10] memarea: "
  ` [PATCH v7 02/10] test/memarea: support memarea test
  ` [PATCH v7 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v7 04/10] test/memarea: support alloc/free/update-refcnt test
  ` [PATCH v7 05/10] memarea: support dump API
  ` [PATCH v7 06/10] test/memarea: support dump test
  ` [PATCH v7 07/10] memarea: support backup memory mechanism
  ` [PATCH v7 08/10] test/memarea: support backup memory test
  ` [PATCH v7 09/10] memarea: detect memory corruption based on magic
  ` [PATCH v7 10/10] test/memarea: support no MT-safe test

[PATCH 0/4] support HW Rx/Tx descriptor dump
 2022-10-08 11:11 UTC  (7+ messages)
` [PATCH v5 0/3] support ethdev "
  ` [PATCH v5 3/3] app/procinfo: support "

[PATCH 0/6] app/procinfo: add some extended features
 2022-10-08 10:53 UTC  (19+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 1/8] app/procinfo: add dpdk version dump
  ` [PATCH v8 2/8] app/procinfo: add firmware "
  ` [PATCH v8 3/8] app/procinfo: add RSS RETA dump
  ` [PATCH v8 4/8] app/procinfo: add module eeprom info dump
  ` [PATCH v8 5/8] app/procinfo: add dump of Rx/Tx burst mode
  ` [PATCH v8 6/8] app/procinfo: fix some wrong doxygen syntax
  ` [PATCH v8 7/8] app/procinfo: support descriptor dump
  ` [PATCH v8 8/8] doc: add some extended features in procinfo guide
` [PATCH v9 0/8] app/procinfo: add some extended features
  ` [PATCH v9 1/8] app/procinfo: add dpdk version dump
  ` [PATCH v9 2/8] app/procinfo: add firmware "
  ` [PATCH v9 3/8] app/procinfo: add RSS RETA dump
  ` [PATCH v9 4/8] app/procinfo: add module eeprom info dump
  ` [PATCH v9 5/8] app/procinfo: add dump of Rx/Tx burst mode
  ` [PATCH v9 6/8] app/procinfo: fix some wrong doxygen syntax
  ` [PATCH v9 7/8] app/procinfo: support descriptor dump
  ` [PATCH v9 8/8] doc: add some extended features in procinfo guide

[PATCH resend v3 0/6] crypto/uadk: introduce uadk crypto driver
 2022-10-08  8:37 UTC  (7+ messages)
` [PATCH resend v3 1/6] "
` [PATCH resend v3 2/6] crypto/uadk: support basic operations
` [PATCH resend v3 3/6] crypto/uadk: support enqueue/dequeue operations
` [PATCH resend v3 4/6] crypto/uadk: support cipher algorithms
` [PATCH resend v3 5/6] crypto/uadk: support auth algorithms
` [PATCH resend v3 6/6] test/crypto: add cryptodev_uadk_autotest

[PATCH v3] net/iavf: fix error of virtchnl command
 2022-10-08  8:11 UTC 

[PATCH] vhost: enable CONFIG feature
 2022-10-08  7:56 UTC  (4+ messages)

[PATCH v3] net/iavf: fix TSO offload for tunnel case
 2022-10-08  7:55 UTC  (4+ messages)
` [PATCH v4] "

[PATCH V2 0/6] [PATCH 0/6] app/testpmd: support attach and detach port for MP
 2022-10-08  4:09 UTC  (4+ messages)
  ` [PATCH V2 3/6] ethdev: fix push new event

[PATCH] ethdev: fix push new event
 2022-10-08  4:06 UTC  (5+ messages)

[PATCH 0/2] introduce NitroSketch Mode into membership library
 2022-10-08  3:36 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] member: implement NitroSketch mode

[PATCH v1] examples/l3fwd: fix core dump after packet match
 2022-10-08  3:11 UTC  (2+ messages)

[Bug 1085] [dpdk-22.11]ieee1588: ninja build failed with 'Dc_args=-DRTE_LIBRTE_IEEE1588'
 2022-10-08  3:06 UTC  (2+ messages)

[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
 2022-10-08  0:38 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] examples/vhost: unconfigure DMA vchannel

[PATCH v9 00/14] bbdev ACC200 PMD
 2022-10-07 21:38 UTC  (15+ messages)
` [PATCH v9 01/14] baseband/acc100: remove unused registers
` [PATCH v9 02/14] baseband/acc100: refactor to segregate common code
` [PATCH v9 03/14] baseband/acc: rename directory from acc100 to acc
` [PATCH v9 04/14] baseband/acc: introduce PMD for ACC200
` [PATCH v9 05/14] baseband/acc: add HW register definitions "
` [PATCH v9 06/14] baseband/acc: add info get function "
` [PATCH v9 07/14] baseband/acc: add queue configuration "
` [PATCH v9 08/14] baseband/acc: add LDPC processing functions
` [PATCH v9 09/14] baseband/acc: add LTE "
` [PATCH v9 10/14] baseband/acc: add support for FFT operations
` [PATCH v9 11/14] baseband/acc: support interrupt
` [PATCH v9 12/14] baseband/acc: add device status and vf2pf comms
` [PATCH v9 13/14] baseband/acc: add PF configure companion function
` [PATCH v9 14/14] baseband/acc: simplify meson dependency

[PATCH v2 1/5] examples/l3fwd: fix port group mask generation
 2022-10-07 20:03 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/5] examples/l3fwd: fix event vector processing in fib
    ` [EXT] "
  ` [PATCH v3 5/5] examples/l3fwd: use em vector path for event vector
    ` [EXT] "

[PATCH v4 1/2] mem: telemetry support for memseg and element information
 2022-10-07 19:52 UTC  (7+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/2] mem: telemetry support for system memory information

[PATCH 1/2] kni: flag deprecated status at build time
 2022-10-07 19:38 UTC  (7+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] kni: add deprecation warning at runtime
  ` [PATCH v2 3/3] devtools: enable kni library for test builds

[PATCH 0/6] add thread lifetime and attributes API
 2022-10-07 19:20 UTC  (4+ messages)
` [PATCH v5 "

[PATCH 0/1] Update minimum required meson version
 2022-10-07 19:13 UTC  (3+ messages)
` [PATCH v2] build: increase minimum meson version to 0.53.2

From: Nicolas Chautru <nicolas.chautru@intel.com>
 2022-10-07 19:03 UTC  (15+ messages)
` [PATCH v8 01/14] baseband/acc100: remove unused registers
` [PATCH v8 02/14] baseband/acc100: refactor to segregate common code
` [PATCH v8 03/14] baseband/acc: rename directory from acc100 to acc
` [PATCH v8 04/14] baseband/acc: introduce PMD for ACC200
` [PATCH v8 05/14] baseband/acc: add HW register definitions "
` [PATCH v8 06/14] baseband/acc: add info get function "
` [PATCH v8 07/14] baseband/acc: add queue configuration "
` [PATCH v8 08/14] baseband/acc: add LDPC processing functions
` [PATCH v8 09/14] baseband/acc: add LTE "
` [PATCH v8 10/14] baseband/acc: add support for FFT operations
` [PATCH v8 11/14] baseband/acc: support interrupt
` [PATCH v8 12/14] baseband/acc: add device status and vf2pf comms
` [PATCH v8 13/14] baseband/acc: add PF configure companion function
` [PATCH v8 14/14] baseband/acc: simplify meson dependency

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