On Mon, 5 Mar 2018 23:57:18 +0000, John Hurley wrote: > > what is your approach for rules whose bond is their egress device > > (ingress = vf port > > representor)? > > Egress offload will be handled entirely by the NFP driver. > Basically, notifiers will track the slaves/masters and update the card > with any groups that consist entirely of reprs. > We then offload the TC rule outputting to the given group - because it > is an ingress match we can access the egress netdev in the block > callback.
And you handle egdev call too? Or are we hoping to get rid of that before? :)