dpif: Consistently help datapath to execute oversized actions.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Jun 2014 17:08:04 +0000 (10:08 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 Jun 2014 23:13:51 +0000 (16:13 -0700)
commit87e5119befc91019e12d8c41d6ed8373a9e80df3
tree55b980b0ce6742bb28d53f49ad2cff2e89d320d2
parentcab29271f01745308c2a8610bbbc8c10311b156e
dpif: Consistently help datapath to execute oversized actions.

Only dpif_execute() was checking for oversized actions but dpif_operate()
should do so also.  This fixes the problem.

Found by inspection.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
lib/dpif.c