[dpdk-dev] [PATCH v2] net/virtio: fix advertised Rx offload capabilities

Olivier Matz olivier.matz at 6wind.com
Tue Jan 17 12:20:40 CET 2017


On Tue, 17 Jan 2017 19:08:38 +0800, Yuanhan Liu
<yuanhan.liu at linux.intel.com> wrote:
> On Tue, Jan 17, 2017 at 11:35:53AM +0100, Olivier Matz wrote:
>  
> > +	host_features = hw->vtpci_ops->get_features(hw);  
> 
> Note that hw->vtpci_ops doesn't exist any more, due to fixing the
> virtio multiple process bugs. I changed it to:
> 
>         host_features = VTPCI_OPS(hw)->get_features(hw);
> 

Sorry I missed it. Thanks.


More information about the dev mailing list