Re: [ovs-dev] [batch 1/5] dpif-netdev: Don't name struct declaration.

2014-06-30 Thread Ethan Jackson
Oops my bad. On Mon, Jun 30, 2014 at 12:54 PM, Jarno Rajahalme wrote: > This patch was already applied, and the only patch I would get to apply is > 2/5. Seems like you need to rebase to master and repost. > > Jarno > > On Jun 29, 2014, at 9:24 PM, Ethan Jackson wrote: > >> This causes warnin

Re: [ovs-dev] [batch 1/5] dpif-netdev: Don't name struct declaration.

2014-06-30 Thread Jarno Rajahalme
This patch was already applied, and the only patch I would get to apply is 2/5. Seems like you need to rebase to master and repost. Jarno On Jun 29, 2014, at 9:24 PM, Ethan Jackson wrote: > This causes warnings and is useless. > > Signed-off-by: Ethan Jackson > --- > lib/dpif-netdev.c | 2

[ovs-dev] [batch 1/5] dpif-netdev: Don't name struct declaration.

2014-06-29 Thread Ethan Jackson
This causes warnings and is useless. Signed-off-by: Ethan Jackson --- lib/dpif-netdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 33f1c15..4dcc268 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -215,7 +215,7 @@ stru