search for: cmode

Displaying 20 results from an estimated 26 matches for "cmode".

Did you mean: mode
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...0, + EVB_CONFIGURE, + EVB_CONFIRMATION +} evb_state; + +struct tlv_info_evb { + u8 oui[3]; + u8 sub; + /* supported forwarding mode */ + u8 smode; + /* supported capabilities */ + u8 scap; + /* currently configured forwarding mode */ + u8 cmode; + /* currently configured capabilities */ + u8 ccap; + /* supported no. of vsi */ + u16 svsi; + /* currently configured no. of vsi */ + u16 cvsi; + /* retransmission exponent */ + u8 rte; +} __attribute__ ((__packed__)); + +struct evb_data { +...
2010 Sep 10
0
Virtualization Digest, Vol 60, Issue 17
...0, + EVB_CONFIGURE, + EVB_CONFIRMATION +} evb_state; + +struct tlv_info_evb { + u8 oui[3]; + u8 sub; + /* supported forwarding mode */ + u8 smode; + /* supported capabilities */ + u8 scap; + /* currently configured forwarding mode */ + u8 cmode; + /* currently configured capabilities */ + u8 ccap; + /* supported no. of vsi */ + u16 svsi; + /* currently configured no. of vsi */ + u16 cvsi; + /* retransmission exponent */ + u8 rte; +} __attribute__ ((__packed__)); + +struct evb_data { +...
2006 Jun 15
0
[PATCH 1/2] Runtime configuration of HTB''s HYSTERESIS option (kernel)
...struct htb_class /* class attached filters */ struct tcf_proto *filter_list; int filter_cnt; + int nohyst; /* Don''t use hysteresis htb_class_mode */ int warned; /* only one warning about non work conserving .. */ @@ -622,20 +622,14 @@ static __inline__ enum htb_cmode htb_class_mode(struct htb_class *cl,long *diff) { long toks; + long hysteresis = + (cl->nohyst || cl->cmode == HTB_CANT_SEND) ? 0 : -cl->cbuffer; - if ((toks = (cl->ctokens + *diff)) < ( -#if HTB_HYSTERESIS - cl->cmode != HTB_CANT_SEND ? -cl->cbuffer : -...
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi, This set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Jul 23
19
implementation of IEEE 802.1Qbg in lldpad
Hi, This set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2009 Apr 27
0
7.2RC2 panic in drm_open_helper on amd64
...ffffff0001bbb200, oflags=3, devtype=8192, td=0xffffff0001c476e0) at /usr/src/sys/kern/kern_conf.c:342 #11 0xffffffff804341c7 in devfs_open (ap=0xfffffffebe6f38e0) at /usr/src/sys/fs/devfs/devfs_vnops.c:916 #12 0xffffffff8051f0ec in vn_open_cred (ndp=0xfffffffebe6f3a20, flagp=0xfffffffebe6f396c, cmode=Variable "cmode" is not available. ) at vnode_if.h:199 #13 0xffffffff8051ce23 in kern_open (td=0xffffff0001c476e0, path=0x7fffffffe850 <Address 0x7fffffffe850 out of bounds>, pathseg=Variable "pathseg" is not available. ) at /usr/src/sys/kern/vfs_syscalls.c:1042 #14 0x...
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Sep 28
19
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2010 Nov 08
18
implementation of IEEE 802.1Qbg in lldpad
Hi, this set of patches contains the initial implementation of the IEEE 802.1Qbg standard: code for the exchange of EVB TLVs in LLDP frames to negotiate VSI capabalities as well as VDP VSI TLVs between a host with virtual machines and an adjacent switch. It supports setting the parameters of the TLV exchange from the command line using lldptool. VDP profiles consisting of
2004 Jul 04
1
[Bug 891] possible problem with non-printing characters during scp copy
http://bugzilla.mindrot.org/show_bug.cgi?id=891 Summary: possible problem with non-printing characters during scp copy Product: Portable OpenSSH Version: 3.6.1p2 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-bugs at
2019 Oct 25
1
warning: NFS hangs with dovecot 2.3.8 on Debian buster
...10u1). When we downgrade to the debian stretch kernel (4.9.189-3+deb9u1), the issue does not occur. Note that we *only* downgraded the kernel, the rest of the OS is still debian buster. Dovecot 2.3.8. A little more info: we have a dovecot cluster, using mdbox for storage, on an NFS server (netapp Cmode version 9.6P2). We use a dovecot director layer, so a user is always connected to the same back-end dovecot server. The NFS hang occurs on the back-end server. Once the process hangs, other processes trying to write to the same mailbox, will get an error like this: Timeout (180s) while waiting fo...
2005 Sep 20
2
File System ACLs: Where to go from here in FreeBSD?
...t is almost identical, and the ACL API man pages on Linux are directly derived from our ACL man pages (and maybe some of the code?). Differences lie primarily in three areas: (1) We follow the POSIX.1e specification for file creation modes, in which the ACL and umask are combined with the cmode to generate a conservative ACL. This was the same as IRIX, but different from Solaris; Linux adopted the Solaris model. Since then, IRIX has (I believe) also switched to the Solaris model. Our model is "conservative" in that it will never offer broader rights on a f...
2003 Jun 23
1
Processes hung in 'inode' state ...
...#6 0x8017d450 in vn_lock (vp=0xbdc27b00, flags=131074, p=0xc26fa9c0) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xc2a95ec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xc2a95ec4, fmode=1, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:138 #10 0x8017899c in open (p=0xc26fa9c0, uap=0xc2a95f80) at /usr/src/sys/kern/vfs_syscalls.c:1029 #11 0x8023c485 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 2143223855, tf_edi = 4, tf_esi = 672253248, tf_ebp = 2143284976, tf_isp = -1029087276, tf_ebx =...
2003 Jun 12
0
panic possibly related to soft updates? (4.8-STABLE, Jun 12 2003)
...0, flags=0, cred=0xc25f5c00, p=0xd7409220) at ../../ufs/ffs/ffs_inode.c:201 #15 0xc0270d52 in ufs_setattr (ap=0xd7508dfc) at ../../ufs/ufs/ufs_vnops.c:509 #16 0xc02734dd in ufs_vnoperate (ap=0xd7508dfc) at ../../ufs/ufs/ufs_vnops.c:2376 #17 0xc01acaba in vn_open (ndp=0xd7508ec8, fmode=1026, cmode=420) at vnode_if.h:305 #18 0xc01a8a2c in open (p=0xd7409220, uap=0xd7508f80) at ../../kern/vfs_syscalls.c:1029 #19 0xc02bcfc5 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = -1077938272, tf_esi = -1077938292, tf_ebp = -1077938272, tf_isp = -682586156, tf_ebx = 1...
2003 Oct 07
1
PS7 vs RH9 on Wine
Ok. I attached my current config file just in case. I set it to run as win2k and copied over the commdlg and COMDLG32 dlls from native windows 2000. (does it matter if they might be updated with service packs?) i then added "winspool" = "" in the dll overrides so that it wouldnt load the printspool.drv because for some reason when i started it would show the page setup dialog
2023 Mar 23
0
[PATCH v3 virtio 8/8] pds_vdpa: pds_vdps.rst and Kconfig
...es | head -1 | awk -F / '{print $6}'` This seems to require debugfs, I wonder if it's better to switch to using /sys/bus/pci ? Others look good. Thanks > + > + # Enable vDPA VF auxiliary device(s) in the PF > + devlink dev param set pci/$PF_BDF name enable_vnet value true cmode runtime > + > + # Create a VF for vDPA use > + echo 1 > /sys/bus/pci/drivers/pds_core/$PF_BDF/sriov_numvfs > + > + # Find the vDPA services/devices available > + PDS_VDPA_MGMT=`vdpa mgmtdev show | grep vDPA | head -1 | cut -d: -f1` > + > + # Create a vDPA device for...
2003 Jul 01
2
Okay, looks like I might have a *good* one here ... inode hang
...#6 0x8017d450 in vn_lock (vp=0xbde68a80, flags=131074, p=0xbf57b000) at vnode_if.h:861 #7 0x80173b1c in lookup (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:301 #8 0x80173824 in namei (ndp=0xbfc2dec4) at /usr/src/sys/kern/vfs_lookup.c:153 #9 0x8017c867 in vn_open (ndp=0xbfc2dec4, fmode=1, cmode=420) at /usr/src/sys/kern/vfs_vnops.c:138 #10 0x8017899c in open (p=0xbf57b000, uap=0xbfc2df80) at /usr/src/sys/kern/vfs_syscalls.c:1029 #11 0x8023c485 in syscall2 (frame={tf_fs = 47, tf_es = 134610991, tf_ds = 2143223855, tf_edi = 4, tf_esi = 672253248, tf_ebp = 2143284976, tf_isp = -1077747756, t...
2023 Mar 17
0
[PATCH RFC v2 virtio 7/7] pds_vdpa: pds_vdps.rst and Kconfig
...> + > >> + PF_BDF=`grep -H "vDPA.*1" /sys/kernel/debug/pds_core/*/viftypes | head -1 | awk -F / '{print $6}'` > >> + > >> + # Enable vDPA VF auxiliary device(s) in the PF > >> + devlink dev param set pci/$PF_BDF name enable_vnet value true cmode runtime > >> + > > > > Does this mean we can't do per VF configuration for vDPA enablement > > (e.g VF0 for vdpa VF1 to other type)? > > For now, yes, a PF only supports one VF type at a time. We've thought > about possibilities for some heterogeneous co...