Hi Joe,

On Wed, Nov 09, 2016 at 05:00:20PM -0800, Joe Stringer wrote:
> This helper is a little tidier than the alternative. Use it treewide.
> 
> Signed-off-by: Joe Stringer <[email protected]>
> ---
>  lib/dpif-netdev.c            | 2 +-
>  lib/odp-util.c               | 2 +-
>  ofproto/ofproto-dpif-sflow.c | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)

This looks good to me but I think you forgot one place where this change seems
appropriate:

diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c
index 66ba2c02b3f8..ab95952611d1 100644
--- a/lib/dpif-netdev.c
+++ b/lib/dpif-netdev.c
@@ -4425,7 +4425,7 @@ dp_execute_cb(void *aux_, struct dp_packet_batch 
*packets_,
     case OVS_ACTION_ATTR_TUNNEL_POP:
         if (*depth < MAX_RECIRC_DEPTH) {
             struct dp_packet_batch *orig_packets_ = packets_;
-            odp_port_t portno = u32_to_odp(nl_attr_get_u32(a));
+            odp_port_t portno = nl_attr_get_odp_port(a);
 
             p = pmd_tx_port_cache_lookup(pmd, portno);
             if (p) {
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to