Re: [ovs-dev] staged match question.

2013-12-06 Thread Ethan Jackson
Sounds good, I'll have joe or alex look at it. Ethan On Thu, Dec 5, 2013 at 4:42 PM, Jarno Rajahalme wrote: > > On Dec 5, 2013, at 1:02 PM, Ethan Jackson wrote: > >> I'm working on a patch to disable wildcard calculation when we're >> doing things like pushing stats and don't actually need to k

Re: [ovs-dev] staged match question.

2013-12-05 Thread Jarno Rajahalme
On Dec 5, 2013, at 1:02 PM, Ethan Jackson wrote: > I'm working on a patch to disable wildcard calculation when we're > doing things like pushing stats and don't actually need to know what > the mask should be. I had a question for you about your staged match > patch on this. I notice that you

[ovs-dev] staged match question.

2013-12-05 Thread Ethan Jackson
I'm working on a patch to disable wildcard calculation when we're doing things like pushing stats and don't actually need to know what the mask should be. I had a question for you about your staged match patch on this. I notice that you disable the staged matching when wildcards aren't passed in.