Re: [ovs-dev] [PATCH v3 06/13] lib: Refactor mac-learning updates.

2016-09-13 Thread Ben Pfaff
On Mon, Sep 12, 2016 at 01:52:36PM -0700, Jarno Rajahalme wrote: > Make mac table update functions part of the mac-learning module, which > also helps in figuring what is the minimal set of struct flow fields > needed for the update. Use this to change the xlate cache entry for > XC_NORMAL to not

[ovs-dev] [PATCH v3 06/13] lib: Refactor mac-learning updates.

2016-09-12 Thread Jarno Rajahalme
Make mac table update functions part of the mac-learning module, which also helps in figuring what is the minimal set of struct flow fields needed for the update. Use this to change the xlate cache entry for XC_NORMAL to not take a copy of the struct flow, but only save the in_port, dl_src, and so