DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 0/2] vhost: fix physical address mapping
 2022-02-16  2:28 UTC  (2+ messages)
` [PATCH v4 0/2] vhost: fix async "

[PATCH] app/testpmd: format dump information of module EEPROM
 2022-02-16  2:26 UTC  (4+ messages)

[PATCH] app/testpmd: fix GENEVE parsing in csum forward mode
 2022-02-16  2:02 UTC  (13+ messages)

[PATCH 1/2] net/bonding: add error hint for invald args
 2022-02-16  0:29 UTC  (10+ messages)
` [PATCH 2/2] net/bonding: fix slaves initilizing on mtu setting
    ` [External] "
  ` [PATCH v2 2/2] net/bonding: fix slaves initializing "
  ` [External] Re: [PATCH 1/2] net/bonding: add error hint for invald args
` [PATCH v2 1/2] net/bonding: add error hint for invalid args

[RFC 0/2] Eliminate zero length arrays in DPDK
 2022-02-15 23:00 UTC  (3+ messages)
` [RFC 1/2] devtools: add script to check for zero length array
` [RFC 2/2] treewide: replace zero-length array with flex array

[PATCH v3 1/7] net/ark: add device capabilities record
 2022-02-15 22:19 UTC  (7+ messages)
  ` [PATCH v3 2/7] net/ark: add support for new devices
  ` [PATCH v3 3/7] net/ark: support arbitrary mbuf size
  ` [PATCH v3 4/7] net/ark: packet generator and checker status update
  ` [PATCH v3 5/7] net/ark: support chunk DMA transfers
  ` [PATCH v3 6/7] net/ark: add memory write barriers in critical code paths
  ` [PATCH v3 7/7] net/ark: add performance optimizations

[PATCH v2] devtools/cocci: update cocci for ethdev namespace
 2022-02-15 22:17 UTC  (6+ messages)

[PATCH] net/virtio: include ipv4 cksum to support cksum offload capability
 2022-02-15 20:08 UTC  (2+ messages)

[PATCH] kni: fix use-after-free when kni release
 2022-02-15 19:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/11] add missing C++ guards
 2022-02-15 17:32 UTC  (13+ messages)
` [PATCH 01/11] eal: fix "
` [PATCH 02/11] telemetry: "
` [PATCH 03/11] ethdev: "
` [PATCH 04/11] metrics: "
` [PATCH 05/11] acl: "
` [PATCH 06/11] compressdev: "
` [PATCH 07/11] eventdev: "
` [PATCH 08/11] kni: "
` [PATCH 09/11] vhost: "
` [PATCH 10/11] bpf: "
` [PATCH 11/11] cryptodev: "

[PATCH 0/3] extend C++ compatibility checks
 2022-02-15 17:30 UTC  (4+ messages)
` [PATCH 1/3] ethdev: fix missing cast for C++ compatibility
` [PATCH 2/3] buildtools/chkincs: check sdk headers "
` [PATCH 3/3] buildtools/chkincs: add checks for missing C++ guards

[PATCH v2] app/eventdev: add crypto producer mode
 2022-02-15 16:56 UTC  (12+ messages)
` [PATCH v3] "
  ` [PATCH v4] "
    ` [PATCH v5] "

[PATCH] eventdev/eth_rx: fix queue config get API
 2022-02-15 16:54 UTC  (6+ messages)
` [PATCH v2] eventdev/eth_rx: fix queue config get logic

[dpdk-dev] [PATCH 1/1] net/failsafe: link_update request crashing at boot
 2022-02-15 16:46 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "
  `  "

[dpdk-dev] [PATCH v6 0/3] librte_ethdev: error recovery support
 2022-02-15 16:12 UTC  (10+ messages)
` [dpdk-dev] [PATCH v7 1/4] ethdev: support device reset and recovery events

[PATCH] net/iavf: fix segmentation offload buffer size
 2022-02-15 15:52 UTC  (13+ messages)
` [PATCH v2] "

[PATCH] build: fix build on FreeBSD with Meson 0.61.1
 2022-02-15 15:34 UTC  (7+ messages)

[PATCH] net/failsafe: Fix crash due to global devargs syntax parsing from secondary process
 2022-02-15 15:27 UTC  (5+ messages)
` [PATCH] devargs: Fix rte_devargs_parse uninitialized calls

[PATCH v3 0/2] vhost: fix async address mapping
 2022-02-15 15:02 UTC  (3+ messages)
` [PATCH v3 1/2] vhost: fix field naming in guest page struct
` [PATCH v3 2/2] vhost: fix physical address mapping

[dpdk-dev] [PATCH 0/3] fixes for ixgbe/txgbe/iavf
 2022-02-15 14:27 UTC  (12+ messages)
` [dpdk-dev] [PATCH 1/3] net/ixgbe: set pointer to NULL after free
` [dpdk-dev] [PATCH 2/3] net/txgbe: "
` [dpdk-dev] [PATCH 3/3] net/iavf: "
` [dpdk-dev] [PATCH v2 0/3] fixes for ixgbe/txgbe/iavf
  ` [dpdk-dev] [PATCH v2 1/3] net/ixgbe: set pointer to NULL after free
  ` [dpdk-dev] [PATCH v2 2/3] net/txgbe: "
  ` [dpdk-dev] [PATCH v2 3/3] net/iavf: "

[PATCH 1/6] net/nfb: add missing libfdt dependency for build
 2022-02-15 13:57 UTC  (26+ messages)
` [PATCH 2/6] drivers/nfb: fix array indexes in deinit functions
` [PATCH 3/6] drivers/nfb: do not report zero-sized TX burst
` [PATCH 5/6] drivers/nfb: fix multicast/promiscuous mode switching
` [PATCH 6/6] drivers/nfb: add support for more MAC addresses
` [PATCH v2 0/5] net/nfb: add missing libfdt dependency for build
  ` [PATCH v2 1/5] net/nfb: fix array indexes in deinit functions
  ` [PATCH v2 2/5] net/nfb: do not report zero-sized TX burst
  ` [PATCH v2 3/5] net/nfb: use RTE_ETH_RX_OFFLOAD_TIMESTAMP flag
  ` [PATCH v2 4/5] net/nfb: fix multicast/promiscuous mode switching
  ` [PATCH v2 5/5] net/nfb: add support for more MAC addresses

[PATCH] net/enic: fix dereference before null check
 2022-02-15 13:01 UTC  (2+ messages)

[PATCH v8 00/50] introduce IWYU
 2022-02-15 12:30 UTC  (52+ messages)
` [PATCH v9 "
  ` [PATCH v9 01/50] devtools: script to remove unused headers includes
  ` [PATCH v9 02/50] telemetry: remove unneeded header includes
  ` [PATCH v9 03/50] ring: "
  ` [PATCH v9 04/50] kvargs: "
  ` [PATCH v9 05/50] eal: "
  ` [PATCH v9 06/50] vhost: "
  ` [PATCH v9 07/50] timer: "
  ` [PATCH v9 08/50] table: "
  ` [PATCH v9 09/50] stack: "
  ` [PATCH v9 10/50] security: "
  ` [PATCH v9 11/50] sched: "
  ` [PATCH v9 12/50] rib: "
  ` [PATCH v9 13/50] reorder: "
  ` [PATCH v9 14/50] regexdev: "
  ` [PATCH v9 15/50] rcu: "
  ` [PATCH v9 16/50] rawdev: "
  ` [PATCH v9 17/50] power: "
  ` [PATCH v9 18/50] port: "
  ` [PATCH v9 19/50] pipeline: "
  ` [PATCH v9 20/50] pdump: "
  ` [PATCH v9 21/50] pci: "
  ` [PATCH v9 22/50] pcapng: "
  ` [PATCH v9 23/50] node: "
  ` [PATCH v9 24/50] net: "
  ` [PATCH v9 25/50] metrics: "
  ` [PATCH v9 26/50] mempool: "
  ` [PATCH v9 27/50] member: "
  ` [PATCH v9 28/50] mbuf: "
  ` [PATCH v9 29/50] lpm: "
  ` [PATCH v9 30/50] latencystats: "
  ` [PATCH v9 31/50] kni: "
  ` [PATCH v9 32/50] jobstats: "
  ` [PATCH v9 33/50] ipsec: "
  ` [PATCH v9 34/50] ip_frag: "
  ` [PATCH v9 35/50] hash: "
  ` [PATCH v9 36/50] gro: "
  ` [PATCH v9 37/50] graph: "
  ` [PATCH v9 38/50] gpudev: "
  ` [PATCH v9 39/50] flow_classify: "
  ` [PATCH v9 40/50] fib: "
  ` [PATCH v9 41/50] eventdev: "
  ` [PATCH v9 42/50] efd: "
  ` [PATCH v9 43/50] dmadev: "
  ` [PATCH v9 44/50] distributor: "
  ` [PATCH v9 45/50] compressdev: "
  ` [PATCH v9 46/50] cmdline: "
  ` [PATCH v9 47/50] bpf: "
  ` [PATCH v9 48/50] bbdev: "
  ` [PATCH v9 49/50] cryptodev: "
  ` [PATCH v9 50/50] acl: "

[PATCH v2] vdpa/sfc: make MCDI memzone name unique
 2022-02-15 12:21 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v1] ethdev: beautify the Rx desc number check indent
 2022-02-15 11:41 UTC  (3+ messages)

[PATCH] devargs: Fix crash due to global devargs uninitailization from secondary process
 2022-02-15 11:20 UTC  (3+ messages)
  ` [External] : "

[PATCH] net/ice/base: support E824S and E825 devices
 2022-02-15 11:15 UTC  (3+ messages)

[PATCH] crypto/ipsec_mb: fix qp cleanup unreachable code
 2022-02-15 11:07 UTC 

[PATCH] net/mlx5: fix error infomation missing
 2022-02-15 10:10 UTC 

[PATCH] net/mlx5: remove unused function
 2022-02-15  9:46 UTC 

[PATCH] build: make ring mempool driver mandatory
 2022-02-15  9:25 UTC  (2+ messages)

out of tree driver builds broken with C++
 2022-02-15  8:55 UTC  (14+ messages)

[PATCH] ip_frag: add IPv4 options fragment and unit test data
 2022-02-15  8:50 UTC  (2+ messages)
` [PATCH v2] ip_frag: add IPv4 options fragment and "

[PATCH v2 0/2] support L2TPv2 for AVF RSS hash and FDIR
 2022-02-15  8:28 UTC  (8+ messages)
` [PATCH v3 0/2] support L2TPv2 for AVF RSS "
  ` [PATCH v3 1/2] net/iavf: support L2TPv2 for AVF RSS
  ` [PATCH v4 0/2] support L2TPv2 for AVF RSS and FDIR
    ` [PATCH v4 1/2] net/iavf: support L2TPv2 for AVF RSS
    ` [PATCH v4 2/2] net/iavf: support L2TPv2 for AVF FDIR

[PATCH v1] net/i40e: add flow mark capability to NEON vector routine
 2022-02-15  8:03 UTC  (2+ messages)

[PATCH] vhost: use colon in version.map
 2022-02-15  5:55 UTC 

[PATCH v2] net/failsafe: link_update request crashing at boot
 2022-02-14 16:54 UTC  (2+ messages)

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