On Wed, May 19, 2010 at 5:04 AM, Peter Bauer <s...@ferraro.net> wrote:
> Should flowctrl not be at least "RX"?
> When I set it:
> pfexec dladm set-linkprop -p flowctrl=rx e1000g0
>
> and then I do again:
> $ pfexec dladm show-linkprop
> LINK         PROPERTY        PERM VALUE          DEFAULT        POSSIBLE
> e1000g0      speed           r-   100            100            --
> e1000g0      autopush        -w   --             --             --
> e1000g0      zone            rw   --             --             --
> e1000g0      duplex          r-   full           full           half,full
> e1000g0      state           r-   up             up             up,down
> e1000g0      adv_autoneg_cap rw   1              1              1,0
> e1000g0      mtu             rw   1500           1500           --
> e1000g0      flowctrl        rw   no             bi             no,tx,rx,bi
> e1000g0      adv_1000fdx_cap r-   1              1              1,0
> e1000g0      en_1000fdx_cap  rw   1              1              1,0
> e1000g0      adv_1000hdx_cap r-   0              1              1,0
> e1000g0      en_1000hdx_cap  r-   0              1              1,0
> e1000g0      adv_100fdx_cap  r-   1              1              1,0
> e1000g0      en_100fdx_cap   rw   1              1              1,0
> e1000g0      adv_100hdx_cap  r-   1              1              1,0
> e1000g0      en_100hdx_cap   rw   1              1              1,0
> e1000g0      adv_10fdx_cap   r-   1              1              1,0
> e1000g0      en_10fdx_cap    rw   1              1              1,0
> e1000g0      adv_10hdx_cap   r-   1              1              1,0
> e1000g0      en_10hdx_cap    rw   1              1              1,0
> e1000g0      maxbw           rw   --             --             --
> e1000g0      cpus            rw   --             --             --
> e1000g0      priority        rw   high           high           
> low,medium,high
> e1000g0      tagmode         rw   vlanonly       vlanonly       
> normal,vlanonly
>
> It has not changed "flowctrl".
> Is this normal?

You have to change it in the /kernel/drv/e1000g.conf file.

FlowControl=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3;
        # 0:  Flow control is completely disabled
        # 1:  Rx flow control is enabled (we can receive pause frames
        #     but not send pause frames).
        # 2:  Tx flow control is enabled (we can send pause frames
        #     but we do not receiving pause frames).
        # 3:  Both Rx and TX flow control (symmetric) is enabled.
        # 4:  No software override.  The flow control configuration
        #     in the EEPROM is used.


-- 
Giovanni
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to