[PATCH] net/iavf: fix segfaults when calling API after VF reset failed
2022-04-21 17:08 UTC
kni: check abi version between kmod and lib
2022-04-21 14:16 UTC (2+ messages)
[PATCH] examples/l3fwd: fix issue with MTU set on event mode
2022-04-21 14:16 UTC
[PATCH 0/5] vhost: introduce per-virtqueue stats API
2022-04-21 14:09 UTC (3+ messages)
` [PATCH 2/5] vhost: add per-virtqueue statistics support
[RFC PATCH 0/5] vhost lock annotations
2022-04-21 13:48 UTC (4+ messages)
` [RFC PATCH v3 0/8] "
` [RFC PATCH v3 1/8] eal: annotate spinlock and rwlock
[PATCH 1/7] examples/ipsec-secgw: disable Tx chksum offload for inline
2022-04-21 13:31 UTC (11+ messages)
` [PATCH v2 1/7] examples/ipsec-secgw: move fast path helper functions
` [PATCH v2 2/7] examples/ipsec-secgw: disable Tx chksum offload for inline
` [PATCH v2 3/7] examples/ipsec-secgw: use HW parsed packet type in poll mode
` [PATCH v2 4/7] examples/ipsec-secgw: allow larger burst size for vectors
` [PATCH v2 5/7] examples/ipsec-secgw: get security context from lcore conf
` [PATCH v2 6/7] examples/ipsec-secgw: update eth header during route lookup
` [PATCH v2 7/7] examples/ipsec-secgw: add poll mode worker for inline proto
[PATCH 0/3] Enable ASan in GHA
2022-04-21 13:18 UTC (8+ messages)
` [PATCH 1/3] test/mem: disable ASan when accessing unallocated mem
` [PATCH 2/3] mem: fix ASan shadow for remapped memory segments
[PATCH 0/6] move DPAA2 QDMA driver freom raw to dma
2022-04-21 12:30 UTC (7+ messages)
` [PATCH 1/6] raw/dpaa2_qdma: remove dpaa2 QDMA driver from raw
` [PATCH 2/6] dma/dpaa2: introduce DPAA2 DMA driver skeleton
` [PATCH 3/6] dma/dpaa2: support basic operations
` [PATCH 4/6] dma/dpaa2: add PMD apis for additional configuration
` [PATCH 5/6] dma/dpaa2: support DMA operations
` [PATCH 6/6] dma/dpaa2: support statistics
OVS DPDK DMA-Dev library/Design Discussion
2022-04-21 11:51 UTC
[PATCH] net/virtio: unmap PCI device in secondary process
2022-04-21 11:15 UTC
[PATCH v4 00/23] complete common VF features for DCF
2022-04-21 11:14 UTC (14+ messages)
` [PATCH v5 00/12] "
` [PATCH v5 01/12] net/ice: enable RSS RETA ops for DCF hardware
` [PATCH v5 02/12] net/ice: enable RSS HASH "
` [PATCH v5 03/12] net/ice: cleanup Tx buffers
` [PATCH v5 04/12] net/ice: add ops MTU-SET to dcf
` [PATCH v5 05/12] net/ice: add ops dev-supported-ptypes-get "
` [PATCH v5 06/12] net/ice: support dcf promisc configuration
` [PATCH v5 07/12] net/ice: support dcf MAC configuration
` [PATCH v5 08/12] net/ice: support dcf VLAN filter and offload configuration
` [PATCH v5 09/12] net/ice: add extended stats
` [PATCH v5 10/12] net/ice: support queue information getting
` [PATCH v5 11/12] net/ice: implement power management
` [PATCH v5 12/12] doc: update for ice DCF datapath configuration
[PATCH] net/mlx5: fix gtp handling in header modify action
2022-04-21 10:44 UTC (2+ messages)
[RFC] ethdev: introduce protocol type based header split
2022-04-21 10:36 UTC (11+ messages)
` [v4 0/3] "
` [v4 1/3] "
[PATCH v1 1/3] maintainers: update for Intel e1000
2022-04-21 9:31 UTC (8+ messages)
` [PATCH v1 2/3] maintainers: update for Intel ixgbe
` [PATCH v1 3/3] maintainers: update for Intel igc
[PATCH] eal/linux: skip attaching to external memory chunk
2022-04-21 9:11 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] bugfix for ethdev telemetry
2022-04-21 9:03 UTC (8+ messages)
` [PATCH 1/3] ethdev: fix telemetry xstats return null with some PMDs
` [PATCH 2/3] ethdev: fix memory leak when telemetry xstats
[PATCH] kni: update kernel API to receive packets
2022-04-21 8:59 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH] crypto/cnxk: prevent out of bound access in crypto_caps
2022-04-21 8:39 UTC (2+ messages)
[PATCH 01/15] vdpa/ifc: add support for virtio blk device
2022-04-21 8:33 UTC (22+ messages)
` [PATCH v5 00/16] add virtio_blk device support to vdpa/ifc
` [PATCH v5 03/16] vhost: add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG
` [PATCH v6 00/16] add virtio_blk device support to vdpa/ifc
` [PATCH v6 01/16] vdpa/ifc: add support for virtio blk device
` [PATCH v6 02/16] vhost: add vDPA ops for "
` [PATCH v6 03/16] vhost: add vhost msg support
` [PATCH v6 04/16] vdpa/ifc: add blk ops for ifc device
` [PATCH v6 05/16] vdpa/ifc: add vDPA interrupt for blk device
` [PATCH v6 06/16] vdpa/ifc: add block device SW live-migration
` [PATCH v6 07/16] examples/vdpa: add vDPA blk support in example
` [PATCH v6 08/16] usertools: add support for virtio blk device
` [PATCH v6 09/16] vdpa/ifc: add set vring state for "
` [PATCH v6 10/16] vdpa/ifc: add some log at vDPA launch before qemu connect
` [PATCH v6 11/16] vdpa/ifc: read virtio max queues from hardware
` [PATCH v6 12/16] vdpa/ifc: add interrupt and handle for virtio blk
` [PATCH v6 13/16] vdpa/ifc: add is blk flag to ifcvf HW struct
` [PATCH v6 14/16] vdpa/ifc/base: access correct register for blk device
` [PATCH v6 15/16] vdpa/ifc: blk device pause without no inflight IO
` [PATCH v6 16/16] vhost: make sure each queue callfd is configured
[PATCH 0/7] vdpa/mlx5: improve device shutdown time
2022-04-21 8:22 UTC (17+ messages)
` [PATCH v2 "
` [PATCH v2 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault
` [PATCH v2 2/7] vdpa/mlx5: fix dead loop when process interrupted
` [PATCH v2 3/7] vdpa/mlx5: no kick handling during shutdown
` [PATCH v2 4/7] vdpa/mlx5: reuse resources in reconfiguration
` [PATCH v2 5/7] vdpa/mlx5: cache and reuse hardware resources
` [PATCH v2 6/7] vdpa/mlx5: support device cleanup callback
` [PATCH v2 7/7] vdpa/mlx5: make statistics counter persistent
[PATCH v2 0/5] Add JSON vector set support to fips validation
2022-04-21 8:02 UTC (5+ messages)
` [PATCH v3 "
` [EXT] "
[PATCH] examples/fips_validation: disable iv_gen for decrypt tests
2022-04-21 7:56 UTC
[PATCH] examples/fips_validation: cleanup bypass tests in response file
2022-04-21 7:55 UTC
[PATCH 1/1] ethdev: add packet expiry event subtype
2022-04-21 6:45 UTC (4+ messages)
` [EXT] "
[PATCH v1 0/5] Direct re-arming of buffers on receive side
2022-04-21 6:40 UTC (12+ messages)
` [PATCH v1 1/5] net/i40e: remove redundant Dtype initialization
` [PATCH v1 2/5] net/i40e: enable direct rearm mode
` [PATCH v1 3/5] ethdev: add API for "
` [PATCH v1 4/5] net/i40e: add direct rearm mode internal API
` [PATCH v1 5/5] examples/l3fwd: enable direct rearm mode
[Bug 998] kni: corruption when using incompatible version of rte_kni.ko
2022-04-21 4:31 UTC
[PATCH v3 3/3] net/iavf: enable Protocol Agnostic Flow Offloading FDIR
2022-04-21 3:28 UTC (6+ messages)
` [PATCH v4 0/4] Enable Protocol Agnostic Flow Offloading in AVF
` [PATCH v4 1/4] common/iavf: support raw packet in protocol header
` [PATCH v4 2/4] net/iavf: align with proto hdr struct change
` [PATCH v4 3/4] net/iavf: enable Protocol Agnostic Flow Offloading FDIR
` [PATCH v4 4/4] net/iavf: support Protocol Agnostic Flow Offloading VF RSS
[PATCH v2] raw/ifpga: remove vdev when ifpga is closed
2022-04-21 1:34 UTC (6+ messages)
` [PATCH v3] "
` [PATCH v4] "
[PATCH v2] net/nfp: fix mtu settings
2022-04-21 0:55 UTC (4+ messages)
` [PATCH v3] "
[PATCH] crypto/qat: use intel-ipsec-mb for partial hash
2022-04-20 18:14 UTC (3+ messages)
` [External] : "
[PATCH] doc: fix support table for ETH and VLAN flow items
2022-04-20 17:51 UTC (2+ messages)
[PATCH] net/pcap: add snaplen argument
2022-04-20 17:14 UTC (2+ messages)
OVS DPDK DMA-Dev library/Design Discussion
2022-04-20 16:41 UTC (18+ messages)
[PATCH] net/mlx5: fix rxq/txq stats memory access sync
2022-04-20 15:32 UTC
[PATCH] eal: fix data race in multi-process support
2022-04-20 15:13 UTC (3+ messages)
[PATCH v3 0/4] app/test: add inline IPsec and reassembly cases
2022-04-20 13:51 UTC (12+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 07/10] ethdev: add IPsec SA expiry event subtypes
` [EXT] "
[PATCH v2] net/nfp: update how MAX MTU is read
2022-04-20 13:46 UTC
[PATCH] net/ice: promote dynflag API
2022-04-20 13:42 UTC (3+ messages)
[PATCH] net/iavf: remove extra copy step in Rx bulk path
2022-04-20 12:47 UTC (2+ messages)
[PATCH v3 00/22] support full function of DCF
2022-04-20 12:01 UTC (4+ messages)
` [PATCH v4 0/2] fix DCF function defect
` [PATCH v4 1/2] net/ice: fix DCF ACL flow engine
[PATCH] net/tap: Fixed RSS algorithm to support fragmented packets
2022-04-20 11:24 UTC
[PATCH] net/iavf: fix device initialization
2022-04-20 11:03 UTC
[PATCH] app/testpmd: format dump information of module EEPROM
2022-04-20 9:16 UTC (9+ messages)
` [PATCH v3 0/5] add telemetry command for show "
` [PATCH v3 1/5] ethdev: add telemetry command for "
` [PATCH v3 2/5] ethdev: common utilities for different SFF specs
` [PATCH v3 3/5] ethdev: format module EEPROM for SFF-8079
` [PATCH v3 4/5] ethdev: format module EEPROM for SFF-8472
` [PATCH v3 5/5] ethdev: format module EEPROM for SFF-8636
DPDK:20.11.1: net/ena crash while fetching xstats
2022-04-20 8:37 UTC (8+ messages)
[RFC] eal: add bus cleanup to eal cleanup
2022-04-20 6:55 UTC (3+ messages)
[dpdk-dev] [PATCH] common/cnxk: fix unaligned access to device memory
2022-04-20 6:38 UTC
21.11.1 patches review and test
2022-04-20 5:50 UTC (2+ messages)
[PATCH v4 0/3] ixgbe SFP handling fixes
2022-04-20 1:09 UTC (11+ messages)
` [PATCH v6 0/2] "
` [PATCH v6 2/2] net/ixgbe: Fix SFP detection and linking on hotplug
[Bug 996] PDK:20.11.1: net/ena crash while fetching xstats
2022-04-19 20:35 UTC (2+ messages)
` [Bug 996] DPDK:20.11.1: "
[PATCH 0/5] Fix IDXD PCI device close
2022-04-19 16:20 UTC (7+ messages)
` [PATCH 2/5] dma/idxd: fix memory leak due to free on incorrect pointer
` [PATCH 3/5] app/test: close dma devices during cleanup
[PATCH] doc: fix typos 'depreciated' instead of 'deprecated'
2022-04-19 15:44 UTC (2+ messages)
[PATCH 0/4] Add APIs for configurable power options
2022-04-19 15:43 UTC (12+ messages)
` [PATCH 1/4] lib/power: add get and set API for emptypoll max
` [PATCH v2 0/4] Add APIs for configurable power options
` [PATCH v2 1/4] lib/power: add get and set API for emptypoll max
` [PATCH v2 2/4] lib/power: add get and set API for pause duration
` [PATCH v2 3/4] lib/power: add get and set API for scaling freq min and max with pstate mode
` [PATCH v2 4/4] examples/l3fwd_power: add cli for configurable options
[PATCH v3 15/15] bus/vmbus: update MAINTAINERS and docs
2022-04-19 15:00 UTC (19+ messages)
` [PATCH v4 00/14] add FreeBSD support to VMBUS & NetVSC PMDs
` [PATCH v4 01/14] bus/vmbus: move independent code from Linux
` [PATCH v4 02/14] bus/vmbus: move independent bus functions
` [PATCH v4 03/14] bus/vmbus: move OS independent UIO functions
` [PATCH v4 04/14] bus/vmbus: scan and get the network device on FreeBSD
` [PATCH v4 05/14] bus/vmbus: handle mapping of device resources
` [PATCH v4 06/14] bus/vmbus: get device resource values using sysctl
` [PATCH v4 07/14] net/netvsc: make event monitor OS dependent
` [PATCH v4 08/14] bus/vmbus: add sub-channel mapping support
` [PATCH v4 09/14] bus/vmbus: open subchannels
` [PATCH v4 10/14] net/netvsc: make IOCTL call to "
` [PATCH v4 11/14] bus/vmbus: get subchannel info
` [PATCH v4 12/14] net/netvsc: moving hotplug retry to OS dir
` [PATCH v4 13/14] bus/vmbus: add meson support for FreeBSD
` [PATCH v4 14/14] bus/vmbus: update MAINTAINERS and docs
[PATCH] net/ixgbe: Treat 1G Cu SFPs as 1G SX on the X550 devices
2022-04-19 12:32 UTC (6+ messages)
[PATCH 0/4] bugfix and enhance features for DMA example
2022-04-19 12:09 UTC (7+ messages)
` [PATCH v2 "
` [PATCH v2 3/4] examples/dma: support enqueue drop statistic
[PATCH] vmbus: get current rte_vmbus_bus struct
2022-04-14 9:58 UTC (3+ messages)
[dpdk-dev] [PATCH 00/11] add FreeBSD support to VMBUS & NetVSC PMDs
2022-04-14 9:01 UTC (4+ messages)
` [PATCH v3 00/15] "
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).