On Tue, Mar 02, 2021 at 04:40:55PM -0800, Vinicius Costa Gomes wrote: > Hi Vladimir, > > Vladimir Oltean <olte...@gmail.com> writes: > > > Hi Vinicius, > > > > On Fri, Jan 22, 2021 at 02:44:46PM -0800, Vinicius Costa Gomes wrote: > >> Frame preemption (described in IEEE 802.3br-2016) defines the concept > >> of preemptible and express queues. It allows traffic from express > >> queues to "interrupt" traffic from preemptible queues, which are > >> "resumed" after the express traffic has finished transmitting. > >> > >> Frame preemption can only be used when both the local device and the > >> link partner support it. > >> > >> Only parameters for enabling/disabling frame preemption and > >> configuring the minimum fragment size are included here. Expressing > >> which queues are marked as preemptible is left to mqprio/taprio, as > >> having that information there should be easier on the user. > >> > >> Signed-off-by: Vinicius Costa Gomes <vinicius.go...@intel.com> > >> --- > > > > I just noticed that the aMACMergeStatusVerify variable is not exposed in > > the PREEMPT_GET command, which would allow the user to inspect the state > > of the MAC merge sublayer verification state machine. Also, a way in the > > PREEMPT_SET command to set the disableVerify variable would be nice. > > > > The hardware I have won't have support for this.
What exactly is not supported, FP verification or the disabling of it? Does your hardware at least respond to verification frames? > I am going to send the next version of this series soon. Care to send > the support for verifyStatus/disableVerify as follow up series?