[PATCH v2 1/2] app/testpmd: fix vlan offload of rxq
2022-10-19 15:17 UTC (2+ messages)
` [PATCH v2 2/2] net/ice: fix vlan offload
crypto/uadk: introduce uadk crypto driver
2022-10-19 13:19 UTC (6+ messages)
[PATCH] drivers/net: remove alias for virtual devices
2022-10-19 13:13 UTC (4+ messages)
` [PATCH] bus/vdev: automatically add eth alias for net drivers
[PATCH 0/3] ethdev: AGE action preparation
2022-10-19 13:12 UTC (12+ messages)
` [PATCH 3/3] ethdev: add structure for indirect AGE update
` [PATCH v2 0/3] ethdev: AGE action preparation
` [PATCH v2 1/3] ethdev: add strict queue to pre-configuration flow hints
` [PATCH v2 2/3] ethdev: add queue-based API to report aged flow rules
` [PATCH v2 3/3] ethdev: add structure for indirect AGE update
[PATCH] eventdev: update release notes
2022-10-19 13:00 UTC (2+ messages)
[PATCH v4 0/6] crypto/uadk: introduce uadk crypto driver
2022-10-19 12:57 UTC (7+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] crypto/uadk: support basic operations
` [PATCH v4 3/6] crypto/uadk: support enqueue/dequeue operations
` [PATCH v4 4/6] crypto/uadk: support cipher algorithms
` [PATCH v4 5/6] crypto/uadk: support auth algorithms
` [PATCH v4 6/6] test/crypto: add cryptodev_uadk_autotest
[Bug 1111] i40e: buffer size fields may overflow in Rx descriptors
2022-10-19 12:57 UTC
[PATCH] bus: fix memleak during pci device cleanup
2022-10-19 12:37 UTC (3+ messages)
` [PATCH v2] "
[PATCH] net/iavf: fix error of virtchnl command
2022-10-19 12:19 UTC (3+ messages)
` [PATCH] net/ice/base: fix duplicate flow rules
[PATCH] bus/vdev: vdev_cleanup checks dev->device.driver
2022-10-19 11:39 UTC (2+ messages)
[PATCH v2 00/24] add the basic rte_flow offload support of nfp PMD
2022-10-19 11:38 UTC (17+ messages)
` [PATCH v2 02/24] net/nfp: add the structures and functions for flow offload
` [PATCH v2 03/24] net/nfp: add the flow APIs of nfp PMD
` [PATCH v2 05/24] net/nfp: add the offload support of basic actions
` [PATCH v2 08/24] net/nfp: add the offload support of IPv6 item
[PATCH 0/4] Have event adapters report idle status
2022-10-19 11:32 UTC (6+ messages)
` [PATCH 3/4] eventdev: have ethernet Tx adapter appropriately report idle
[PATCH] net/bonding: fix flow flush order on bonded device close
2022-10-19 11:27 UTC (6+ messages)
` [PATCH v2] "
[PATCH v3 01/15] common/idpf: introduce common library
2022-10-19 11:03 UTC (31+ messages)
` [PATCH v4 00/14] add support for idpf PMD in DPDK
` [PATCH v4 01/14] common/idpf: introduce common library
` [PATCH v5 00/14] add support for idpf PMD in DPDK
` [PATCH v5 01/14] common/idpf: introduce common library
` [PATCH v5 02/14] net/idpf: add support for device initialization
` [PATCH v5 03/14] net/idpf: add queue setup and release in single queue model
` [PATCH v5 04/14] net/idpf: add queue setup and release in split "
` [PATCH v5 05/14] net/idpf: add support for queue start and stop
` [PATCH v5 06/14] net/idpf: add support for device information get
` [PATCH v5 07/14] net/idpf: add support for packet type get
` [PATCH v5 08/14] net/idpf: add support for basic Rx/Tx datapath
` [PATCH v5 09/14] net/idpf: add support for Rx/Tx offloading
` [PATCH v5 10/14] net/idpf: add support for RSS
` [PATCH v5 11/14] net/idpf: add support for MTU configuration
` [PATCH v5 12/14] net/idpf: add support for write back based on ITR expire
` [PATCH v5 13/14] net/idpf: add AVX512 data path for single queue model
` [PATCH v5 14/14] net/idpf: add support for timestamp offload
` [PATCH v4 02/14] net/idpf: add support for device initialization
` [PATCH v4 03/14] net/idpf: add queue setup and release in single queue model
` [PATCH v4 04/14] net/idpf: add queue setup and release in split "
` [PATCH v4 05/14] net/idpf: add support for queue start and stop
` [PATCH v4 06/14] net/idpf: add support for device information get
` [PATCH v4 07/14] net/idpf: add support for packet type get
` [PATCH v4 08/14] net/idpf: add support for basic Rx/Tx datapath
` [PATCH v4 09/14] net/idpf: add support for Rx/Tx offloading
` [PATCH v4 10/14] net/idpf: add support for RSS
` [PATCH v4 11/14] net/idpf: add support for MTU configuration
` [PATCH v4 12/14] net/idpf: add support for write back based on ITR expire
` [PATCH v4 13/14] net/idpf: add AVX512 data path for single queue model
` [PATCH v4 14/14] net/idpf: add support for timestamp offload
[PATCH] trace: take live traces via telemetry
2022-10-19 10:53 UTC (8+ messages)
[PATCH] net/bonding: make bonded device configure method re-entrant
2022-10-19 10:26 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/8] vdpa/ifc: add new device ID
2022-10-19 9:41 UTC (34+ messages)
` [PATCH v7 00/12] vdpa/ifc: add multi queue support
` [PATCH v7 10/12] vhost: add vdpa device type to rte vdpa device
` [PATCH v8 00/12] vdpa/ifc: add multi queue support
` [PATCH v8 07/12] vdpa/ifc: change internal function name
` [PATCH v8 08/12] vdpa/ifc: add internal API to get device
` [PATCH v8 09/12] vdpa/ifc: change some driver logic
` [PATCH v8 11/12] vhost: vDPA blk device gets ready when the first queue is ready
` [PATCH v8 12/12] vhost: improve vDPA blk device configure condition
` [PATCH v9 00/12] vdpa/ifc: add multi queue support
` [PATCH v9 01/12] vdpa/ifc: add new device ID for legacy network device
` [PATCH v9 02/12] vdpa/ifc: add multi-queue support
` [PATCH v9 03/12] vdpa/ifc: set max queues based on virtio spec
` [PATCH v9 04/12] vdpa/ifc: write queue count to MQ register
` [PATCH v9 05/12] vdpa/ifc: only configure enabled queue
` [PATCH v9 06/12] vdpa/ifc: support dynamic enable/disable queue
` [PATCH v9 07/12] vdpa/ifc: change internal function name
` [PATCH v9 08/12] vdpa/ifc: add internal API to get device
` [PATCH v9 09/12] vdpa/ifc: improve internal list logic
` [PATCH v9 10/12] vhost: add type to rte vdpa device
` [PATCH v9 11/12] vhost: vDPA blk device gets ready when the first queue is ready
` [PATCH v9 12/12] vhost: improve vDPA blk device configure condition
[PATCH v1 0/2] vhost: introduce DMA vchannel unconfiguration
2022-10-19 9:28 UTC (6+ messages)
` [PATCH v6 "
` [PATCH v6 1/2] "
` [PATCH v6 2/2] examples/vhost: unconfigure DMA vchannel
[Bug 1110] i40e: runtime Rx/Tx queue setup is unusable
2022-10-19 8:54 UTC
[PATCH] net/iavf: revert fix VLAN insertion
2022-10-19 8:53 UTC (3+ messages)
` [PATCH v2] "
[PATCH V2] doc: add ice in-tree driver version for Intel NICs
2022-10-19 8:46 UTC (3+ messages)
[PATCH] IGC: Remove I225_I_PHY_ID checking
2022-10-19 8:34 UTC (8+ messages)
` [PATCH v2] "
[PATCH] telemetry: support boolean type
2022-10-19 8:13 UTC (2+ messages)
Invalid Ip length packets with DPDK21.11 on OCI
2022-10-19 6:44 UTC (3+ messages)
[PATCH v3] vhost: add new `rte_vhost_vring_call_nonblock` API
2022-10-19 5:27 UTC (3+ messages)
` [PATCH v4] "
[PATCH] net/bonding: fix bond4 drop valid MAC packets
2022-10-19 3:32 UTC
[PATCH v5] lib/eal: fix segfaults in exiting
2022-10-19 1:51 UTC (4+ messages)
` [PATCH v6] "
[PATCH v4 00/30] baseband/acc100: changes for 22.11
2022-10-19 0:39 UTC (31+ messages)
` [PATCH v4 01/30] baseband/acc100: fix ring availability calculation
` [PATCH v4 02/30] baseband/acc100: add function to check AQ availability
` [PATCH v4 03/30] baseband/acc100: memory leak fix
` [PATCH v4 04/30] baseband/acc100: add LDPC encoder padding function
` [PATCH v4 05/30] baseband/acc100: check turbo dec/enc input
` [PATCH v4 06/30] baseband/acc100: check for unlikely operation vals
` [PATCH v4 07/30] baseband/acc100: enforce additional check on FCW
` [PATCH v4 08/30] baseband/acc100: allocate ring/queue mem when NULL
` [PATCH v4 09/30] baseband/acc100: reduce input length for CRC24B
` [PATCH v4 10/30] baseband/acc100: fix clearing PF IR outside handler
` [PATCH v4 11/30] baseband/acc100: set device min alignment to 1
` [PATCH v4 12/30] baseband/acc100: add protection for NULL HARQ input
` [PATCH v4 13/30] baseband/acc100: reset pointer after rte_free
` [PATCH v4 14/30] baseband/acc100: fix debug print for LDPC FCW
` [PATCH v4 15/30] baseband/acc100: add enqueue status
` [PATCH v4 16/30] baseband/acc100: add scatter-gather support
` [PATCH v4 17/30] baseband/acc100: add HARQ index helper function
` [PATCH v4 18/30] baseband/acc100: enable input validation by default
` [PATCH v4 19/30] baseband/acc100: added LDPC transport block support
` [PATCH v4 20/30] baseband/acc100: update validate LDPC enc/dec
` [PATCH v4 21/30] baseband/acc100: implement configurable queue depth
` [PATCH v4 22/30] baseband/acc100: add queue stop operation
` [PATCH v4 23/30] baseband/acc100: update uplink CB input length
` [PATCH v4 24/30] baseband/acc100: update log messages
` [PATCH v4 25/30] baseband/acc100: store FCW from first CB descriptor
` [PATCH v4 26/30] baseband/acc100: update device info
` [PATCH v4 27/30] baseband/acc100: add ring companion address
` [PATCH v4 28/30] baseband/acc100: add workaround for deRM corner cases
` [PATCH v4 29/30] baseband/acc100: configure PMON control registers
` [PATCH v4 30/30] baseband/acc100: update guide docs
[PATCH 00/35] net/ionic: updates for 22.11 release
2022-10-18 21:56 UTC (45+ messages)
` [PATCH 06/35] net/ionic: update documentation and copyrights
` [PATCH 07/35] net/ionic: update license terms to remove GPL
` [PATCH v1 00/35] net/ionic: updates for 22.11 release
` [PATCH v2 00/36] "
` [PATCH v2 01/36] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH v2 02/36] net/ionic: fix up endianness for RSS
` [PATCH v2 03/36] net/ionic: fix to set the adapter name for logging
` [PATCH v2 04/36] net/ionic: fix up the Rx filter save API
` [PATCH v2 05/36] net/ionic: fix up reported error stats
` [PATCH v2 06/36] net/ionic: update documentation and copyrights
` [PATCH v2 07/36] net/ionic: update supported devices list
` [PATCH v2 08/36] net/ionic: update license terms to remove GPL
` [PATCH v2 09/36] net/ionic: update MTU calculations
` [PATCH v2 10/36] net/ionic: simplify code by removing doorbell map helper
` [PATCH v2 11/36] net/ionic: remove unused identifiers
` [PATCH v2 12/36] net/ionic: only allocate interrupts if required
` [PATCH v2 13/36] net/ionic: move PCI-specific code to a separate file
` [PATCH v2 14/36] net/ionic: only request notifyq interrupt if supported
` [PATCH v2 15/36] net/ionic: replace void pointer with actual type
` [PATCH v2 16/36] net/ionic: free all buffers during Rx queue stop
` [PATCH v2 17/36] net/ionic: precalculate segment lengths on receive side
` [PATCH v2 18/36] net/ionic: use a helper variable in packet Tx function
` [PATCH v2 19/36] net/ionic: do one-time init of receive descriptors
` [PATCH v2 20/36] net/ionic: overhaul receive side for performance
` [PATCH v2 21/36] net/ionic: overhaul transmit "
` [PATCH v2 22/36] net/ionic: add support for mbuf fast free
` [PATCH v2 23/36] net/ionic: do bulk allocations of receive mbufs
` [PATCH v2 24/36] net/ionic: add a lookup table for packet type
` [PATCH v2 25/36] net/ionic: add a lookup table for checksum flags
` [PATCH v2 26/36] net/ionic: advertise supported packet types
` [PATCH v2 27/36] net/ionic: add Rx descriptor status functions
` [PATCH v2 28/36] net/ionic: add Tx descriptor status function
` [PATCH v2 29/36] net/ionic: add Q-in-CMB option controlled by devarg
` [PATCH v2 30/36] net/ionic: update array allocations to use calloc
` [PATCH v2 31/36] net/ionic: add alignment and socket info in allocations
` [PATCH v2 32/36] net/ionic: allow client to specify Tx free threshold
` [PATCH v2 33/36] net/ionic: add optimized handlers for non-scattered Rx/Tx
` [PATCH v2 34/36] net/ionic: use a helper variable for page size
` [PATCH v2 35/36] net/ionic: retry init commands up to five times
` [PATCH v2 36/36] net/ionic: add watchdogs to protect each queue type
[RFC] mempool: rte_mempool_do_generic_get optimizations
2022-10-18 16:32 UTC (11+ messages)
` [PATCH v6 0/4] mempool: fix mempool cache flushing algorithm
` [PATCH v6 3/4] mempool: fix "
[PATCH v3 00/30] baseband/acc100: changes for 22.11
2022-10-18 16:28 UTC (3+ messages)
` [PATCH v3 18/30] baseband/acc100: enable input validation by default
Minutes of Technical Board Meeting, 2022-Oct-5
2022-10-18 16:14 UTC
[PATCH] examples/ipsec-secgw: fix Tx checksum offload flag
2022-10-18 15:39 UTC (2+ messages)
[Bug 1106] ipsec-secgw inline test fail
2022-10-18 15:31 UTC (2+ messages)
[PATCH v3 1/2] common/qat: read hw slice configuration
2022-10-18 14:01 UTC (2+ messages)
` [PATCH v3 2/2] crypto/qat: "
[PATCH v2 1/3] crypto/qat: fix uncleared cookies in asym
2022-10-18 13:53 UTC (2+ messages)
` [PATCH v2 3/3] crypto/qat: fix not set rsa lengths
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).