Re: [ovs-dev] [PATCH] Remove unnecessary memset().

2013-12-17 Thread Jarno Rajahalme
Pushed, Jarno On Dec 17, 2013, at 1:56 PM, Ben Pfaff wrote: > On Tue, Dec 17, 2013 at 10:43:11AM -0800, Jarno Rajahalme wrote: >> We already set all the fields of the upcall, so memsetting right before >> is unnecessary. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Ben Pfaff __

Re: [ovs-dev] [PATCH] Remove unnecessary memset().

2013-12-17 Thread Ben Pfaff
On Tue, Dec 17, 2013 at 10:43:11AM -0800, Jarno Rajahalme wrote: > We already set all the fields of the upcall, so memsetting right before > is unnecessary. > > Signed-off-by: Jarno Rajahalme Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.or

[ovs-dev] [PATCH] Remove unnecessary memset().

2013-12-17 Thread Jarno Rajahalme
We already set all the fields of the upcall, so memsetting right before is unnecessary. Signed-off-by: Jarno Rajahalme --- lib/dpif-linux.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 8fa42a9..9e901be 100644 --- a/lib/dpif-linu