In update_mapping(), update m->hw_addr unconditionally.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2008 20:58:52 +0000 (12:58 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 13 Nov 2008 20:44:04 +0000 (12:44 -0800)
commit0b8ccdf977365b529282712012150b481e462606
tree0f8b4a38bc19fc367cbdd334ca56ee37bb2499f0
parent9dc896a69cc486412b58c0b8c7bbaefde9bb611d
In update_mapping(), update m->hw_addr unconditionally.

There is no benefit to comparing it first, since we already know that that
cache line will be dirtied by the assignment to m->used.
datapath/nx_act_snat.c