[PATCH] net/ice: fix DDP package init
2022-10-08 14:06 UTC (6+ messages)
` [PATCH v2] "
[PATCH] net/iavf: fix memory leak in flow subscription
2022-10-08 6:34 UTC
[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] vhost: enable CONFIG feature
2022-10-08 3:40 UTC (3+ 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 0/5] mbuf dynamic field expansion
2022-10-07 21:30 UTC (30+ 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 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/3] ethdev: Add support for mulitiple mbuf pools per Rx queue
2022-10-07 19:56 UTC (23+ messages)
` [PATCH v5 1/3] ethdev: support "
` [PATCH v7 0/4] "
` [PATCH v7 1/4] ethdev: factor out helper function to check Rx mempool
` [PATCH v7 2/4] ethdev: support mulitiple mbuf pools per Rx queue
` [PATCH v7 3/4] net/cnxk: "
` [PATCH v7 4/4] app/testpmd: "
` [PATCH v8 0/4] ethdev: "
` [PATCH v8 1/4] ethdev: factor out helper function to check Rx mempool
` [PATCH v8 2/4] ethdev: support multiple mbuf pools per Rx queue
` [PATCH v8 3/4] net/cnxk: support mulitiple "
` [PATCH v8 4/4] app/testpmd: "
` [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 (11+ 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 (9+ messages)
` [PATCH 1/1] build: increase minimum meson version to 0.53
` [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
From: Nicolas Chautru <nicolas.chautru@intel.com>
2022-10-07 18:24 UTC (4+ messages)
` [PATCH v7 04/14] baseband/acc: introduce PMD for ACC200
` [EXT] "
[PATCH v1 0/5] FIPS asymmetric validation
2022-10-07 17:52 UTC (5+ messages)
` [v2 0/7] "
` [v2 3/7] examples/fips_validation: add function to calculate SHA hash size
[PATCH 00/35] net/ionic: updates for 22.11 release
2022-10-07 17:43 UTC (36+ messages)
` [PATCH 01/35] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH 02/35] net/ionic: fix up endianness for RSS
` [PATCH 03/35] net/ionic: fix to set the adapter name for logging
` [PATCH 04/35] net/ionic: fix up the Rx filter save API
` [PATCH 05/35] net/ionic: fix up reported error stats
` [PATCH 06/35] net/ionic: update documentation and copyrights
` [PATCH 07/35] net/ionic: update license terms to remove GPL
` [PATCH 08/35] net/ionic: update MTU calculations
` [PATCH 09/35] net/ionic: simplify code by removing doorbell map helper
` [PATCH 10/35] net/ionic: remove unused identifiers
` [PATCH 11/35] net/ionic: only allocate interrupts if required
` [PATCH 12/35] net/ionic: move PCI-specific code to a separate file
` [PATCH 13/35] net/ionic: only request notifyq interrupt if supported
` [PATCH 14/35] net/ionic: replace void pointer with actual type
` [PATCH 15/35] net/ionic: free all buffers during Rx queue stop
` [PATCH 16/35] net/ionic: precalculate segment lengths on receive side
` [PATCH 17/35] net/ionic: use a helper variable in packet Tx function
` [PATCH 18/35] net/ionic: do one-time init of receive descriptors
` [PATCH 19/35] net/ionic: overhaul receive side for performance
` [PATCH 20/35] net/ionic: overhaul transmit "
` [PATCH 21/35] net/ionic: add support for mbuf fast free
` [PATCH 22/35] net/ionic: do bulk allocations of receive mbufs
` [PATCH 23/35] net/ionic: add a lookup table for packet type
` [PATCH 24/35] net/ionic: add a lookup table for checksum flags
` [PATCH 25/35] net/ionic: advertise supported packet types
` [PATCH 26/35] net/ionic: add Rx descriptor status functions
` [PATCH 27/35] net/ionic: add Tx descriptor status function
` [PATCH 28/35] net/ionic: add Q-in-CMB option controlled by devarg
` [PATCH 29/35] net/ionic: update array allocations to use calloc
` [PATCH 30/35] net/ionic: add alignment and socket info in allocations
` [PATCH 31/35] net/ionic: allow client to specify Tx free threshold
` [PATCH 32/35] net/ionic: add optimized handlers for non-scattered Rx/Tx
` [PATCH 33/35] net/ionic: use a helper variable for page size
` [PATCH 34/35] net/ionic: retry init commands up to five times
` [PATCH 35/35] net/ionic: add watchdogs to protect each queue type
[PATCH] net/af_xdp: make compatible with libbpf v0.8.0
2022-10-07 17:40 UTC (6+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 6/6] "
[PATCH v3] examples/fips_validation: add parsing for AES CTR
2022-10-07 16:58 UTC (4+ messages)
` [PATCH v4] "
` [EXT] "
` [PATCH v5] "
RHEL 7 gcc 4.8.5 cannot ignore -Wdiscarded-qualifiers
2022-10-07 16:39 UTC
[PATCH v2 0/4] add trace points in ethdev library
2022-10-07 16:23 UTC (4+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] ethdev: add trace points
[PATCH v1] crypto/qat: reallocate on openssl version check
2022-10-07 15:48 UTC (4+ messages)
` [EXT] "
` [PATCH v2] "
[PATCH 00/15] DPAA and DPAA2 driver changes
2022-10-07 15:22 UTC (8+ messages)
` [PATCH v2 00/16] "
` [PATCH v2 12/16] bus/dpaa: pass interface name as a string instead of pointer
` [PATCH v2 13/16] net/dpaa: use internal mempool for SG table
` [PATCH v2 14/16] bus/dpaa: mempool ops registration change
` [PATCH v2 15/16] net/dpaa: fix buffer free on transmit SG packets
` [PATCH v2 16/16] net/dpaa: fix buffer free in slow path
[PATCH 0/4] support HW Rx/Tx descriptor dump
2022-10-07 14:43 UTC (10+ messages)
` [PATCH v4 0/3] support ethdev "
` [PATCH v4 1/3] ethdev: introduce ethdev desc dump API
` [PATCH v5 0/3] support ethdev Rx/Tx descriptor dump
` [PATCH v5 3/3] app/procinfo: support "
[dpdk-dev v1] crypto/qat: fix of qat build request session in mp
2022-10-07 14:21 UTC (2+ messages)
[PATCH] doc: add removal note for power empty poll API
2022-10-07 13:54 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 0/3] add remaining SGL support to AESNI_MB
2022-10-07 13:46 UTC (8+ messages)
` [PATCH v4 0/5] "
` [EXT] "
` [PATCH v5 0/4] "
` [PATCH v5 1/4] test/crypto: fix wireless auth digest segment
` [PATCH v5 2/4] crypto/ipsec_mb: add remaining SGL support
` [PATCH v5 3/4] test/crypto: add OOP snow3g SGL tests
` [PATCH v5 4/4] test/crypto: add remaining blockcipher "
[PATCH v2] examples/ipsec-secgw: free event vector mbufs
2022-10-07 13:27 UTC (3+ messages)
` [PATCH v3] "
[PATCH] crypto/ipsec_mb: support all tag sizes for ZUC-EIA3-256
2022-10-07 13:23 UTC (2+ messages)
` [EXT] "
[v1] crypto/cnxk: support exponent type private key
2022-10-07 12:56 UTC (2+ messages)
[v1] crypto/cnxk: add support for fixed point multiplication
2022-10-07 12:52 UTC (3+ messages)
[PATCH] doc: fix support table for ETH and VLAN flow items
2022-10-07 11:55 UTC (4+ messages)
[PATCH 1/2] crypto/qat: fix uncleared cookies in asym
2022-10-07 10:56 UTC (3+ messages)
` [PATCH 2/2] crypto/qat: fix not set rsa lengths
` [EXT] "
[v1 0/2] examples/fips_validation: add ECDSA tests
2022-10-07 10:50 UTC (3+ messages)
` [v1 2/2] examples/fips_validation: add ECDSA validation
[RFC] mempool: rte_mempool_do_generic_get optimizations
2022-10-07 10:44 UTC (2+ messages)
` [PATCH v4] mempool: fix get objects from mempool with cache
[PATCH v1] examples/fips_validation: fix parsing SHA test type from JSON vector
2022-10-07 10:40 UTC (3+ messages)
[PATCH v8 0/3] add Intel uncore api to be called through l3fwd-power
2022-10-07 10:30 UTC (5+ messages)
` [PATCH v9 "
` [PATCH v9 1/3] power: add Intel uncore frequency control API to power library
[PATCH] drivers: suggestion on removing empty version.map files
2022-10-07 10:30 UTC (3+ messages)
` [PATCH 1/2] drivers: suggestion on meson without version file
[RFC v3] non-temporal memcpy
2022-10-07 10:19 UTC (2+ messages)
` [PATCH v2] eal: "
[PATCH v4] ethdev: support congestion management
2022-10-07 10:07 UTC (3+ messages)
` [EXT] "
[PATCH v1] examples/fips_validation: fix memory allocation in aes mct test
2022-10-07 9:56 UTC (4+ messages)
` [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test
[PATCH v1 2/2] examples/fips_validation: add parsing for tdes
2022-10-07 9:55 UTC (5+ messages)
` [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys
` [PATCH v2 2/2] examples/fips_validation: add parsing for TDES
[v1] examples/fips_validation: fix SHA MCT test from segfault
2022-10-07 9:53 UTC (3+ messages)
[PATCH] regexdev: add maximum number of mbuf segments field
2022-10-07 8:04 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/4] crypto/ccp cleanup
2022-10-07 6:54 UTC (3+ messages)
` [PATCH v2 "
` [EXT] "
[PATCH v2 5/5] bbdev: add new operation for FFT processing
2022-10-07 4:46 UTC (5+ messages)
` [PATCH v12 0/7] bbdev changes for 22.11
` [EXT] "
page: next (older) | prev (newer) | 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).