/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | valkey.conf | 6 # ./valkey-server /path/to/valkey.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/ |
H A D | redis.conf | 6 # ./redis-server /path/to/redis.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.6/ |
H A D | redis.conf | 6 # ./redis-server /path/to/redis.conf 24 # to customize a few per-server settings. Include files can include 84 # By default protected mode is enabled. You should disable it only if 88 protected-mode yes 96 # In high requests-per-second environments you need an high backlog in order 101 tcp-backlog 511 112 # Close the connection after a client is idle for N seconds (0 to disable) 117 # If non-zero, use SO_KEEPALIVE to send TCP ACKs to clients in absence 130 tcp-keepalive 300 139 # supervised no - no supervision interaction [all …]
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/db/ |
H A D | db_5.3.28.bb | 9 # at once - DB3 and DB5 can both be installed on the 23 SRC_URI = "https://download.oracle.com/berkeley-db/db-${PV}.tar.gz" 24 SRC_URI += "file://fix-parallel-build.patch \ 25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ 26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \ 27 file://sequence-type.patch \ 28 file://0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch \ 29 file://0001-clock-Do-not-define-own-timespec.patch \ 43 # The executables go in a separate package - typically there 48 PACKAGES =+ "${PN}-cxx" [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Volume.v1_10_0.json |
|
/openbmc/qemu/qapi/ |
H A D | migration.json | 1 # -*- Mode: Python -*- 28 # @normal-bytes: number of normal bytes sent (since 1.2) 30 # @dirty-pages-rate: number of pages dirtied by second by the guest 35 # @dirty-sync-count: number of times that dirty ram was synchronized 38 # @postcopy-requests: The number of page requests received from the 41 # @page-size: The number of bytes per page for the various page-based 44 # @multifd-bytes: The number of bytes sent through multifd (since 3.0) 46 # @pages-per-second: the number of memory pages transferred per second 49 # @precopy-bytes: The number of bytes sent in the pre-copy phase 52 # @downtime-bytes: The number of bytes sent while the guest is paused [all …]
|
/openbmc/qemu/net/ |
H A D | colo.c | 2 * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO) 3 * (a.k.a. Fault Tolerance or Continuous Replication) 12 * later. See the COPYING file in the top-level directory. 27 a += key->src.s_addr; in connection_key_hash() 28 b += key->dst.s_addr; in connection_key_hash() 29 c += (key->src_port | key->dst_port << 16); in connection_key_hash() 32 a += key->ip_proto; in connection_key_hash() 47 uint8_t *data = pkt->data; in parse_packet_early() 54 if ((pkt->vnet_hdr_len > sizeof(struct virtio_net_hdr_v1_hash)) || in parse_packet_early() 55 (pkt->size < sizeof(struct eth_header) + sizeof(struct vlan_header) + in parse_packet_early() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 5 # wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf 7 # curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf 47 # enable replication = yes 49 # seconds per replication step = 600 63 # replication threads = 1 110 # maximum number of k-means iterations = 1000 133 script to execute on alarm = @@libexecdir/netdata/plugins.d/alarm-notify.sh 145 # mode = static-threaded 153 # x-frame-options response header = 180 registry log file = @@localstatedir/lib/netdata/registry/registry-log.db [all …]
|
/openbmc/qemu/ |
H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Volume_v1.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!----> 3 <!-- Copyright 2015-2024 Storage Networking Industry Association (SNIA), USA. All rights reserved.--> [all...] |
/openbmc/linux/Documentation/filesystems/ |
H A D | ceph.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 * N-way replication of data across storage nodes 32 re-replicated in a distributed fashion by the storage nodes themselves 37 in-memory cache above the file namespace that is extremely scalable, 39 and can tolerate arbitrary (well, non-Byzantine) node failures. The 66 `_<SNAPSHOT-NAME>_<INODE-NUMBER>`. Since filenames in general can't have 67 more than 255 characters, and `<node-id>` takes 13 characters, the long 68 snapshot names can take as much as 255 - 1 - 1 - 13 = 240. 71 files and bytes. That is, a 'getfattr -d foo' on any directory in the 82 setfattr -n ceph.quota.max_bytes -v 100000000 /some/dir [all …]
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | apply.c | 1 // SPDX-License-Identifier: GPL-2.0-only 19 #include "dispc-compat.h" 27 * +--------------------+ 29 * +--------------------+ 33 * +--------------------+ 35 * +--------------------+ 39 * +--------------------+ 41 * +--------------------+ 45 * +--------------------+ 47 * +--------------------+ [all …]
|
H A D | dss.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 59 #define FLD_MASK(start, end) (((1 << ((start) - (end) + 1)) - 1) << (end)) 105 * Type-A PLLs: clkout[]/mX[] refer to hsdiv outputs m4, m5, m6, m7. 106 * Type-B PLLs: clkout[0] refers to m2. 124 void (*disable)(struct dss_pll *pll); member 266 /* dss-of */ 430 bool replication, const struct omap_video_timings *mgr_timings, 492 void (*disable)(struct omap_overlay_manager *mgr); member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_dpp_dscl.c | 44 dpp->tf_regs->reg 47 dpp->base.ctx 51 dpp->tf_shift->field_name, dpp->tf_mask->field_name 69 /* Autocal perform auto centering without replication and the 73 /* Autocal perform auto centering and auto replication and the 101 return -1; /* Unsupported */ in dpp1_dscl_get_pixel_depth_val() 130 if (dpp_base->caps->dscl_data_proc_format == DSCL_DATA_PRCESSING_FIXED_FORMAT) { in dpp1_dscl_get_dscl_mode() 132 if (data->format == PIXEL_FORMAT_FP16) in dpp1_dscl_get_dscl_mode() 136 if (data->ratios.horz.value == one in dpp1_dscl_get_dscl_mode() 137 && data->ratios.vert.value == one in dpp1_dscl_get_dscl_mode() [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/marvell/ |
H A D | octeontx2.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 12 - `Overview`_ 13 - `Drivers`_ 14 - `Basic packet flow`_ 15 - `Devlink health reporters`_ 16 - `Quality of service`_ 23 PCI-compatible physical and virtual functions. Each functional block 31 - Network pool or buffer allocator (NPA) 32 - Network interface controller (NIX) 33 - Network parser CAM (NPC) [all …]
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_nix.c | 1 // SPDX-License-Identifier: GPL-2.0 73 * pkt replication only. i.e 256 HWVFs + 12 PFs. 89 return rvu->nix_blkaddr[blkaddr]; in rvu_get_next_nix_blkaddr() 92 if (rvu->nix_blkaddr[i] == blkaddr) in rvu_get_next_nix_blkaddr() 93 return rvu->nix_blkaddr[i + 1]; in rvu_get_next_nix_blkaddr() 106 if (!pfvf->nixlf || blkaddr < 0) in is_nixlf_attached() 118 block = &rvu->hw->block[blkaddr]; in rvu_get_nixlf_count() 119 max += block->lf.max; in rvu_get_nixlf_count() 128 struct rvu_hwinfo *hw = rvu->hw; in nix_get_nixlf() 132 if (!pfvf->nixlf || blkaddr < 0) in nix_get_nixlf() [all …]
|
H A D | rvu_npc.c | 1 // SPDX-License-Identifier: GPL-2.0 28 #define ALIGN_8B_CEIL(__a) (((__a) + 7) & (-8)) 49 struct rvu_hwinfo *hw = rvu->hw; in is_npc_interface_valid() 51 return intf < hw->npc_intfs; in is_npc_interface_valid() 73 pf_func_mask = (entry_data->kw_mask[0] >> 32) & in npc_mcam_verify_pf_func() 75 pf_func = (entry_data->kw[0] >> 32) & NPC_KEX_PF_FUNC_MASK; in npc_mcam_verify_pf_func() 81 return -EINVAL; in npc_mcam_verify_pf_func() 102 struct npc_pkind *pkind = &rvu->hw->pkind; in rvu_npc_get_pkind() 106 for (i = 0; i < pkind->rsrc.max; i++) { in rvu_npc_get_pkind() 107 map = pkind->pfchan_map[i]; in rvu_npc_get_pkind() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | igb_regs.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 51 /* Receive Descriptor - Advanced */ 94 /* Enable flexible speed on link-up */ 107 #define IGP02E1000_AGC_LENGTH_SHIFT 9 /* Course - 15:13, Fine - 12:9 */ 192 #define E1000_DCA_CTRL_DCA_MODE_DISABLE 0x01 /* DCA Disable */ 291 #define E1000_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ 335 #define MAX_PHY_REG_ADDRESS 0x1F /* 5 bit address bus (0-0x1F) */ 346 #define E1000_P2VMAILBOX_RVFU 0x00000010 /* Reset VFU - used when VF stuck */ 353 #define E1000_V2PMAILBOX_SIZE 16 /* 16 32 bit words - 64 bytes */ 386 #define E1000_EICR 0x01580 /* Ext. Interrupt Cause Read - R/clr */ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
H A D | influxdb.conf | 11 # Change this option to true to disable reporting. 12 # reporting-disabled = false 15 # bind-address = "127.0.0.1:8088" 29 # retention-autocreate = true 32 # logging-enabled = true 48 wal-dir = "/var/lib/influxdb/wal" 53 # Values in the range of 0-100ms are recommended for non-SSD disks. 54 # wal-fsync-delay = "0s" 57 # The type of shard index to use for new shards. The default is an in-memory index that is 60 # index-version = "inmem" [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_defines.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 88 /* Loop limit on how long we wait for auto-negotiation to complete */ 92 /* Number of 100 microseconds we wait for PCI Express master disable */ 170 /* 1000BASE-T Control Register */ 174 /* 1000BASE-T Status Register */ 238 /* 1Gbps and 2.5Gbps half duplex is not supported, nor spec-compliant. */ 287 #define IGC_QVECTOR_MASK 0x7FFC /* Q-vector mask */ 331 #define IGC_TCTL_RTLC 0x01000000 /* Re-transmit on late collision */ 357 /* Split Replication Receive Control */ 403 #define IGC_DTXMXPKTSZ_DEFAULT 0x98 /* 9728-byte Jumbo frames */ [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_82575.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2007 - 2018 Intel Corporation. */ 61 * igb_write_vfta_i350 - Write value to VLAN filter table 71 struct igb_adapter *adapter = hw->back; in igb_write_vfta_i350() 74 for (i = 10; i--;) in igb_write_vfta_i350() 78 adapter->shadow_vfta[offset] = value; in igb_write_vfta_i350() 82 * igb_sgmii_uses_mdio_82575 - Determine if I2C pins are for external MDIO 93 switch (hw->mac.type) { in igb_sgmii_uses_mdio_82575() 114 * igb_check_for_link_media_swap - Check which M88E1112 interface linked 121 struct e1000_phy_info *phy = &hw->phy; in igb_check_for_link_media_swap() [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 #include <linux/dma-mapping.h> 176 /* maps which plane is using a fifo. fifo-id -> plane-id */ 358 __raw_writel(val, dispc->base + idx); in dispc_write_reg() 363 return __raw_readl(dispc->base + idx); in dispc_read_reg() 371 return REG_GET(dispc, rfld->reg, rfld->high, rfld->low); in mgr_fld_read() 379 REG_FLD_MOD(dispc, rfld->reg, val, rfld->high, rfld->low); in mgr_fld_write() 384 return dispc->feat->num_ovls; in dispc_get_num_ovls() 389 return dispc->feat->num_mgrs; in dispc_get_num_mgrs() 396 BUG_ON(id >= dispc->feat->num_reg_fields); in dispc_get_reg_field() [all …]
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 58 * er 28-Jan-1997 Initial Entry 67 ** The mask acts as a flag used in mapping actual ISA IRQs (0 - 15) 68 ** to device IRQs (A - H). 82 ** channels to device DMA channels (A - C). 216 ** CR00 - default value 0x28 219 ** 0x - 30ua pull-ups on nIDEEN, nHDCS0, NHDCS1 220 ** 11 - IRQ_H available as IRQ output, 222 ** 10 - nIDEEN, nHDCS0, nHDCS1 used to control IDE 245 ** CR01 - default value 0x9C 255 unsigned lock_crx: 1; /* Lock CR00 - CR18 */ [all …]
|
/openbmc/linux/Documentation/networking/dsa/ |
H A D | dsa.rst | 22 An Ethernet switch typically comprises multiple front-panel ports and one 27 gateways, or even top-of-rack switches. This host Ethernet controller will 36 For each front-panel port, DSA creates specialized network devices which are 37 used as controlling and data-flowing endpoints for use by the Linux networking 46 - what port is this frame coming from 47 - what was the reason why this frame got forwarded 48 - how to send CPU originated traffic to specific ports 52 on Port-based VLAN IDs). 57 - the "cpu" port is the Ethernet switch facing side of the management 61 - the "dsa" port(s) are just conduits between two or more switches, and as such [all …]
|