search for: opmode

Displaying 11 results from an estimated 11 matches for "opmode".

Did you mean: opcode
2023 Mar 27
0
[PATCH] vdpa/mlx5: Avoid losing link state updates
On Mon, Mar 20, 2023 at 10:01:05AM +0200, Eli Cohen wrote: > Current code ignores link state updates if VIRTIO_NET_F_STATUS was not > negotiated. However, link state updates could be received before feature > negotiation was completed , therefore causing link state events to be > lost, possibly leaving the link state down. > > Add code to detect if VIRTIO_NET_F_STATUS was set
2023 Apr 03
0
[Patch v3] vdpa/mlx5: Avoid losing link state updates
On Mon, Apr 3, 2023 at 2:47?PM Eli Cohen <elic at nvidia.com> wrote: > > > On 03/04/2023 8:01, Jason Wang wrote: > > On Sun, Apr 2, 2023 at 10:15?PM Eli Cohen <elic at nvidia.com> wrote: > >> Current code ignores link state updates if VIRTIO_NET_F_STATUS was not > >> negotiated. However, link state updates could be received before feature > >>
2005 Jun 06
0
D channel initialization
...LL SET UP FAILURE SPECIFIC PROBLEM: NOT AVAILABLE MESSAGE NUMBER: 12517 ALARM IDENTIFICATION: MASKNO:08770 CLASS=PBX LAC=05 DN=2171035 OPMODE=IBW END JOB 7776 Channells status whit reverse lock STATPBXLN:LAC=05,DN=2171035; OPMODE : ISDN BOTHWAY LAC DN LNO C EQN STATUS DNCTR LNCTR CHBAR ------+------------+-----+-+-------------+------+-------+-------+------- 0...
2010 Aug 03
1
adding FORTRAN code to a package
Dear R People: Hello! I'm putting together another RcmdrPlugin package and need to add a FORTRAN subroutine to speed things up a bit. I've never added compiled code to a package. Anyhow, I put my code into a /src directory. Here are the statements: * using log directory 'c:/R/R-2.11.1/bin/RcmdrPlugin.push.Rcheck' * using R version 2.11.1 (2010-05-31) * using session charset:
2018 May 19
2
Icecast 2.5 beta2 release
...tact information       for directory operators - Web Interface/API:     * Add support for Opus metadata in web/stats interface     * List last played songs in web/stats interface     * Add support for xsl includes from the admin directory     * Add `protocol` to listener client stats XML     * Add `opmode` (operation mode) `strict` option     * Add support for config reload from the admin interface - Config:     * Add new tag `<tls-context>` with childs `<tls-certificate>`,       `<tls-key>` and `<tls-allowed-ciphers>`     * Add new `<shoutcast-user>` tag to specify the...
2018 May 19
2
Icecast 2.5 beta2 release
...tact information       for directory operators - Web Interface/API:     * Add support for Opus metadata in web/stats interface     * List last played songs in web/stats interface     * Add support for xsl includes from the admin directory     * Add `protocol` to listener client stats XML     * Add `opmode` (operation mode) `strict` option     * Add support for config reload from the admin interface - Config:     * Add new tag `<tls-context>` with childs `<tls-certificate>`,       `<tls-key>` and `<tls-allowed-ciphers>`     * Add new `<shoutcast-user>` tag to specify the...
2023 Aug 31
2
[PATCH v2] vdpa/mlx5: Fix firmware error on creation of 1k VQs
A firmware error is triggered when configuring a 9k MTU on the PF after switching to switchdev mode and then using a vdpa device with larger (1k) rings: mlx5_cmd_out_err: CREATE_GENERAL_OBJECT(0xa00) op_mod(0xd) failed, status bad resource(0x5), syndrome (0xf6db90), err(-22) This is due to the fact that the hw VQ size parameters are computed based on the umem_1/2/3_buffer_param_a/b capabilities
2006 Feb 17
2
Question about policies [OT?]
Hi, I'm using samba 3 as a domain controller. For some XP-pro laptops I would like to disable the firewall when they are logged in on our network (I don't like it but I have to). Is this possible with Windows policies ? If so, does someone know about good reading material about policies ? I do have "Mastering Windows XP professional" but that's absolutely no help. Thanks
2018 May 25
0
Icecast 2.5 beta2 release
...ectory operators > - Web Interface/API: > * Add support for Opus metadata in web/stats interface > * List last played songs in web/stats interface > * Add support for xsl includes from the admin directory > * Add `protocol` to listener client stats XML > * Add `opmode` (operation mode) `strict` option > * Add support for config reload from the admin interface > - Config: > * Add new tag `<tls-context>` with childs `<tls-certificate>`, > `<tls-key>` and `<tls-allowed-ciphers>` > * Add new `<shoutcast-use...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...e6e..b66eeb577272 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2306,11 +2306,10 @@ void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period) break; default: ath_dbg(ath9k_hw_common(ah), BEACON, "%s: unsupported opmode: %d\n", __func__, ah->opmode); return; - break; } REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_DMA_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_SWBA_PERIOD, beacon_period); diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wire...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...e6e..b66eeb577272 100644 --- a/drivers/net/wireless/ath/ath9k/hw.c +++ b/drivers/net/wireless/ath/ath9k/hw.c @@ -2306,11 +2306,10 @@ void ath9k_hw_beaconinit(struct ath_hw *ah, u32 next_beacon, u32 beacon_period) break; default: ath_dbg(ath9k_hw_common(ah), BEACON, "%s: unsupported opmode: %d\n", __func__, ah->opmode); return; - break; } REG_WRITE(ah, AR_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_DMA_BEACON_PERIOD, beacon_period); REG_WRITE(ah, AR_SWBA_PERIOD, beacon_period); diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c b/drivers/net/wire...