Re: [ovs-dev] [PATCH] netdev-bsd: Update for recent ofpbuf api changes

2014-04-08 Thread Ben Pfaff
Looks good, thank you. On Apr 8, 2014 9:00 PM, "YAMAMOTO Takashi" wrote: > Leftovers from commit commit 1f317cb5. > ("ofpbuf: Introduce access api for base, data and size.") > > This fixes regressons introduced by commit 3f976e12. > ("lib/ofpbuf: Rename private fields to discourage direct use.")

[ovs-dev] [PATCH] netdev-bsd: Update for recent ofpbuf api changes

2014-04-08 Thread YAMAMOTO Takashi
Leftovers from commit commit 1f317cb5. ("ofpbuf: Introduce access api for base, data and size.") This fixes regressons introduced by commit 3f976e12. ("lib/ofpbuf: Rename private fields to discourage direct use.") Signed-off-by: YAMAMOTO Takashi --- lib/netdev-bsd.c | 12 ++-- 1 file ch