Peter Memishian wrote:
> > PauseFrame setting Requirement:
> >
> > 1. what is the command like?
> > For example,
> > dladm set-linkprop -p flowcontrol={"",rx,tx,both} bge0
> >
> > "": NULL string, means we don't have flow control enabled.
> > We will not respond to pause frames incoming and will
> > not send out pause frames when congestion happens
> > rx: it means we could receive incoming pause frames from
> > peer
> > tx: it means we could transmit pause frames to peer
> > both: it means we could both receive and transmit pause
> > frames from/to peer
> >
> > If the requested flowcontrol value is not applicable to
> > device, "flowcontrol" will remain old value and -- change
> > to system.
>
> And the default is the empty string?
>
>
There seems no implementation restricts on the default value, right?
Currently
we have drivers implement default behavior differently. It maybe not bad to
have a "" as default.
Please advice.
Thanks,
Raymond