[...]
> @@ -1776,7 +1764,8 @@ netdev_dpdk_get_stats(const struct netdev
> > *netdev, struct netdev_stats *stats)
> > netdev_dpdk_get_carrier(netdev, &gg);
> > ovs_mutex_lock(&dev->mutex);
> >
> > -struct rte_eth_xstats *rte_xstats;
> > +struct rte_eth_xstat *rte_xstats;
> > +
>
> Hi Ciara,
> thanks for the patch.
> It mostly looks good to me, except a few comments inline
> Thanks,
> Daniele
Thanks for the review Daniele. I've pushed a new version that includes your
suggestions. Responses inline.
>
> 2016-07-12 2:11 GMT-07:00 Ciara Loftus :
> This commit introduces
Hi Ciara,
thanks for the patch.
It mostly looks good to me, except a few comments inline
Thanks,
Daniele
2016-07-12 2:11 GMT-07:00 Ciara Loftus :
> This commit introduces support for DPDK 16.07 and consequently breaks
> compatibility with DPDK 16.04.
>
> DPDK 16.07 introduces some changes to