Re: [PATCH V2 3/4] net-next: dsa: fix flow dissection

From: Andrew Lunn
Date: Fri Jul 28 2017 - 17:26:11 EST


> thanks for the feedback. should I add 2 callbacks for each of the 2
> parameters ?

Hi John

A single callback is better. We don't want to have to peek into the
packet twice to determine two values.

Andrew