<p dir="ltr"><br>
Le 11 janv. 2013 11:54, &quot;Ethan Jackson&quot; &lt;<a href="mailto:ethan@nicira.com">ethan@nicira.com</a>&gt; a écrit :<br>
&gt;<br>
&gt;<br>
&gt;&gt; The one thing that seems just a little odd about this is that it<br>
&gt;&gt; embraces the new struct netdev_tunnel_config less than I would have<br>
&gt;&gt; guessed.  parse_tunnel_config() is where I noticed it the most: I<br>
&gt;&gt; would have expected that it would transform the key-value pairs into a<br>
&gt;&gt; struct netdev_tunnel_config, then the struct netdev_tunnel_config into<br>
&gt;&gt; netlink attributes in a second step.  However, the code seems OK to<br>
&gt;&gt; me, it just wasn&#39;t exactly what I was expecting.<br>
&gt;<br>
&gt;<br>
&gt; I did it that way to make the diffs more &quot;obviously correct&quot; throughout the series.  I didn&#39;t want to add a bunch of logic to convert netdev_tunnel_config into netlink, and then two patches later delete it when we get rid netlink entirely.  I figure, this way is less disruptive and gives me more confidence that the final series is correct.<br>

&gt;<br>
&gt; That said, it doesn&#39;t matter in particular, if my reasoning doesn&#39;t seem valid I&#39;d be happy to change it.  Especially since we may end up merging this patch some time before the final transition to flow based tunneling.</p>

<p dir="ltr">It&#39;s fine as is. No worries.</p>