patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: Olivier Matz <olivier.matz@6wind.com>
Cc: dev@dpdk.org, stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH v2] net/virtio: fix advertised Rx offload capabilities
Date: Tue, 17 Jan 2017 19:08:38 +0800	[thread overview]
Message-ID: <20170117110838.GL10293@yliu-dev.sh.intel.com> (raw)
In-Reply-To: <1484649353-20087-1-git-send-email-olivier.matz@6wind.com>

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);

And applied to dpdk-next-virtio.

Thanks.

	--yliu

  reply	other threads:[~2017-01-17 11:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-11 17:05 [dpdk-stable] [PATCH] " Olivier Matz
2017-01-16  6:12 ` Yuanhan Liu
2017-01-17 10:33   ` Olivier Matz
2017-01-17 10:35 ` [dpdk-stable] [PATCH v2] " Olivier Matz
2017-01-17 11:08   ` Yuanhan Liu [this message]
2017-01-17 11:20     ` Olivier Matz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170117110838.GL10293@yliu-dev.sh.intel.com \
    --to=yuanhan.liu@linux.intel.com \
    --cc=dev@dpdk.org \
    --cc=olivier.matz@6wind.com \
    --cc=stable@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).